{"info":{"_postman_id":"5b703a96-459b-4061-95a3-51fdd29bcb9b","name":"Miran's Data API","description":"This blueprint presents the access to the Miran's Data API. The general use of this API is to retrieve data from the Miran's data storage system. Special cases will include data submission and a specific documentation will be provided for those scenarios.\n\nPrivate types and their objects will be available only for those who have access.\n\n# URL\n\nThe URL to access the API is https://miran-api.venidera.net\n\n# Authentication\n\nThe authetication is based on token security. The token is acquired by submitting a POST request to do login on the system (take a look at the example below). After login you will get a token that must be included as a header with the key *Venidera-Authtoken* in all requests made to the API.\n\n# Sucess Code\n200 - The general code for successful requests.\n\n# Error Codes\n* 401 - The system requires the Venidera-AuthToken header to authorize the access.\n* 403 - Forbidden content requested.\n* 404 - Content not found.\n* 400 - Invalid request. \n* 500 - Failure to respond the request.\n\n# Pagination: limit and skip\n\nSome requests may include a large amount of data. To reduce the time required for each request the user can pass the arguments *limit* and *skip* to paginate over objects list.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Request Login to the API","id":"4a226dbd-2ac6-438b-a78e-86b60dbe0237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\": \"...@...\", \"password\": \"...\"}\n"},"url":"https://miran-api.venidera.net/login","description":"A Venidera-AuthToken is required to access the API. It can be acquired by login on the API.\n\nThe token listed on the response must be used as a content to a header named 'Venidera-AuthToken' that must be added in all requests in order to execute the requests on the API."},"response":[{"id":"b9e633b6-b161-4975-876e-78814521e6a2","name":"Request Login to the API","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"username\": \"...@...\", \"password\": \"...\"}\n"},"url":"https://miran-api.venidera.net/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42ce9e8f1a9d1cee-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 14:59:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Login OK.\",\n    \"data\": {\n        \"status\": \"success\",\n        \"message\": \"Authentication OK.\",\n        \"data\": {\n            \"username\": \"...@...\",\n            \"id\": \"5b0ea336fd62e6151e\",\n            \"token\": \"YxzBC...kIjDG4fO7k=\"\n        }\n    }\n}"}],"_postman_id":"4a226dbd-2ac6-438b-a78e-86b60dbe0237"},{"name":"Get a List of the Public Data Types","id":"d2c28590-e53c-48f8-a64b-33a92c0b12c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yx...7k="}],"url":"https://miran-api.venidera.net/types/"},"response":[{"id":"ce47a50d-1708-4779-afa6-5e9bdf33b72a","name":"Get a List of the Public Data Types","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa1...PfO7k="}],"url":"https://miran-api.venidera.net/types/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cea02199261cee-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:00:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"0e1e55632fe31705170c54e877ff4f3c86ff38c1\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Hit cache. Url: https://public-data.venidera.net/types/\", \"data\": {\"public\": [{\"type\": \"Aneel_documento\", \"description\": \"Documentos dispon\\u00edveis no website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_processo_tarifario\", \"description\": \"Processos tarif\\u00e1rios do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_audiencia\", \"description\": \"Audi\\u00eancias do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_base_big\", \"description\": \"Base de dados BIG do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_base_sigel\", \"description\": \"Base de dados Sigel do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_usinas\", \"description\": \"Dados de usinas adquiridos atrav\\u00e9s do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}, {\"type\": \"Aneel_sigel\", \"description\": \"Sistema Sigel do website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}], \"private\": [{\"type\": \"Fatura_energia_eletrica\", \"class\": \"entity\", \"description\": \"\"}, {\"type\": \"Comercio_varejista\", \"class\": \"entity\", \"description\": \"\"}, {\"type\": \"Rel_fatura_energia_eletrica\", \"class\": \"relationship\", \"description\": \"\"}]}}"}],"_postman_id":"d2c28590-e53c-48f8-a64b-33a92c0b12c8"},{"name":"Get Info About an Specific Public Data Type","id":"8fe6605d-b191-4d3d-bb51-db0697b90c40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/types/Aneel_documento"},"response":[{"id":"88a79a0b-bc4c-49d7-a456-3c00bdacccff","name":"Get Info About an Specific Public Data Type","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa1...4fO7k="}],"url":"https://miran-api.venidera.net/types/Aneel_documento"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cea07cef681cee-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:00:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"21ac656849a6e0c6df846a7776583b74b871f9bf\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Hit cache. Url: https://public-data.venidera.net/types/Aneel_documento\", \"data\": [{\"type\": \"Aneel_documento\", \"description\": \"Documentos dispon\\u00edveis no website da Ag\\u00eancia Nacional de Energia El\\u00e9trica - ANEEL\", \"class\": \"entity\"}]}"}],"_postman_id":"8fe6605d-b191-4d3d-bb51-db0697b90c40"},{"name":"Get Info About an Specific Private Data Type","id":"a1873c20-aa36-4eb2-9c23-2cecb1725f93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa1P...7k="}],"url":"https://miran-api.venidera.net/types/Fatura_energia_eletrica"},"response":[{"id":"34f082f5-2605-40de-bb2a-f3eea3ff306b","name":"Get Info About an Specific Private Data Type","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/types/Fatura_energia_eletrica"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cea529afcf6815-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:03:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"3bd5afaf71f620b49077ed33be1880a42e2998e6\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Types available.\", \"data\": [{\"type\": \"Fatura_energia_eletrica\", \"class\": \"entity\", \"description\": \"\"}]}"}],"_postman_id":"a1873c20-aa36-4eb2-9c23-2cecb1725f93"},{"name":"Get objects (documents) of Aneel_documento Data Type","id":"8f4543cc-1a31-4f2e-af54-a9730c08f85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa1...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_documento"},"response":[{"id":"1beadef6-e72c-4bad-8cb9-3a5a2ed53e47","name":"Get objects (documents) from Aneel_documento Data Type","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa1...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_documento"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42324c7fa99d1cf4-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 30 May 2018 15:40:39 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"61a0bc6d35384979484f3f20408ef8cc9c10c0c0\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Entities list showing 100 objects (actually listing just a sample because the list can be very large.\",\n    \"data\": [\n        {\n            \"id\": \"ent181_22521\",\n            \"lastupdate\": \"2017-10-15T01:25:19.220496\",\n            \"location\": [\n                -47.882942,\n                -15.766282\n            ],\n            \"type\": \"Aneel_documento\",\n            \"files\": [\n                {\n                    \"fileid\": \"file178_22513_1\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_documento/ent178_22513/82df2bda5d6c0a1d04305c3388e9ad60.pdf?realname=aprt20174752_1.pdf\",\n                    \"info\": {},\n                    \"downloaded\": \"2017-10-11T01:29:15.559750\",\n                    \"name\": \"aprt20174752_1.pdf\",\n                    \"url\": \"http://www2.aneel.gov.br/cedoc/aprt20174752_1.pdf\",\n                    \"size\": 39535,\n                    \"checksum\": \"82df2bda5d6c0a1d04305c3388e9ad60\"\n                },\n                {\n                    \"fileid\": \"file178_22513_0\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_documento/ent178_22513/75dca9b7b583c4c6027d4ba8fbd8240a.pdf?realname=prt20174752.pdf\",\n                    \"info\": {},\n                    \"downloaded\": \"2017-10-11T01:29:14.994231\",\n                    \"name\": \"prt20174752.pdf\",\n                    \"url\": \"http://www2.aneel.gov.br/cedoc/prt20174752.pdf\",\n                    \"size\": 131451,\n                    \"checksum\": \"75dca9b7b583c4c6027d4ba8fbd8240a\"\n                }\n            ],\n            \"ids\": {\n                \"aneel_id\": \"aneel_cedoc_182672\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8f4543cc-1a31-4f2e-af54-a9730c08f85d"},{"name":"Get objects of Aneel_audiencia","id":"184f61aa-6739-4d6b-b7de-155cc9991245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_audiencia"},"response":[{"id":"d94fd31c-80ec-4bc2-a48e-2dd1198001f8","name":"Get objects of Aneel_audiencia","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_audiencia"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cea116cec86815-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:01:07 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"d6f794315ffe98ca4a1b5bc36e9f43ffc88eeeb0\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Entities list showing 100 objects. (Actually listing one only because the list can have more than 29 thousand lines.\",\n    \"data\": [\n        {\n            \"location\": [\n                -47.882942,\n                -15.766282\n            ],\n            \"ids\": {\n                \"aneel_id\": \"aneel_audiencia_0012001\"\n            },\n            \"registered\": \"2018-04-03T05:24:09.564428\",\n            \"ts\": [],\n            \"id\": \"ent219_141\",\n            \"lastupdate\": \"2018-06-18T06:15:36.359373\",\n            \"type\": \"Aneel_audiencia\",\n            \"files\": [],\n            \"data\": {\n                \"ano\": \"2001\",\n                \"numero\": \"001\",\n                \"description\": \"Obter subsídios e informações adicionais para o aprimoramento do regulamento a ser expedido pela Agência, que estabelecerá condições para a utilização do Mecanismo de Realocação de Energia - MRE por centrais hidrelétricas não despachadas centralizadamente.\",\n                \"title\": \"Audiência 001/2001\"\n            },\n            \"metadata\": {\n                \"webcrawler_id\": \"aneel_audiencias\",\n                \"tags\": [\n                    \"aneel_audiencia\",\n                    \"audiencia_2001\",\n                    \"audiencia_001_2001\"\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"184f61aa-6739-4d6b-b7de-155cc9991245"},{"name":"Get objects of Aneel_audiencia with word 'audiencia_001_2001' in metadata","id":"82b34af0-4dd1-4c19-ba68-3952b3bddcc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/search?query=(metadata:audiencia_001_2001)","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","search"],"query":[{"key":"query","value":"(metadata:audiencia_001_2001)"}]}},"response":[{"id":"2c0123b2-e978-4fca-96f7-3cabdf6c3eb6","name":"Get objects of Aneel_audiencia with query (regex) 'audiencia_001_2001' in metadata","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/search?query=(metadata:audiencia_001_2001)","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","search"],"query":[{"key":"query","value":"(metadata:audiencia_001_2001)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b44094f5fc1bd-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 21:52:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"397bc83a1544b66c09291233de0ade472cd51482\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entities found in search = (metadata:audiencia_001_2001) returned 1 registers.\", \"data\": [{\"lastupdate\": \"2018-08-20T16:06:56.045419\", \"id\": \"ent219_141\", \"ids\": {\"aneel_id\": \"aneel_audiencia_0012001\"}, \"data\": {\"title\": \"Audi\\u00eancia 001/2001\", \"description\": \"Obter subs\\u00eddios e informa\\u00e7\\u00f5es adicionais para o aprimoramento do regulamento a ser expedido pela Ag\\u00eancia, que estabelecer\\u00e1 condi\\u00e7\\u00f5es para a utiliza\\u00e7\\u00e3o do Mecanismo de Realoca\\u00e7\\u00e3o de Energia - MRE por centrais hidrel\\u00e9tricas n\\u00e3o despachadas centralizadamente.\", \"ano\": \"2001\", \"numero\": \"001\"}, \"location\": [-47.882942, -15.766282], \"metadata\": {\"webcrawler_id\": \"aneel_audiencias\", \"tags\": [\"aneel_audiencia\", \"audiencia_2001\", \"audiencia_001_2001\"]}, \"files\": [], \"type\": \"Aneel_audiencia\", \"ts\": [], \"registered\": \"2018-04-03T05:24:09.564428\"}]}"},{"id":"9579b63f-ec48-4823-a619-b858f24bbb40","name":"Get objects of Aneel_audiencia with word 'audiencia_001_2001' in metadata","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/search?query=(metadata:audiencia_001_2001)","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","search"],"query":[{"key":"query","value":"(metadata:audiencia_001_2001)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b44094f5fc1bd-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 21:52:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"397bc83a1544b66c09291233de0ade472cd51482\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entities found in search = (metadata:audiencia_001_2001) returned 1 registers.\", \"data\": [{\"lastupdate\": \"2018-08-20T16:06:56.045419\", \"id\": \"ent219_141\", \"ids\": {\"aneel_id\": \"aneel_audiencia_0012001\"}, \"data\": {\"title\": \"Audi\\u00eancia 001/2001\", \"description\": \"Obter subs\\u00eddios e informa\\u00e7\\u00f5es adicionais para o aprimoramento do regulamento a ser expedido pela Ag\\u00eancia, que estabelecer\\u00e1 condi\\u00e7\\u00f5es para a utiliza\\u00e7\\u00e3o do Mecanismo de Realoca\\u00e7\\u00e3o de Energia - MRE por centrais hidrel\\u00e9tricas n\\u00e3o despachadas centralizadamente.\", \"ano\": \"2001\", \"numero\": \"001\"}, \"location\": [-47.882942, -15.766282], \"metadata\": {\"webcrawler_id\": \"aneel_audiencias\", \"tags\": [\"aneel_audiencia\", \"audiencia_2001\", \"audiencia_001_2001\"]}, \"files\": [], \"type\": \"Aneel_audiencia\", \"ts\": [], \"registered\": \"2018-04-03T05:24:09.564428\"}]}"}],"_postman_id":"82b34af0-4dd1-4c19-ba68-3952b3bddcc8"},{"name":"Get objects of Aneel_audiencia with word 'eólicas' in data","id":"6327d5c4-61f1-4c7b-b328-bc597ede84d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/search?query=(data:eólicas)","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","search"],"query":[{"key":"query","value":"(data:eólicas)"}]}},"response":[{"id":"1ccf87dd-42ca-495d-ae9c-2fa80beedcb0","name":"Get objects of Aneel_audiencia with word 'eólicas' in data","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/search?query=(data:eólicas)","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","search"],"query":[{"key":"query","value":"(data:eólicas)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b4ac1bd95c1bd-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 21:56:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"ab810d3fd1c99a6e8ee7aea65b3ccaeed469b2a6\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entities found in search = (data:e\\u00f3licas) returned 3 registers.\", \"data\": [{\"registered\": \"2016-09-22 10:23:31.761904\", \"location\": [-47.882942, -15.766282], \"type\": \"Aneel_audiencia\", \"metadata\": {\"webcrawler_id\": \"aneel_audiencias\", \"tags\": [\"aneel_audiencia\", \"audiencia_2010\", \"audiencia_036_2010\"]}, \"lastupdate\": \"2018-09-13T19:33:21.727390\", \"ts\": [], \"files\": [{\"downloaded\": \"2018-02-04T01:12:50.185000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 08/02/2018 a 23/02/2018\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\", \"para_envio_de_contribuicoes\": \"ap011_2018@aneel.gov.br\"}]}, \"size\": 7458, \"lastupdate\": \"2018-02-04T01:12:50.185548\", \"fileid\": \"file1154_1205\", \"checksum\": \"fb5cb12f8cc6646570e69bc0db97f7df\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fb5cb12f8cc6646570e69bc0db97f7df/modelo_envio_de_contribuicoes.zip?Signature=4mUn7fVWT%2FGmo8WSJBwvvcP4hxI%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"modelo_envio_de_contribuicoes.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2018/011/documento/modelo_envio_de_contribuicoes.zip\"}, {\"downloaded\": \"2016-09-26T06:30:58.200000\", \"info\": {\"spartafile\": false, \"title\": \"Procedimentos de Participa\\u00e7\\u00e3o AP/CP\", \"number\": \"9\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 01/02/2008 a 23/05/2008\", \"data_e_horario_da_realizacao\": \"\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Audi\\u00eancia Ao Vivo\"}]}, \"size\": 21208, \"lastupdate\": \"2016-09-26T06:30:58.200805\", \"fileid\": \"file1147_1392\", \"checksum\": \"57bdca2d768ffcbf93d187a5caca3fe6\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/57bdca2d768ffcbf93d187a5caca3fe6/procedimentos_ap_cp_internet_v28_02_2008.pdf?Signature=JID0rr99A0XfuLOWiKtN8zTECmU%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"procedimentos_ap_cp_internet_v28_02_2008.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2008/008/documento/procedimentos_ap_cp_internet_v28_02_2008.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.486000\", \"info\": {\"spartafile\": false, \"title\": \"Nota T\\u00e9cnica N\\u00ba214/2010-SCT/ANEEL\", \"number\": \"1\", \"processed\": true, \"resultados\": true}, \"size\": 104790, \"lastupdate\": \"2016-09-26T06:26:04.486696\", \"fileid\": \"file1151_1456\", \"checksum\": \"50ef112dd7071f5b9c574d992c92d26c\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/50ef112dd7071f5b9c574d992c92d26c/nota_tecnica-229r1607_%283%29.pdf?Signature=GW%2BvFi9jinAhFbhBiYgsQTVO0bE%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nota_tecnica-229r1607_(3).pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/resultado/nota_tecnica-229r1607_%283%29.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.387000\", \"info\": {\"spartafile\": false, \"number\": \"23\", \"title\": \"LOTE C - SE Acara\\u00fa II e LT Sobral III - Acara\\u00fa II -  R4\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 2047592, \"lastupdate\": \"2016-09-26T06:26:04.387812\", \"fileid\": \"file1154_7718\", \"checksum\": \"363be61e08f7a4024e3c8b2abdebd5f5\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/363be61e08f7a4024e3c8b2abdebd5f5/lote_c_-_aneel_mme_spe.zip?Signature=DmvcjEOWrI2ouk2DbGtILpdMQXQ%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_c_-_aneel_mme_spe.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_c_-_aneel_mme_spe.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.387000\", \"info\": {\"spartafile\": false, \"number\": \"22\", \"title\": \"LOTE C - SE Acara\\u00fa II e LT Sobral III - Acara\\u00fa II -  R3 - ANEXOS\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 49125424, \"lastupdate\": \"2016-09-26T06:26:04.387654\", \"fileid\": \"file1154_7953\", \"checksum\": \"dfb4f1fc80715ccfe3df564f2712cec1\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dfb4f1fc80715ccfe3df564f2712cec1/2_-_anexos.zip?Signature=01qVI%2Fz%2FqedArsWoVBFdvat0vh4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"2_-_anexos.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/2_-_anexos.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.387000\", \"info\": {\"spartafile\": false, \"number\": \"21\", \"title\": \"LOTE C - SE Acara\\u00fa II e LT Sobral III - Acara\\u00fa II -  R3 - TEXTO\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 12136643, \"lastupdate\": \"2016-09-26T06:26:04.387490\", \"fileid\": \"file1150_7953\", \"checksum\": \"d392f05b7bc4c2fa50a404782aa32301\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d392f05b7bc4c2fa50a404782aa32301/1_-_texto.zip?Signature=iV0%2FqEOmGF%2FC1w9zWK109GR7Ggw%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"1_-_texto.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/1_-_texto.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.387000\", \"info\": {\"spartafile\": false, \"title\": \"LOTE C - SE Acara\\u00fa II e LT Sobral III - Acara\\u00fa II -  R2\", \"number\": \"20\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 726186, \"lastupdate\": \"2016-09-26T06:26:04.387313\", \"fileid\": \"file1150_2726\", \"checksum\": \"f7b418516dd0e57d4c4e4aa5253c2d91\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f7b418516dd0e57d4c4e4aa5253c2d91/r2_icg_acarau_ii_230kv.pdf?Signature=wQBS2LB%2Bye3Lf0pCJ4fT3rlD6w8%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"r2_icg_acarau_ii_230kv.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/r2_icg_acarau_ii_230kv.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.387000\", \"info\": {\"spartafile\": false, \"number\": \"19\", \"title\": \"LOTE B - ICG Igapor\\u00e3 - R4\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 7246245, \"lastupdate\": \"2016-09-26T06:26:04.387141\", \"fileid\": \"file1148_7718\", \"checksum\": \"c00c770e0efd70932278d6a3adc8f08f\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c00c770e0efd70932278d6a3adc8f08f/lote_b_-_r4.zip?Signature=MOfUwecphD9C6IV7JZrFfZ3zB5U%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_b_-_r4.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_b_-_r4.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"number\": \"18\", \"title\": \"LOTE B - ICG Igapor\\u00e3 - R3 - Parte 3\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 25585792, \"lastupdate\": \"2016-09-26T06:26:04.386960\", \"fileid\": \"file1151_7953\", \"checksum\": \"66ac9b2ce200912093cf49d1c41fb22e\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/66ac9b2ce200912093cf49d1c41fb22e/lote_b_-_r3_-_parte_3.zip?Signature=y%2BMU2auqov4w2V7MnzpWgPGQf%2Bg%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_b_-_r3_-_parte_3.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_b_-_r3_-_parte_3.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"number\": \"17\", \"title\": \"LOTE B - ICG Igapor\\u00e3 - R3 - Parte 2\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 75333630, \"lastupdate\": \"2016-09-26T06:26:04.386797\", \"fileid\": \"file1153_127873\", \"checksum\": \"abb3eac1e976c549bd26d29759604292\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/abb3eac1e976c549bd26d29759604292/lote_b_-_r3_-_parte_2.zip?Signature=rZjJjFFFruYb%2BxieSHRQnYJxtso%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_b_-_r3_-_parte_2.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_b_-_r3_-_parte_2.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"number\": \"16\", \"title\": \"LOTE B - ICG Igapor\\u00e3 - R3 - Parte 1\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 34178322, \"lastupdate\": \"2016-09-26T06:26:04.386634\", \"fileid\": \"file1152_7952\", \"checksum\": \"4f02cd22794c40fcceb703d9ad3d6bbc\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4f02cd22794c40fcceb703d9ad3d6bbc/lote_b_-_r3_-_parte_1.zip?Signature=1mxgRtH76H3HW8KY998szFDQysE%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_b_-_r3_-_parte_1.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_b_-_r3_-_parte_1.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"title\": \"LOTE B - ICG Igapor\\u00e3 - R2\", \"number\": \"15\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 1834448, \"lastupdate\": \"2016-09-26T06:26:04.386468\", \"fileid\": \"file1147_6773\", \"checksum\": \"ca5e78698751f076aee5430b714fcf53\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ca5e78698751f076aee5430b714fcf53/relatorio_r2_revisao_junho.pdf?Signature=9jI1tkQJ8UNlHzrbXValWfWt9Xc%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"relatorio_r2_revisao_junho.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/relatorio_r2_revisao_junho.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"number\": \"14\", \"title\": \"LOTE A - ICG Jo\\u00e3o C\\u00e2mara - R4 - ALTERA\\u00c7\\u00c3O EM 09/07/2010\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 292105, \"lastupdate\": \"2016-09-26T06:26:04.386301\", \"fileid\": \"file1151_2726\", \"checksum\": \"1748720244e499303e3b645ef2b90a05\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1748720244e499303e3b645ef2b90a05/alteracao_r4.zip?Signature=WMfy92%2B5hD%2FNNGz0Sac0PpKUq%2Fo%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"alteracao_r4.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/alteracao_r4.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.386000\", \"info\": {\"spartafile\": false, \"number\": \"13\", \"title\": \"LOTE A - ICG Jo\\u00e3o C\\u00e2mara - R3 - Mapas - Parte 2\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 45972334, \"lastupdate\": \"2016-09-26T06:26:04.386127\", \"fileid\": \"file1153_7954\", \"checksum\": \"a9d5f0143f4a3debac9ca80f2110f8fe\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a9d5f0143f4a3debac9ca80f2110f8fe/lote_a_-_r3_-_mapas_-_parte_2.zip?Signature=fb6GonmIPeb%2BOSr%2BSXtYvOlj0iE%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_a_-_r3_-_mapas_-_parte_2.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_a_-_r3_-_mapas_-_parte_2.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.385000\", \"info\": {\"spartafile\": false, \"number\": \"12\", \"title\": \"LOTE A - ICG Jo\\u00e3o C\\u00e2mara - R3 - Mapas - Parte 1\", \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 72610136, \"lastupdate\": \"2016-09-26T06:26:04.385952\", \"fileid\": \"file1154_127873\", \"checksum\": \"4fb6d7f9b263d55e8ea062910c7dd594\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4fb6d7f9b263d55e8ea062910c7dd594/lote_a_-_r3_-_mapas_-_parte_1.zip?Signature=opQUxRsAC0bEVlV9E%2FP4CNduWXo%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_a_-_r3_-_mapas_-_parte_1.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_a_-_r3_-_mapas_-_parte_1.zip\"}, {\"downloaded\": \"2016-09-26T06:26:04.385000\", \"info\": {\"spartafile\": false, \"title\": \"LOTE A - ICG Jo\\u00e3o C\\u00e2mara - R3 - Lista de Mapas\", \"number\": \"11\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 26734, \"lastupdate\": \"2016-09-26T06:26:04.385785\", \"fileid\": \"file1152_1456\", \"checksum\": \"7df658d1bed1fe54341311e24167f37a\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7df658d1bed1fe54341311e24167f37a/lote_a_-_r3_-_lista_de_mapas.pdf?Signature=xSgNReg3AfpF3V545Onhyij37sw%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"lote_a_-_r3_-_lista_de_mapas.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/lote_a_-_r3_-_lista_de_mapas.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.385000\", \"info\": {\"spartafile\": false, \"title\": \"LOTE A - ICG Jo\\u00e3o C\\u00e2mara - R2\", \"number\": \"9\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 845192, \"lastupdate\": \"2016-09-26T06:26:04.385449\", \"fileid\": \"file1152_2726\", \"checksum\": \"e58aeac3454bbdf59baee9218e56e133\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e58aeac3454bbdf59baee9218e56e133/r2.pdf?Signature=pIKEYoFhfP140s%2FJJDTmcgaeJ3s%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"r2.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/r2.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.385000\", \"info\": {\"spartafile\": false, \"title\": \"LOTES A-B-C R1\", \"number\": \"8\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 8249380, \"lastupdate\": \"2016-09-26T06:26:04.385278\", \"fileid\": \"file1149_7718\", \"checksum\": \"39f139d1b785574e9e476549e1fbf1f5\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/39f139d1b785574e9e476549e1fbf1f5/r1_icg_e_rede_basica_eolicas.pdf?Signature=%2Fq0%2FihiFwCEgJrHMorO57DB0FZE%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"r1_icg_e_rede_basica_eolicas.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/r1_icg_e_rede_basica_eolicas.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.384000\", \"info\": {\"spartafile\": false, \"title\": \"LOTES A-B-C R0\", \"number\": \"7\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 8390110, \"lastupdate\": \"2016-09-26T06:26:04.384977\", \"fileid\": \"file1153_7719\", \"checksum\": \"1c7c0effe5fd69f276acb1c2aefd25b8\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1c7c0effe5fd69f276acb1c2aefd25b8/relatorio_r0_no_epe-dee-re-009-2010-r0_eolicas.pdf?Signature=eKA1X80MYpmChaUNp1u3qHxjCLg%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"relatorio_r0_no_epe-dee-re-009-2010-r0_eolicas.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/relatorio_r0_no_epe-dee-re-009-2010-r0_eolicas.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.384000\", \"info\": {\"spartafile\": false, \"title\": \"Anexo 4 ao Edital do Leil\\u00e3o N \\u00ba 006/2010-ANEEL - Contrato de Conex\\u00e3o ao Sistema de Transmiss\\u00e3o (CCT)\", \"number\": \"4\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 379789, \"lastupdate\": \"2016-09-26T06:26:04.384076\", \"fileid\": \"file1153_2726\", \"checksum\": \"9eff7081333546eba4e1325c53681314\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9eff7081333546eba4e1325c53681314/modelo_cct_icg.pdf?Signature=D4V2gTqrDl2BdwwLhdyrtYI9W9M%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"modelo_cct_icg.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/modelo_cct_icg.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.383000\", \"info\": {\"spartafile\": false, \"title\": \"Anexo 1A ao Edital do Leil\\u00e3o N \\u00ba 006/2010-ANEEL - Contrato de Concess\\u00e3o\", \"number\": \"3\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 479555, \"lastupdate\": \"2016-09-26T06:26:04.383544\", \"fileid\": \"file1154_2726\", \"checksum\": \"9e7d4bc7c7c6020ac81a6ad5de4fc018\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9e7d4bc7c7c6020ac81a6ad5de4fc018/contrato_de_concessao_icg_lotea__audi%C3%AAncia_publica_30jun2010.pdf?Signature=LHiMbzbl%2Flh4Ydqo9pQ3A0%2Bue2Q%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"contrato_de_concessao_icg_lotea__audi\\u00eancia_publica_30jun2010.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/contrato_de_concessao_icg_lotea__audi%C3%AAncia_publica_30jun2010.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.382000\", \"info\": {\"spartafile\": false, \"title\": \"Edital Leil\\u00e3o n\\u00ba 006/2010\", \"number\": \"2\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 782429, \"lastupdate\": \"2016-09-26T06:26:04.382853\", \"fileid\": \"file1147_2727\", \"checksum\": \"c83b35931b08579f74b98c308b629bfb\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c83b35931b08579f74b98c308b629bfb/edital_leilao_icg_eolica_2010_audi%C3%AAncia_publica_30jun2010.pdf?Signature=GdB%2FEmFCnZxu29kv6z98yvI5SwU%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"edital_leilao_icg_eolica_2010_audi\\u00eancia_publica_30jun2010.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/edital_leilao_icg_eolica_2010_audi%C3%AAncia_publica_30jun2010.pdf\"}, {\"downloaded\": \"2016-09-26T06:26:04.382000\", \"info\": {\"spartafile\": false, \"title\": \"Aviso da Audi\\u00eancia P\\u00fablica 036/2010 publicado no DOU de 30/06/2010, se\\u00e7\\u00e3o 3, p\\u00e1gina 288.\", \"number\": \"1\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 30/06/2010 a 11/07/2010\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 56464, \"lastupdate\": \"2016-09-26T06:26:04.382222\", \"fileid\": \"file1153_1456\", \"checksum\": \"2dcbad09f6fd0bdabde20eee79922ff3\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2dcbad09f6fd0bdabde20eee79922ff3/secao3_dou_pagina288.pdf?Signature=a8Q5Tc7r%2FB1xFYSUGT5RdGS5iCw%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"secao3_dou_pagina288.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2010/036/documento/secao3_dou_pagina288.pdf\"}], \"id\": \"ent224_24\", \"ids\": {\"aneel_id\": \"aneel_audiencia_0362010\"}, \"data\": {\"titulo\": \"Audi\\u00eancia 036/2010\", \"description\": \"Obter subs\\u00eddios e informa\\u00e7\\u00f5es adicionais para a elabora\\u00e7\\u00e3o do Edital do Leil\\u00e3o de Transmiss\\u00e3o n\\u00ba. 006/2010 e anexos referentes a Instala\\u00e7\\u00f5es para Conex\\u00e3o Compartilhada de Geradoras - ICGs E\\u00f3licas.\", \"objetivo\": \"Obter subs\\u00eddios e informa\\u00e7\\u00f5es adicionais para a elabora\\u00e7\\u00e3o do Edital do Leil\\u00e3o de Transmiss\\u00e3o n\\u00ba. 006/2010 e anexos referentes a Instala\\u00e7\\u00f5es para Conex\\u00e3o Compartilhada de Geradoras - ICGs E\\u00f3licas.\", \"ano\": \"2010\", \"title\": \"Audi\\u00eancia 036/2010\", \"numero\": \"036\"}}, {\"registered\": \"2016-09-22 10:08:09.905653\", \"location\": [-47.882942, -15.766282], \"type\": \"Aneel_audiencia\", \"metadata\": {\"webcrawler_id\": \"aneel_audiencias\", \"tags\": [\"aneel_audiencia\", \"audiencia_2011\", \"audiencia_036_2011\"]}, \"lastupdate\": \"2018-09-13T20:28:13.677347\", \"ts\": [], \"files\": [{\"downloaded\": \"2018-02-04T01:12:50.185000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 08/02/2018 a 23/02/2018\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\", \"para_envio_de_contribuicoes\": \"ap011_2018@aneel.gov.br\"}]}, \"size\": 7458, \"lastupdate\": \"2018-02-04T01:12:50.185548\", \"fileid\": \"file1154_1205\", \"checksum\": \"fb5cb12f8cc6646570e69bc0db97f7df\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fb5cb12f8cc6646570e69bc0db97f7df/modelo_envio_de_contribuicoes.zip?Signature=4mUn7fVWT%2FGmo8WSJBwvvcP4hxI%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"modelo_envio_de_contribuicoes.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2018/011/documento/modelo_envio_de_contribuicoes.zip\"}, {\"downloaded\": \"2017-06-10T07:32:49.131000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/04/2013 a 29/04/2013\", \"descricao\": \"3\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"processed\": true}, \"size\": 65139, \"lastupdate\": \"2017-06-10T07:32:49.131075\", \"fileid\": \"file1148_1530\", \"checksum\": \"35e88cb85bb02960d73658fa610d0e4b\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/35e88cb85bb02960d73658fa610d0e4b/minuta_de_resolucao.pdf?Signature=jzIctPk%2BHfqndi9Z%2BGpXeUJC9Dk%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"minuta_de_resolucao.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/minuta_de_resolucao.pdf\"}, {\"downloaded\": \"2017-06-10T07:32:48.459000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/04/2013 a 29/04/2013\", \"descricao\": \"3\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"processed\": true}, \"size\": 144807, \"lastupdate\": \"2017-06-10T07:32:48.459093\", \"fileid\": \"file1149_1530\", \"checksum\": \"229128bc57a41eb2298d16f084a265e8\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/229128bc57a41eb2298d16f084a265e8/nt_094ta2602.pdf?Signature=NjRitJvWvaY83Fbxm%2BjlIS9j2YA%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nt_094ta2602.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/nt_094ta2602.pdf\"}, {\"downloaded\": \"2017-06-10T07:32:47.148000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/04/2013 a 29/04/2013\", \"descricao\": \"3\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"processed\": true}, \"size\": 80265, \"lastupdate\": \"2017-06-10T07:32:47.148975\", \"fileid\": \"file1151_1530\", \"checksum\": \"b1d4fea42ed773363c924137b73230e7\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b1d4fea42ed773363c924137b73230e7/integra_aviso_reabertura_interc%25C3%25A2mbio_ap_036_2011_reabertura_2.pdf?Signature=qkrwjpGWURGHeFTYCDKBL6uaDv4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"integra_aviso_reabertura_interc%C3%A2mbio_ap_036_2011_reabertura_2.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/integra_aviso_reabertura_interc%C3%A2mbio_ap_036_2011_reabertura_2.pdf\"}, {\"downloaded\": \"2017-06-10T07:32:46.352000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/04/2013 a 29/04/2013\", \"descricao\": \"3\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"processed\": true}, \"size\": 50104, \"lastupdate\": \"2017-06-10T07:32:46.352128\", \"fileid\": \"file1152_1530\", \"checksum\": \"9b2a2a9f6da2c1244cf97090c092d5dc\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9b2a2a9f6da2c1244cf97090c092d5dc/aviso_ap036_2011_dou_18.04.13_secao_3_pg_103.pdf?Signature=uuW8Q5SBOgC%2F%2B3MizkwCaj7urvc%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"aviso_ap036_2011_dou_18.04.13_secao_3_pg_103.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/aviso_ap036_2011_dou_18.04.13_secao_3_pg_103.pdf\"}, {\"downloaded\": \"2016-09-26T06:30:58.200000\", \"info\": {\"spartafile\": false, \"title\": \"Procedimentos de Participa\\u00e7\\u00e3o AP/CP\", \"number\": \"9\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 01/02/2008 a 23/05/2008\", \"data_e_horario_da_realizacao\": \"\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Audi\\u00eancia Ao Vivo\"}]}, \"size\": 21208, \"lastupdate\": \"2016-09-26T06:30:58.200805\", \"fileid\": \"file1147_1392\", \"checksum\": \"57bdca2d768ffcbf93d187a5caca3fe6\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/57bdca2d768ffcbf93d187a5caca3fe6/procedimentos_ap_cp_internet_v28_02_2008.pdf?Signature=JID0rr99A0XfuLOWiKtN8zTECmU%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"procedimentos_ap_cp_internet_v28_02_2008.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2008/008/documento/procedimentos_ap_cp_internet_v28_02_2008.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:15.069000\", \"info\": {\"spartafile\": false, \"title\": \"Minuta da Resolu\\u00e7\\u00e3o\", \"number\": \"3\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/11/2011 a 09/12/2011\", \"descricao\": \"2\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 428802, \"lastupdate\": \"2016-09-26T06:23:15.069290\", \"fileid\": \"file1153_2763\", \"checksum\": \"0684f76c0ce6b8e2f360d547359f73cf\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0684f76c0ce6b8e2f360d547359f73cf/resolucao_236ta1611.pdf?Signature=wz4UV3sBIJZXteZZ1Kx5tQSuQSA%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"resolucao_236ta1611.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/resolucao_236ta1611.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:15.069000\", \"info\": {\"spartafile\": false, \"title\": \"Nota T\\u00e9cnica SCG/ANEEL\", \"number\": \"2\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/11/2011 a 09/12/2011\", \"descricao\": \"2\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 465228, \"lastupdate\": \"2016-09-26T06:23:15.069018\", \"fileid\": \"file1154_2763\", \"checksum\": \"442774e76bcb2c4d971c01fa956826fc\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/442774e76bcb2c4d971c01fa956826fc/nt_407ta1611.pdf?Signature=S21v%2FUSUq5X4BgLAtAwAbmFI%2BEE%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nt_407ta1611.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/nt_407ta1611.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:15.068000\", \"info\": {\"spartafile\": false, \"title\": \"Aviso de Reabertura da AP 036/2011, publicado no DOU de 18/11/2011, se\\u00e7\\u00e3o 3, p\\u00e1gina 193.\", \"number\": \"1\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/11/2011 a 09/12/2011\", \"descricao\": \"2\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 55663, \"lastupdate\": \"2016-09-26T06:23:15.068752\", \"fileid\": \"file1154_1530\", \"checksum\": \"a114384c0a4df3d76d613fdc9182a524\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a114384c0a4df3d76d613fdc9182a524/aviso_ap036_2011_dou_18.11.11__pg_193_fase_2.pdf?Signature=jaYJyo9gf6LO0ItQlaZp7Yb9Ac4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"aviso_ap036_2011_dou_18.11.11__pg_193_fase_2.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/aviso_ap036_2011_dou_18.11.11__pg_193_fase_2.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:14.929000\", \"info\": {\"spartafile\": false, \"title\": \"Minuta da Resolu\\u00e7\\u00e3o.\", \"number\": \"3\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}, {\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 387541, \"lastupdate\": \"2016-09-26T06:23:14.929315\", \"fileid\": \"file1147_2764\", \"checksum\": \"fc764e0da0879719d1468c9ebbc403c1\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fc764e0da0879719d1468c9ebbc403c1/minuta_da_resolucao_ap036_2011.pdf?Signature=AAA000LB%2BeO%2BhN%2BN8iFbLVlbrRg%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"minuta_da_resolucao_ap036_2011.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/minuta_da_resolucao_ap036_2011.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:14.929000\", \"info\": {\"spartafile\": false, \"title\": \"Nota T\\u00e9cnica SCG/ANEEL.\", \"number\": \"2\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}, {\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 224081, \"lastupdate\": \"2016-09-26T06:23:14.929144\", \"fileid\": \"file1148_2764\", \"checksum\": \"3aa0bbe0988bfd8726304b43098b6ca5\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3aa0bbe0988bfd8726304b43098b6ca5/nt_scg_ap036_2011.pdf?Signature=UMqxu4eot%2BGC7%2FKz9N9GxoiCO%2F4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nt_scg_ap036_2011.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/nt_scg_ap036_2011.pdf\"}, {\"downloaded\": \"2016-09-26T06:23:14.928000\", \"info\": {\"spartafile\": false, \"title\": \"Aviso da AP 036/2011, publicado no DOU de 9/6/2011, se\\u00e7\\u00e3o 3, p\\u00e1gina 107.\", \"number\": \"1\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}, {\"prazo_para_recebimento_de_contribuicao\": \"De 09/06/2011 a 29/06/2011\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 53741, \"lastupdate\": \"2016-09-26T06:23:14.928928\", \"fileid\": \"file1147_1531\", \"checksum\": \"5daba41fc42fad8a75bd4760db8ddac0\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5daba41fc42fad8a75bd4760db8ddac0/aviso_ap036_2011_dou_09.06.11_secao_3_pg_107.pdf?Signature=Dul0%2BXAVSIazpK%2FI7lJvd2qQ9XI%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"aviso_ap036_2011_dou_09.06.11_secao_3_pg_107.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/aviso_ap036_2011_dou_09.06.11_secao_3_pg_107.pdf\"}, {\"downloaded\": \"2016-09-26T06:21:02.048000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 18/04/2013 a 29/04/2013\", \"descricao\": \"3\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"processed\": true}, \"size\": 26035, \"lastupdate\": \"2016-09-26T06:21:02.048174\", \"fileid\": \"file1150_1530\", \"checksum\": \"c3e24e885dc6ecbfebfb0aadab6a27d5\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c3e24e885dc6ecbfebfb0aadab6a27d5/procedimentos_ap_cp_internet_2013.pdf?Signature=dui0T20DCPGad%2Bba2J3Ie%2B843yg%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"procedimentos_ap_cp_internet_2013.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/documento/procedimentos_ap_cp_internet_2013.pdf\"}, {\"downloaded\": \"2016-09-22T00:57:12.880000\", \"info\": {\"spartafile\": false, \"title\": \"Resolu\\u00e7\\u00e3o Normativa n\\u00ba 546, de 16 de Abril de 2013\", \"number\": \"1\", \"processed\": true, \"resultados\": true}, \"size\": 381428, \"lastupdate\": \"2016-09-22 00:57:12.880387\", \"fileid\": \"file1152_2763\", \"checksum\": \"4857e8b0d84edc158310204e7f5e3642\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4857e8b0d84edc158310204e7f5e3642/ren2013546.pdf?Signature=ZW1A3aIvWBtz3jxGOQuSVcTAmAQ%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"ren2013546.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/resultado/ren2013546.pdf\"}, {\"downloaded\": \"2016-09-21T20:18:27.679000\", \"info\": {\"spartafile\": false, \"title\": \"RESOLU\\u00c7\\u00c3O NORMATIVA N\\u00ba 567, DE 16 DE JULHO DE 2013\", \"number\": \"2\", \"processed\": true, \"resultados\": true}, \"size\": 67258, \"lastupdate\": \"2016-09-21 20:18:27.679303\", \"fileid\": \"file1153_1530\", \"checksum\": \"d2c24a927da780d50eb6c170bbc7cb29\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d2c24a927da780d50eb6c170bbc7cb29/ren2013567.pdf?Signature=VgDTV7iuqkwTPg2nranyYDp8li4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"ren2013567.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2011/036/resultado/ren2013567.pdf\"}], \"id\": \"ent219_52\", \"ids\": {\"aneel_id\": \"aneel_audiencia_0362011\"}, \"data\": {\"titulo\": \"Audi\\u00eancia 036/2011\", \"description\": \"Obter subs\\u00eddios para aperfei\\u00e7oamento da minuta de Resolu\\u00e7\\u00e3o Normativa que altera as Resolu\\u00e7\\u00f5es Normativas n\\u00ba 390/2009 e 391/2009, que estabelecem os requisitos necess\\u00e1rios \\u00e0 autoriza\\u00e7\\u00e3o para a explora\\u00e7\\u00e3o e altera\\u00e7\\u00e3o da capacidade instalada de usinas termel\\u00e9tricas, e\\u00f3licas e de outras fontes alternativas de energia, bem como os procedimentos para registro de centrais geradoras com capacidade reduzida.\", \"objetivo\": \"Obter subs\\u00eddios para aperfei\\u00e7oamento da minuta de Resolu\\u00e7\\u00e3o Normativa que altera as Resolu\\u00e7\\u00f5es Normativas n\\u00ba 390/2009 e 391/2009, que estabelecem os requisitos necess\\u00e1rios \\u00e0 autoriza\\u00e7\\u00e3o para a explora\\u00e7\\u00e3o e altera\\u00e7\\u00e3o da capacidade instalada de usinas termel\\u00e9tricas, e\\u00f3licas e de outras fontes alternativas de energia, bem como os procedimentos para registro de centrais geradoras com capacidade reduzida.\", \"ano\": \"2011\", \"title\": \"Audi\\u00eancia 036/2011\", \"numero\": \"036\"}}, {\"registered\": \"2016-09-22 10:33:11.806807\", \"location\": [-47.882942, -15.766282], \"type\": \"Aneel_audiencia\", \"metadata\": {\"webcrawler_id\": \"aneel_audiencias\", \"tags\": [\"aneel_audiencia\", \"audiencia_2009\", \"audiencia_041_2009\"]}, \"lastupdate\": \"2018-09-13T19:18:11.885287\", \"ts\": [], \"files\": [{\"downloaded\": \"2018-02-04T01:12:50.185000\", \"info\": {\"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 08/02/2018 a 23/02/2018\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\", \"para_envio_de_contribuicoes\": \"ap011_2018@aneel.gov.br\"}]}, \"size\": 7458, \"lastupdate\": \"2018-02-04T01:12:50.185548\", \"fileid\": \"file1154_1205\", \"checksum\": \"fb5cb12f8cc6646570e69bc0db97f7df\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fb5cb12f8cc6646570e69bc0db97f7df/modelo_envio_de_contribuicoes.zip?Signature=4mUn7fVWT%2FGmo8WSJBwvvcP4hxI%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"modelo_envio_de_contribuicoes.zip\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2018/011/documento/modelo_envio_de_contribuicoes.zip\"}, {\"downloaded\": \"2017-11-09T04:21:55.555000\", \"info\": {\"spartafile\": false, \"processed\": true, \"resultados\": true}, \"size\": 445951, \"lastupdate\": \"2017-11-09T04:21:55.555310\", \"fileid\": \"file1153_2709\", \"checksum\": \"4e8286c6d370a633e677ac8d21deb2f6\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4e8286c6d370a633e677ac8d21deb2f6/ren2009390.pdf?Signature=lwjFBM0UrqwK93E1fkLj6KVXfa8%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"ren2009390.pdf\", \"url\": \"http://www.aneel.gov.br/cedoc/ren2009390.pdf\"}, {\"downloaded\": \"2016-09-26T06:30:58.200000\", \"info\": {\"spartafile\": false, \"title\": \"Procedimentos de Participa\\u00e7\\u00e3o AP/CP\", \"number\": \"9\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 01/02/2008 a 23/05/2008\", \"data_e_horario_da_realizacao\": \"\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Audi\\u00eancia Ao Vivo\"}]}, \"size\": 21208, \"lastupdate\": \"2016-09-26T06:30:58.200805\", \"fileid\": \"file1147_1392\", \"checksum\": \"57bdca2d768ffcbf93d187a5caca3fe6\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/57bdca2d768ffcbf93d187a5caca3fe6/procedimentos_ap_cp_internet_v28_02_2008.pdf?Signature=JID0rr99A0XfuLOWiKtN8zTECmU%3D&Expires=1541717743&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"procedimentos_ap_cp_internet_v28_02_2008.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2008/008/documento/procedimentos_ap_cp_internet_v28_02_2008.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.354000\", \"info\": {\"spartafile\": false, \"title\": \"Nota T\\u00e9cnica N\\u00ba 480/2009-SCG/ANEEL\", \"number\": \"4\", \"processed\": true, \"resultados\": true}, \"size\": 84939, \"lastupdate\": \"2016-09-26T06:27:11.354785\", \"fileid\": \"file1152_1441\", \"checksum\": \"d0606434bd787e5639eeef7350b89a8b\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d0606434bd787e5639eeef7350b89a8b/nt_507ll0812.pdf?Signature=YAqYtHK0o1DAGwf9Uq5lPqd6uls%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nt_507ll0812.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/041/resultado/nt_507ll0812.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.354000\", \"info\": {\"spartafile\": false, \"title\": \"Relat\\u00f3rio de An\\u00e1lise das Contribui\\u00e7\\u00f5es\", \"number\": \"3\", \"processed\": true, \"resultados\": true}, \"size\": 434792, \"lastupdate\": \"2016-09-26T06:27:11.354278\", \"fileid\": \"file1154_2709\", \"checksum\": \"ced6d079e578dd5fb7aac48837d1d9e8\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ced6d079e578dd5fb7aac48837d1d9e8/rac_03dez2009.pdf?Signature=9qtZ%2FYllVwVtkr%2F5iQOs2TkfCgk%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"rac_03dez2009.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/041/resultado/rac_03dez2009.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.181000\", \"info\": {\"spartafile\": false, \"title\": \"Minuta da Resolu\\u00e7\\u00e3o/Capacidade instalada de usinas termel\\u00e9tricas\", \"number\": \"4\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 29/10/2009 a 18/11/2009\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 276684, \"lastupdate\": \"2016-09-26T06:27:11.181177\", \"fileid\": \"file1149_2710\", \"checksum\": \"508e2785d72d88e80727389ecd38e390\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/508e2785d72d88e80727389ecd38e390/resolucao_169ll1510.pdf?Signature=gTTkRGh6rXIzwebcQbNxIxZnTW4%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"resolucao_169ll1510.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/041/documento/resolucao_169ll1510.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.180000\", \"info\": {\"spartafile\": false, \"title\": \"Minuta da Resolu\\u00e7\\u00e3o/Capacidade instalada de usinas e\\u00f3licas\", \"number\": \"3\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 29/10/2009 a 18/11/2009\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 241782, \"lastupdate\": \"2016-09-26T06:27:11.180541\", \"fileid\": \"file1150_2710\", \"checksum\": \"e1b28959da7a110e6424a662583da00e\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1b28959da7a110e6424a662583da00e/resolucao_168ll1510.pdf?Signature=q%2BINJ3L9qDG51UuKeeitxS42zss%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"resolucao_168ll1510.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/041/documento/resolucao_168ll1510.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.180000\", \"info\": {\"spartafile\": false, \"title\": \"Nota T\\u00e9cnica/2009-SCG/ANEEL\", \"number\": \"2\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 29/10/2009 a 18/11/2009\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 119346, \"lastupdate\": \"2016-09-26T06:27:11.180002\", \"fileid\": \"file1153_1441\", \"checksum\": \"bcf41b0125736bfa53b24fe8b100afa2\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bcf41b0125736bfa53b24fe8b100afa2/nt_418ll0810.pdf?Signature=AE6WvulYAHdGXYqa2JISTRJNsYI%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"nt_418ll0810.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/041/documento/nt_418ll0810.pdf\"}, {\"downloaded\": \"2016-09-26T06:27:11.179000\", \"info\": {\"spartafile\": false, \"title\": \"Aviso da Audi\\u00eancia P\\u00fablica N\\u00ba 040/2009, publicado no DOU de 29/10/2009, se\\u00e7\\u00e3o 3 p\\u00e1gina 132.\", \"number\": \"1\", \"processed\": true, \"fases\": [{\"prazo_para_recebimento_de_contribuicao\": \"De 29/10/2009 a 12/11/2009\", \"descricao\": \"1\\u00aa Fase\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 50625, \"lastupdate\": \"2016-09-26T06:27:11.179559\", \"fileid\": \"file1151_1441\", \"checksum\": \"b8f753067a2a0ab3931426c07cb4bf41\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b8f753067a2a0ab3931426c07cb4bf41/aviso_ap040_2009.pdf?Signature=iwCl2W2aqwDDfs7gJhG04Ot0VBI%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"aviso_ap040_2009.pdf\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2009/040/documento/aviso_ap040_2009.pdf\"}, {\"downloaded\": \"2016-09-21T23:22:10.136000\", \"info\": {\"spartafile\": false, \"title\": \"Resolu\\u00e7\\u00e3o Normativa N\\u00ba 390, de 15 de Dezembro de 2009, publicada no DOU de 18/12/2009, Se\\u00e7\\u00e3o 1, P\\u00e1gina 110\", \"number\": \"1\", \"processed\": true, \"resultados\": true}, \"size\": 447884, \"lastupdate\": \"2016-09-21 23:22:10.136439\", \"fileid\": \"file1148_2710\", \"checksum\": \"6a2b3ec094fca215fa2862b1a52d61e9\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6a2b3ec094fca215fa2862b1a52d61e9/ren2009390.pdf?Signature=R%2BdNrQ%2FLx1p2gMeh1wrhRvWZc4E%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"ren2009390.pdf\", \"url\": \"http://www.aneel.gov.br/cedoc/ren2009390.pdf\"}, {\"downloaded\": \"2016-09-21T19:59:11.218000\", \"info\": {\"spartafile\": false, \"title\": \"Resolu\\u00e7\\u00e3o Normativa N\\u00ba 391, de 15 de Dezembro de 2009, publicada no DOU de 18/12/2009, Se\\u00e7\\u00e3o 1, P\\u00e1gina 113.\", \"number\": \"2\", \"processed\": true, \"resultados\": true}, \"size\": 527787, \"lastupdate\": \"2016-09-21 19:59:11.218414\", \"fileid\": \"file1147_2710\", \"checksum\": \"d1a523338e97ef803bfc32a32247419f\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d1a523338e97ef803bfc32a32247419f/ren2009391.pdf?Signature=05o0OfiafqZnGWhapLK0fEPDyDo%3D&Expires=1541717800&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"name\": \"ren2009391.pdf\", \"url\": \"http://www.aneel.gov.br/cedoc/ren2009391.pdf\"}], \"id\": \"ent222_55\", \"ids\": {\"aneel_id\": \"aneel_audiencia_0412009\"}, \"data\": {\"titulo\": \"Audi\\u00eancia 041/2009\", \"description\": \"obter subs\\u00eddios e informa\\u00e7\\u00f5es para aperfei\\u00e7oamento das minutas de Resolu\\u00e7\\u00e3o Normativa que estabelecem os requisitos necess\\u00e1rios \\u00e0 autoriza\\u00e7\\u00e3o para explora\\u00e7\\u00e3o e altera\\u00e7\\u00e3o da capacidade instalada de usinas termel\\u00e9tricas, e\\u00f3licas e de outras fontes alternativas de energia, bem como os procedimentos para registro de centrais geradoras com capacidade reduzida, em substitui\\u00e7\\u00e3o \\u00e0 Resolu\\u00e7\\u00e3o ANEEL n\\u00ba. 112/2009.\", \"objetivo\": \"obter subs\\u00eddios e informa\\u00e7\\u00f5es para aperfei\\u00e7oamento das minutas de Resolu\\u00e7\\u00e3o Normativa que estabelecem os requisitos necess\\u00e1rios \\u00e0 autoriza\\u00e7\\u00e3o para explora\\u00e7\\u00e3o e altera\\u00e7\\u00e3o da capacidade instalada de usinas termel\\u00e9tricas, e\\u00f3licas e de outras fontes alternativas de energia, bem como os procedimentos para registro de centrais geradoras com capacidade reduzida, em substitui\\u00e7\\u00e3o \\u00e0 Resolu\\u00e7\\u00e3o ANEEL n\\u00ba. 112/2009.\", \"ano\": \"2009\", \"title\": \"Audi\\u00eancia 041/2009\", \"numero\": \"041\"}}]}"}],"_postman_id":"6327d5c4-61f1-4c7b-b328-bc597ede84d1"},{"name":"Get objects of Ons_operacao with word 'ts_ons_operacao_carga' in ts","id":"7a4a9cce-6221-4cc3-9b89-78fda911a5ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/search?query=(ts:ts_ons_operacao_carga)","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","search"],"query":[{"key":"query","value":"(ts:ts_ons_operacao_carga)"}]}},"response":[{"id":"1c9f4cdd-4c22-42e4-b377-fd2fd9dc2d9f","name":"Get objects of Ons_operacao with word 'ts_ons_operacao_carga' in ts","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/search?query=(ts:ts_ons_operacao_carga)","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","search"],"query":[{"key":"query","value":"(ts:ts_ons_operacao_carga)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b69643f14c1d1-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 22:17:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"3b77690446b282f4025cfe496d759f77902df966\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entities found in search = (ts:ts_ons_operacao_carga) returned 5 registers.\", \"data\": [{\"lastupdate\": \"2018-10-30T01:05:39.162705\", \"data\": {\"title\": \"Carga SudesteECentroOeste\", \"description\": \"Valores di\\u00e1rios acumulados de Carga SudesteECentroOeste em MWmed.\"}, \"metadata\": {\"tags\": [\"ons_operacao\", \"ons_operacao_carga\", \"ons_carga\", \"ons_operacao_1min\", \"ons_carga_1min\", \"ons_carga_1min_sudesteecentrooeste\", \"carga\", \"carga_sudesteecentrooeste\"], \"webcrawler_id\": \"ons_operacao\"}, \"files\": [{\"size\": 56802, \"lastupdate\": \"2018-11-08T00:03:28.540541\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/18d9299249565afdc1a9c0c0bb646c68/Carga_SudesteECentroOeste.json?Signature=IdxTB0tTTXHfUFtZo2Ehu%2Bd%2BF88%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130627\", \"checksum\": \"18d9299249565afdc1a9c0c0bb646c68\", \"info\": {}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-08T00:03:28.545000\"}, {\"size\": 56886, \"lastupdate\": \"2018-11-07T00:10:22.354225\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/acb3fc468993de4edad4661fdd1c8570/Carga_SudesteECentroOeste.json?Signature=rfqqmwCzhJyksDtg%2F75xtdRW6ys%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130587\", \"checksum\": \"acb3fc468993de4edad4661fdd1c8570\", \"info\": {}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-07T00:10:22.359000\"}, {\"size\": 56886, \"lastupdate\": \"2018-11-07T00:10:22.354225\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/acb3fc468993de4edad4661fdd1c8570/Carga_SudesteECentroOeste.json?Signature=rfqqmwCzhJyksDtg%2F75xtdRW6ys%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130587\", \"checksum\": \"acb3fc468993de4edad4661fdd1c8570\", \"info\": {}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-07T00:10:22.359000\"}, {\"size\": 56871, \"lastupdate\": \"2018-11-06T00:11:57.936770\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/710c37b9fcabee231140dfa65fcee0a3/Carga_SudesteECentroOeste.json?Signature=1RY%2FKrz7ns9aaCSqrsmFCRkZMTY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130531\", \"checksum\": \"710c37b9fcabee231140dfa65fcee0a3\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-06T00:04:46.275000\"}, {\"size\": 56835, \"lastupdate\": \"2018-11-05T00:20:40.279707\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/01090b4646a7e4df4f10e79f065b34b9/Carga_SudesteECentroOeste.json?Signature=WkD8sd4pCbGR6Zm6AIKi5JNRTC0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130513\", \"checksum\": \"01090b4646a7e4df4f10e79f065b34b9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-05T00:13:23.850000\"}, {\"size\": 56920, \"lastupdate\": \"2018-11-03T01:16:58.450069\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/406c76702cd0ab1a9ed87ae1b141093d/Carga_SudesteECentroOeste.json?Signature=tnIy%2FlGyIedqKwckniaiwkxwliY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130462\", \"checksum\": \"406c76702cd0ab1a9ed87ae1b141093d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-03T00:10:40.814000\"}, {\"size\": 56802, \"lastupdate\": \"2018-11-02T01:14:40.309147\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/43966b68b0d47fe45ccee405a9f37a3e/Carga_SudesteECentroOeste.json?Signature=A%2BXysrydi01eOPfquETD2pTnY1c%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130421\", \"checksum\": \"43966b68b0d47fe45ccee405a9f37a3e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-02T00:06:08.534000\"}, {\"size\": 56818, \"lastupdate\": \"2018-11-01T01:11:59.432946\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d916f099a1ef7ffe334f1a5a89eff143/Carga_SudesteECentroOeste.json?Signature=OTbH8ktzBw7p4RFfFm3b8TDGqak%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130368\", \"checksum\": \"d916f099a1ef7ffe334f1a5a89eff143\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-31T00:07:59.757000\"}, {\"size\": 56837, \"lastupdate\": \"2018-11-01T01:11:56.486386\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5787f2991e4bf18bd9cf33d9b33a6fe3/Carga_SudesteECentroOeste.json?Signature=ZqExjxv7xO4maZJcG3o1%2FZnbsSQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130371\", \"checksum\": \"5787f2991e4bf18bd9cf33d9b33a6fe3\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-11-01T00:05:30.616000\"}, {\"size\": 56926, \"lastupdate\": \"2018-10-30T01:11:45.910317\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/80e38e7161befd7dda3dca901c36e38b/Carga_SudesteECentroOeste.json?Signature=GqQslAbew%2BZqJReWeeygQWGJQKM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130324\", \"checksum\": \"80e38e7161befd7dda3dca901c36e38b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-30T00:04:45.899000\"}, {\"size\": 56852, \"lastupdate\": \"2018-10-26T01:59:39.186821\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a9929dd8d5d5ef016ded92062b935ee0/Carga_SudesteECentroOeste.json?Signature=LRZOfSRbSKdpby203waEkcm4Um4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130182\", \"checksum\": \"a9929dd8d5d5ef016ded92062b935ee0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-24T00:04:30.898000\"}, {\"size\": 56861, \"lastupdate\": \"2018-10-26T01:59:35.893274\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b5fdd9c185f5dd9352e1ea0b2f97c531/Carga_SudesteECentroOeste.json?Signature=uJNzR2Q1PmoPH7cFCLUj0OtZjAo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130154\", \"checksum\": \"b5fdd9c185f5dd9352e1ea0b2f97c531\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-23T00:08:17.506000\"}, {\"size\": 57132, \"lastupdate\": \"2018-10-26T01:59:32.332472\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1d8a45fd7db4a27e15f6d565ad6439b1/Carga_SudesteECentroOeste.json?Signature=l8dyk%2FfSWc68F5iJSapbnBTONW0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130117\", \"checksum\": \"1d8a45fd7db4a27e15f6d565ad6439b1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-22T00:05:41.789000\"}, {\"size\": 56922, \"lastupdate\": \"2018-10-26T01:59:28.669768\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fd053d7945ac1c8e8178958aed46c0cf/Carga_SudesteECentroOeste.json?Signature=tAkrGcxUsdNW%2BO%2BD8J9LBq1NB0k%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130068\", \"checksum\": \"fd053d7945ac1c8e8178958aed46c0cf\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-21T00:12:24.063000\"}, {\"size\": 56845, \"lastupdate\": \"2018-10-26T01:57:32.105704\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/82b6d6eb01e1d446d9fdeac0e3289213/Carga_SudesteECentroOeste.json?Signature=jvA0SBv2vmHPXvky2cAqDTC44Nk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130227\", \"checksum\": \"82b6d6eb01e1d446d9fdeac0e3289213\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-25T00:08:43.115000\"}, {\"size\": 57052, \"lastupdate\": \"2018-10-26T01:57:26.651666\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/07a712d005361bd59789c1302bded467/Carga_SudesteECentroOeste.json?Signature=E8Squb654ybd8vziZMvJIJSh%2Fpw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130281\", \"checksum\": \"07a712d005361bd59789c1302bded467\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-26T00:07:26.485000\"}, {\"size\": 56813, \"lastupdate\": \"2018-10-20T00:04:18.329416\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/712259410dad928746a7dbc39640aaa9/Carga_SudesteECentroOeste.json?Signature=JNCxJi2H%2BZ1q5FTqGbC2b%2FZzXlU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129937\", \"checksum\": \"712259410dad928746a7dbc39640aaa9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-20T00:04:18.329000\"}, {\"size\": 56730, \"lastupdate\": \"2018-10-19T00:04:23.597110\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/10967dbbc16fff861ba1e09abbce91c1/Carga_SudesteECentroOeste.json?Signature=BpSbMDsdWbSUVulTb3rmStaaJ6M%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129661\", \"checksum\": \"10967dbbc16fff861ba1e09abbce91c1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-19T00:04:23.597000\"}, {\"size\": 56911, \"lastupdate\": \"2018-10-18T00:05:24.693191\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/41232809d4a80287300cdfa9471a6849/Carga_SudesteECentroOeste.json?Signature=3tFOUCFOdIisBl4%2BB4aJbmxeTA4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129654\", \"checksum\": \"41232809d4a80287300cdfa9471a6849\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-18T00:05:24.693000\"}, {\"size\": 56831, \"lastupdate\": \"2018-10-17T00:04:51.814102\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/380dd00458c629cecde670a07921021a/Carga_SudesteECentroOeste.json?Signature=Aj%2BZrST%2FYwO8XfAlEpGUDurc7gM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129656\", \"checksum\": \"380dd00458c629cecde670a07921021a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-17T00:04:51.814000\"}, {\"size\": 56919, \"lastupdate\": \"2018-10-16T00:03:21.994956\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fb6968107867eddf1eb5983ca71313e7/Carga_SudesteECentroOeste.json?Signature=3RGr8HroNygLrjo9HcTIM1NEDRo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129657\", \"checksum\": \"fb6968107867eddf1eb5983ca71313e7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-16T00:03:21.994000\"}, {\"size\": 57072, \"lastupdate\": \"2018-10-15T00:17:56.487168\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dd9da2284ddb319053a1b440bf565f01/Carga_SudesteECentroOeste.json?Signature=%2B1uQ4qDsQwvhARR77PvYL6mmx%2B0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129659\", \"checksum\": \"dd9da2284ddb319053a1b440bf565f01\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-15T00:17:56.487000\"}, {\"size\": 56819, \"lastupdate\": \"2018-10-14T00:03:20.596694\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/11fcd3ba8691670af50e59d2c9611621/Carga_SudesteECentroOeste.json?Signature=DLKpgTx70Pr4taY%2FWZjUvL4nj44%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129660\", \"checksum\": \"11fcd3ba8691670af50e59d2c9611621\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-14T00:03:20.596000\"}, {\"size\": 56883, \"lastupdate\": \"2018-10-13T00:03:49.387625\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3d4e0253b6e6fb35318ed3b7f1b0f1e5/Carga_SudesteECentroOeste.json?Signature=ITmEPr%2BQEqYWpN2Dqrmnn7itKhc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129654\", \"checksum\": \"3d4e0253b6e6fb35318ed3b7f1b0f1e5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-13T00:03:49.387000\"}, {\"size\": 56848, \"lastupdate\": \"2018-10-12T00:03:37.050990\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c4b36be40fea20b7c76bd03f1b04f030/Carga_SudesteECentroOeste.json?Signature=LwWnZwHRnw8WuXAtXmvX6%2Fom8lk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129660\", \"checksum\": \"c4b36be40fea20b7c76bd03f1b04f030\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-12T00:03:37.050000\"}, {\"size\": 56845, \"lastupdate\": \"2018-10-11T00:04:52.680031\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1a6b60286507ea7da25a17d707f3a406/Carga_SudesteECentroOeste.json?Signature=q9zqyvcPc0OGWlDw4ViEKD6dEU8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129660\", \"checksum\": \"1a6b60286507ea7da25a17d707f3a406\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-11T00:04:52.680000\"}, {\"size\": 56911, \"lastupdate\": \"2018-10-09T00:03:20.207399\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/317edfe2579c149a1e5ad5904a9cdb01/Carga_SudesteECentroOeste.json?Signature=TFTxxq07OM7MU6UAfKDnXTXxTzk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129653\", \"checksum\": \"317edfe2579c149a1e5ad5904a9cdb01\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-09T00:03:20.207000\"}, {\"size\": 57170, \"lastupdate\": \"2018-10-08T00:09:20.073803\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3bce60d2e9fbba69649a7ac4a5f6a5f2/Carga_SudesteECentroOeste.json?Signature=yq3%2FOr9wj6wU%2FanIrN5oKFvpaI8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129655\", \"checksum\": \"3bce60d2e9fbba69649a7ac4a5f6a5f2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-08T00:09:20.073000\"}, {\"size\": 56853, \"lastupdate\": \"2018-10-07T00:03:20.535630\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05fdfe9ed8faeee189650958f9763521/Carga_SudesteECentroOeste.json?Signature=6o7QjIFE1i5CNJtrEwwJOO%2BqtrI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_123896\", \"checksum\": \"05fdfe9ed8faeee189650958f9763521\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-07T00:03:20.535000\"}, {\"size\": 56809, \"lastupdate\": \"2018-10-06T00:03:17.426293\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05723fb91f5d78da5ffda29b959ff305/Carga_SudesteECentroOeste.json?Signature=vlWQPx54XeG90O5SK37FP4QmwWE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_123901\", \"checksum\": \"05723fb91f5d78da5ffda29b959ff305\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-06T00:03:17.426000\"}, {\"size\": 56970, \"lastupdate\": \"2018-10-05T00:04:57.583847\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/72f34acd61714e139bcf5b0fdc18bdd2/Carga_SudesteECentroOeste.json?Signature=3N%2FpAaEx9coD7FycMuz3lI1aHsw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_26154\", \"checksum\": \"72f34acd61714e139bcf5b0fdc18bdd2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-05T00:04:57.583000\"}, {\"size\": 56810, \"lastupdate\": \"2018-10-04T00:08:51.951121\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/96885469e28c61d4fda1df99ab3237fa/Carga_SudesteECentroOeste.json?Signature=MkpViwSN2gUBQJwakVzsZxsGcaw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_7926\", \"checksum\": \"96885469e28c61d4fda1df99ab3237fa\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-04T00:08:51.951000\"}, {\"size\": 53366, \"lastupdate\": \"2018-10-03T00:14:31.122418\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/104b892d145697ef495d01ffbee56aed/Carga_SudesteECentroOeste.json?Signature=qZgHrJzEqqQ63j3KMAL6jMgsjc8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_6954\", \"checksum\": \"104b892d145697ef495d01ffbee56aed\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-03T00:14:31.122000\"}, {\"size\": 56849, \"lastupdate\": \"2018-10-02T00:02:46.452767\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b50903439e61dcfd4f5707be86a5e2b3/Carga_SudesteECentroOeste.json?Signature=TLiKO4gAfgYZqxOozN9BoNjCanA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_4326\", \"checksum\": \"b50903439e61dcfd4f5707be86a5e2b3\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-10-02T00:02:46.452000\"}, {\"size\": 56718, \"lastupdate\": \"2018-09-28T00:02:47.355042\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/105b7ddcb1e7a750e33122f8ddc8821f/Carga_SudesteECentroOeste.json?Signature=jmg1WJyGX%2BXzh1I21cbenW4fMSo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_373\", \"checksum\": \"105b7ddcb1e7a750e33122f8ddc8821f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-28T00:02:47.355000\"}, {\"size\": 56803, \"lastupdate\": \"2018-09-27T00:02:34.406648\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a792cdba593937fb157fe876496a48c7/Carga_SudesteECentroOeste.json?Signature=Vt9biFV4BDQW6OXn8VM9bsw8u%2Bk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_373\", \"checksum\": \"a792cdba593937fb157fe876496a48c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-27T00:02:34.406000\"}, {\"size\": 56833, \"lastupdate\": \"2018-09-26T00:03:17.293266\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7f24ad9a84a263644116bc04b6bf09a9/Carga_SudesteECentroOeste.json?Signature=BLQddKhj7raPBLSn4Et4GX5SK6I%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_373\", \"checksum\": \"7f24ad9a84a263644116bc04b6bf09a9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-26T00:03:17.293000\"}, {\"size\": 56892, \"lastupdate\": \"2018-09-25T00:03:45.482348\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6b56efa2164a0879e4539fd8c90fa5ff/Carga_SudesteECentroOeste.json?Signature=OkzpXpNGMCWGDodnG3DnLiKgPJM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_373\", \"checksum\": \"6b56efa2164a0879e4539fd8c90fa5ff\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-25T00:03:45.482000\"}, {\"size\": 57116, \"lastupdate\": \"2018-09-24T00:07:16.211413\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ffdb6fee11b27c81cc71957611c0be10/Carga_SudesteECentroOeste.json?Signature=tViE%2FZ%2BR%2BnwT5y9x05XNLBuelnk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_374\", \"checksum\": \"ffdb6fee11b27c81cc71957611c0be10\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-24T00:07:16.211000\"}, {\"size\": 56827, \"lastupdate\": \"2018-09-23T00:02:46.423571\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f6895a7d4593b980a5bd22933e449dbb/Carga_SudesteECentroOeste.json?Signature=eJyfhiM8c2mwUxxTVzE2oOBTNC0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_374\", \"checksum\": \"f6895a7d4593b980a5bd22933e449dbb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-23T00:02:46.423000\"}, {\"size\": 56459, \"lastupdate\": \"2018-09-22T00:03:16.336555\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b6b3d68aadf3d47e2d28958bd87f409f/Carga_SudesteECentroOeste.json?Signature=6%2FP7XZ5xqWNiMnUaeCk5PUeWW%2BA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_374\", \"checksum\": \"b6b3d68aadf3d47e2d28958bd87f409f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-22T00:03:16.336000\"}, {\"size\": 56874, \"lastupdate\": \"2018-09-21T00:05:50.615034\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6cf874ce0a93548343cf03f28fa1433f/Carga_SudesteECentroOeste.json?Signature=jpQbO1j50Tqg2Ch5MiKPraEXIgY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_374\", \"checksum\": \"6cf874ce0a93548343cf03f28fa1433f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-21T00:05:50.615000\"}, {\"size\": 56914, \"lastupdate\": \"2018-09-20T00:05:58.352319\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5562c369f0bf698c05518ba912a53a5d/Carga_SudesteECentroOeste.json?Signature=Y%2BKYjLele0oBommtnKBixdCgHms%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_374\", \"checksum\": \"5562c369f0bf698c05518ba912a53a5d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-20T00:05:58.352000\"}, {\"size\": 56846, \"lastupdate\": \"2018-09-19T00:03:47.080875\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2b1115a4bb6e535133c1b412a4c09201/Carga_SudesteECentroOeste.json?Signature=yOZxWIQVLKF04QT2owiSJ0avORs%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_374\", \"checksum\": \"2b1115a4bb6e535133c1b412a4c09201\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-19T00:03:47.080000\"}, {\"size\": 56884, \"lastupdate\": \"2018-09-18T00:03:28.725574\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/593e0b3134880b931f6adcc49b02b438/Carga_SudesteECentroOeste.json?Signature=4lhAVeBw0mu4pnG%2B9QJH47qU7Ys%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_374\", \"checksum\": \"593e0b3134880b931f6adcc49b02b438\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-18T00:03:28.725000\"}, {\"size\": 57079, \"lastupdate\": \"2018-09-17T00:02:45.966625\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/12f63cf0cfa9bbdb0ed4c4212320dd31/Carga_SudesteECentroOeste.json?Signature=Bg5WNvMOFBGu2SsT%2B52h%2BO%2F16m4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_374\", \"checksum\": \"12f63cf0cfa9bbdb0ed4c4212320dd31\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-17T00:02:45.966000\"}, {\"size\": 56931, \"lastupdate\": \"2018-09-16T00:02:45.520761\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d0be33937c2fb23d904c0e1370502ab2/Carga_SudesteECentroOeste.json?Signature=q5roFPV2ORqhEMBkivHIzdSsiWI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_375\", \"checksum\": \"d0be33937c2fb23d904c0e1370502ab2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-16T00:02:45.520000\"}, {\"size\": 56885, \"lastupdate\": \"2018-09-15T00:05:45.623397\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/39bacf95a82ad7bc6fff8dba1c2f4a93/Carga_SudesteECentroOeste.json?Signature=mUPN4a4I2jTjKQ053L7EUSJQdjE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_375\", \"checksum\": \"39bacf95a82ad7bc6fff8dba1c2f4a93\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-15T00:05:45.623000\"}, {\"size\": 56895, \"lastupdate\": \"2018-09-14T00:04:18.063966\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf28e38357da1d4456e33f58b190ab0b/Carga_SudesteECentroOeste.json?Signature=Yyki3tFYvgneNHm%2FecLhGPT2FEI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_375\", \"checksum\": \"cf28e38357da1d4456e33f58b190ab0b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-14T00:04:18.063000\"}, {\"size\": 56873, \"lastupdate\": \"2018-09-13T00:03:21.364630\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d35b80aec2c641f63599a6100c90bc3f/Carga_SudesteECentroOeste.json?Signature=rSmOb8KPNjuBrMOt2Kqiqkx3HWQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_375\", \"checksum\": \"d35b80aec2c641f63599a6100c90bc3f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-13T00:03:21.364000\"}, {\"size\": 56860, \"lastupdate\": \"2018-09-12T00:23:13.697050\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b8cc0230601dc57991ff356416ee0f9e/Carga_SudesteECentroOeste.json?Signature=FiqLw%2F7F7jdJkowgxyvyo0jeEUc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_375\", \"checksum\": \"b8cc0230601dc57991ff356416ee0f9e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-12T00:23:13.697000\"}, {\"size\": 56841, \"lastupdate\": \"2018-09-11T00:03:01.833098\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/88a63221e5799b5164f1c66ba026b086/Carga_SudesteECentroOeste.json?Signature=tWdKGwKjL3pWn24%2BuWZKOWPA%2Bzo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_375\", \"checksum\": \"88a63221e5799b5164f1c66ba026b086\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-11T00:03:01.833000\"}, {\"size\": 57107, \"lastupdate\": \"2018-09-10T00:02:49.431860\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/61abc702a1f92da51920640941c03bc1/Carga_SudesteECentroOeste.json?Signature=kdrIX%2FqMFtcBAKneuIMNua62G6Y%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_375\", \"checksum\": \"61abc702a1f92da51920640941c03bc1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-10T00:02:49.431000\"}, {\"size\": 57120, \"lastupdate\": \"2018-09-09T00:02:47.686774\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8f09bf4a348f9b5c48dcdd82f6a66e71/Carga_SudesteECentroOeste.json?Signature=p4OYA2625zQnzWRBibNSYNnvdrg%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_375\", \"checksum\": \"8f09bf4a348f9b5c48dcdd82f6a66e71\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-09T00:02:47.686000\"}, {\"size\": 57138, \"lastupdate\": \"2018-09-08T00:02:51.014070\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fc5c76f1c2ee250519dbb572be0b26cd/Carga_SudesteECentroOeste.json?Signature=rSROa4YDINHUH6pV%2Fcu6926NInU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_376\", \"checksum\": \"fc5c76f1c2ee250519dbb572be0b26cd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-08T00:02:51.014000\"}, {\"size\": 56831, \"lastupdate\": \"2018-09-07T00:03:19.489573\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bec35a9ee900982f2d365b7e78ddf24e/Carga_SudesteECentroOeste.json?Signature=OdVSFyILesAER9I%2FcSAOqadmZrQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_376\", \"checksum\": \"bec35a9ee900982f2d365b7e78ddf24e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-07T00:03:19.489000\"}, {\"size\": 56840, \"lastupdate\": \"2018-09-06T00:03:26.177202\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fdfb8cd7602970596bbd4afc94c418a3/Carga_SudesteECentroOeste.json?Signature=G1P4zKWbzCSbhHNxo5UdGJXTB5s%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_376\", \"checksum\": \"fdfb8cd7602970596bbd4afc94c418a3\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-06T00:03:26.177000\"}, {\"size\": 56783, \"lastupdate\": \"2018-09-05T00:05:19.711697\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/64337e2bb19ae1612f0beb798ae7ee20/Carga_SudesteECentroOeste.json?Signature=GiK7lAhw2SzLaI%2F%2FYbzgoRArSOM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_376\", \"checksum\": \"64337e2bb19ae1612f0beb798ae7ee20\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-05T00:05:19.711000\"}, {\"size\": 56928, \"lastupdate\": \"2018-09-04T00:02:52.372123\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c4d39254ff3ea3f170c1d5b3ee0bdf1e/Carga_SudesteECentroOeste.json?Signature=CeRaoSYiFiD7fy%2FkuKuGdsXsF6A%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_376\", \"checksum\": \"c4d39254ff3ea3f170c1d5b3ee0bdf1e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-04T00:02:52.372000\"}, {\"size\": 57132, \"lastupdate\": \"2018-09-03T00:02:45.981844\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0cb7a1296643b9b8c385f3c200b70f4a/Carga_SudesteECentroOeste.json?Signature=OFFYpqmsRUyT726Tdyontjnakw0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_376\", \"checksum\": \"0cb7a1296643b9b8c385f3c200b70f4a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-03T00:02:45.981000\"}, {\"size\": 56860, \"lastupdate\": \"2018-09-02T00:02:44.951334\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/49baa25c0e5262d9b03b3caf3ce2f079/Carga_SudesteECentroOeste.json?Signature=WCrLwv%2B6BG2VZrPrn9%2BAKA%2Blnto%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_376\", \"checksum\": \"49baa25c0e5262d9b03b3caf3ce2f079\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-02T00:02:44.951000\"}, {\"size\": 56904, \"lastupdate\": \"2018-09-01T00:02:50.892326\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b8dd3c0979e84621d1b4c5a2793bd190/Carga_SudesteECentroOeste.json?Signature=ubDMy39KlgywpChrXcjo1mXhoPc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_376\", \"checksum\": \"b8dd3c0979e84621d1b4c5a2793bd190\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-09-01T00:02:50.892000\"}, {\"size\": 56854, \"lastupdate\": \"2018-08-31T00:02:50.760463\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bca101b8884697580dc5a903186fb4b4/Carga_SudesteECentroOeste.json?Signature=MIjzdzHSsQ6z0iQQGRdv%2Be4d%2Bj8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_377\", \"checksum\": \"bca101b8884697580dc5a903186fb4b4\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-31T00:02:50.760000\"}, {\"size\": 56853, \"lastupdate\": \"2018-08-30T00:03:19.613899\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3cb0da4b739f15b428849d726c6e3c11/Carga_SudesteECentroOeste.json?Signature=8DyUcgQ7b%2BM2KQHSRdfCKlWzUCA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_377\", \"checksum\": \"3cb0da4b739f15b428849d726c6e3c11\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-30T00:03:19.613000\"}, {\"size\": 56957, \"lastupdate\": \"2018-08-29T00:04:45.131193\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8fd4953ed84b57069417596038fd281b/Carga_SudesteECentroOeste.json?Signature=%2BtOkl4hYeNYfesDFDqGvIuME8zo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_377\", \"checksum\": \"8fd4953ed84b57069417596038fd281b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-29T00:04:45.131000\"}, {\"size\": 56864, \"lastupdate\": \"2018-08-28T00:03:08.939664\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/edbeef9945efad437436de43192c03b4/Carga_SudesteECentroOeste.json?Signature=4WR0c9SmZlKti8X5oxvlAvB6%2Fu0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_377\", \"checksum\": \"edbeef9945efad437436de43192c03b4\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-28T00:03:08.939000\"}, {\"size\": 57167, \"lastupdate\": \"2018-08-27T00:10:23.379889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4da86e307f5173413c7202c9d2f48ae7/Carga_SudesteECentroOeste.json?Signature=4FZHNnwDnRi61V2REWCmqhNY7kU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_377\", \"checksum\": \"4da86e307f5173413c7202c9d2f48ae7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-27T00:10:23.379000\"}, {\"size\": 56986, \"lastupdate\": \"2018-08-26T00:02:46.028937\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/983351ad56a6056d2d6def47356d58de/Carga_SudesteECentroOeste.json?Signature=D8S2RKk2lTO0ZfP7RIVE7wg3Pdo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_377\", \"checksum\": \"983351ad56a6056d2d6def47356d58de\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-26T00:02:46.028000\"}, {\"size\": 56918, \"lastupdate\": \"2018-08-24T00:09:18.610070\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3c01d024001f4331c648106efc07f7e3/Carga_SudesteECentroOeste.json?Signature=oVRIi3PxkEeMEIMt4lEJ0N5abXI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_377\", \"checksum\": \"3c01d024001f4331c648106efc07f7e3\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-24T00:09:18.610000\"}, {\"size\": 56869, \"lastupdate\": \"2018-08-23T00:06:44.478562\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9c1d5618f111924fd43c7eac722a90c0/Carga_SudesteECentroOeste.json?Signature=xBnAjhz4bOHCPcBHLhDAnzxhIm4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_377\", \"checksum\": \"9c1d5618f111924fd43c7eac722a90c0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-23T00:06:44.478000\"}, {\"size\": 56855, \"lastupdate\": \"2018-08-22T00:03:42.230551\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b9435fefbdcf63d6d2a08a3e14dff78b/Carga_SudesteECentroOeste.json?Signature=WGhlpfXgKQyJEwbGaB1BcpSpEyw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_378\", \"checksum\": \"b9435fefbdcf63d6d2a08a3e14dff78b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-22T00:03:42.230000\"}, {\"size\": 56948, \"lastupdate\": \"2018-08-21T00:02:43.599744\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bf3a8f7e56164cc0d26955efc0b51784/Carga_SudesteECentroOeste.json?Signature=UAKB5vbG%2Fs8u55GSadxBpue6NPk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_378\", \"checksum\": \"bf3a8f7e56164cc0d26955efc0b51784\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-21T00:02:43.599000\"}, {\"size\": 57138, \"lastupdate\": \"2018-08-20T00:05:19.386838\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/82d761ad013c178073cf08473520d064/Carga_SudesteECentroOeste.json?Signature=P%2Fx8IAvzFe%2FVgDPWg%2B%2FH6UcD1ok%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_378\", \"checksum\": \"82d761ad013c178073cf08473520d064\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-20T00:05:19.386000\"}, {\"size\": 56406, \"lastupdate\": \"2018-08-19T00:17:45.115993\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f884f652ff1124fcf967d3b2c6a024a6/Carga_SudesteECentroOeste.json?Signature=OFK2tFWzoru1TAbGtegTX53laUM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_378\", \"checksum\": \"f884f652ff1124fcf967d3b2c6a024a6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-19T00:17:45.115000\"}, {\"size\": 56877, \"lastupdate\": \"2018-08-18T00:08:44.400358\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fee979b5a7ea2918a382bf769a7acb2b/Carga_SudesteECentroOeste.json?Signature=6Kq9c%2BVj2DXSE5hAocHrOjiplBM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_378\", \"checksum\": \"fee979b5a7ea2918a382bf769a7acb2b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-18T00:08:44.400000\"}, {\"size\": 53196, \"lastupdate\": \"2018-08-17T00:23:53.059626\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/80eac3bad42bb34c4cd2c25c6ebced0e/Carga_SudesteECentroOeste.json?Signature=Pj0%2FQoDPR0YZxtxlSF2Xm9ErKOk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_378\", \"checksum\": \"80eac3bad42bb34c4cd2c25c6ebced0e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-17T00:23:53.059000\"}, {\"size\": 56430, \"lastupdate\": \"2018-08-16T00:53:10.564430\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/540f641f1b4da46c56f82396934a43c5/Carga_SudesteECentroOeste.json?Signature=CfT4cAAJYpb9SRfrPEihZvXDjr0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_378\", \"checksum\": \"540f641f1b4da46c56f82396934a43c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-16T00:53:10.564000\"}, {\"size\": 56851, \"lastupdate\": \"2018-08-15T00:02:42.707374\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e6333e4dac8895c177a92e13ff430fe6/Carga_SudesteECentroOeste.json?Signature=n%2F60WBPoXgAuRJRcCFDsyywv5zg%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_378\", \"checksum\": \"e6333e4dac8895c177a92e13ff430fe6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-15T00:02:42.707000\"}, {\"size\": 56898, \"lastupdate\": \"2018-08-14T00:06:46.243825\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f8c1ee72960d1834ed4f21d51380cdd5/Carga_SudesteECentroOeste.json?Signature=E86ADMUAtMfZ4Zfw2eCjE0olitE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_379\", \"checksum\": \"f8c1ee72960d1834ed4f21d51380cdd5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-14T00:06:46.243000\"}, {\"size\": 57145, \"lastupdate\": \"2018-08-13T00:03:18.388669\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/53565812b97c040419830dbb1a6a7b90/Carga_SudesteECentroOeste.json?Signature=yzvuJ8auvmO0%2F6YS7e6pDlcDsFw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_379\", \"checksum\": \"53565812b97c040419830dbb1a6a7b90\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-13T00:03:18.388000\"}, {\"size\": 56945, \"lastupdate\": \"2018-08-12T00:02:46.480883\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/639ada8d70831fad3967c5236b5f6dd2/Carga_SudesteECentroOeste.json?Signature=OyV0xqVakAg3hbWh5zt2owYIMiw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_379\", \"checksum\": \"639ada8d70831fad3967c5236b5f6dd2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-12T00:02:46.480000\"}, {\"size\": 56934, \"lastupdate\": \"2018-08-11T00:04:43.425996\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/771302e641e8c0d1fcd083432be64d30/Carga_SudesteECentroOeste.json?Signature=FO%2FMmt72fJknr32GByLdpg7yq7Y%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_379\", \"checksum\": \"771302e641e8c0d1fcd083432be64d30\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-11T00:04:43.425000\"}, {\"size\": 56886, \"lastupdate\": \"2018-08-03T00:03:42.298889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4f271d5b800eeb89619b15a8f93b40d9/Carga_SudesteECentroOeste.json?Signature=idW6OWVLlxqtsaMfAZe1pZgXWRU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_379\", \"checksum\": \"4f271d5b800eeb89619b15a8f93b40d9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-03T00:03:42.298000\"}, {\"size\": 56813, \"lastupdate\": \"2018-08-02T00:03:12.494009\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/549acb24e65f5691ade08ea99e0f723d/Carga_SudesteECentroOeste.json?Signature=iky1QXnqy5Yiglo1ntDxUGVfEJs%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_379\", \"checksum\": \"549acb24e65f5691ade08ea99e0f723d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-02T00:03:12.494000\"}, {\"size\": 56850, \"lastupdate\": \"2018-08-01T00:02:42.893128\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf6716c600936b8766cc6d95cf0c9da0/Carga_SudesteECentroOeste.json?Signature=zCQzxXERoOKOPTEIRz2F%2Fa8xu7I%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_379\", \"checksum\": \"cf6716c600936b8766cc6d95cf0c9da0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-08-01T00:02:42.893000\"}, {\"size\": 56891, \"lastupdate\": \"2018-07-31T00:02:46.572247\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/45956038266c00cfa3b96d76d39fb296/Carga_SudesteECentroOeste.json?Signature=HAFWtzP%2BKD0cLNIO9FH4E2c7TkQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_379\", \"checksum\": \"45956038266c00cfa3b96d76d39fb296\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-31T00:02:46.572000\"}, {\"size\": 57176, \"lastupdate\": \"2018-07-30T00:03:43.472364\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/11a8b840943d0b62de0b3795c0b56333/Carga_SudesteECentroOeste.json?Signature=UzIxqfaMFNzQKuljJQDffiQMJeU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_380\", \"checksum\": \"11a8b840943d0b62de0b3795c0b56333\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-30T00:03:43.472000\"}, {\"size\": 56925, \"lastupdate\": \"2018-07-29T00:03:08.129484\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4c9902c87b2a45c59596f4fa270d53be/Carga_SudesteECentroOeste.json?Signature=NHwDYBkP6qzxSUctGkz8iuWY8Ok%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_380\", \"checksum\": \"4c9902c87b2a45c59596f4fa270d53be\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-29T00:03:08.129000\"}, {\"size\": 56914, \"lastupdate\": \"2018-07-28T00:02:46.028604\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1df7699aa0e6beb94fdc2de55a1358bd/Carga_SudesteECentroOeste.json?Signature=ZBhq688uLj6XS%2FBaPue%2BBMK8v34%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_380\", \"checksum\": \"1df7699aa0e6beb94fdc2de55a1358bd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-28T00:02:46.028000\"}, {\"size\": 56878, \"lastupdate\": \"2018-07-27T00:03:43.499721\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e22f7b6b877acb0830bd91ee334c432b/Carga_SudesteECentroOeste.json?Signature=zysq8wORhiR%2FDwrDthjTor3rQBQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_380\", \"checksum\": \"e22f7b6b877acb0830bd91ee334c432b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-27T00:03:43.499000\"}, {\"size\": 56878, \"lastupdate\": \"2018-07-26T00:03:43.969839\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b8fc1eeeda8711311097f0801d229565/Carga_SudesteECentroOeste.json?Signature=pzWwTgY4lwegRHIT6hjTSGCJnvs%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_380\", \"checksum\": \"b8fc1eeeda8711311097f0801d229565\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-26T00:03:43.969000\"}, {\"size\": 56841, \"lastupdate\": \"2018-07-25T00:06:09.733953\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a44d2b6de4586789e9ff19f724d12bc4/Carga_SudesteECentroOeste.json?Signature=hEMMFDV6e7fcAY5MkW5%2FR7bSDZ8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_380\", \"checksum\": \"a44d2b6de4586789e9ff19f724d12bc4\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-25T00:06:09.733000\"}, {\"size\": 56911, \"lastupdate\": \"2018-07-18T00:05:13.223787\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/80d9f228dd014214868d58fbd003deeb/Carga_SudesteECentroOeste.json?Signature=QZKXAsYEO3q8RDWKZXg1B3sxk9E%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_380\", \"checksum\": \"80d9f228dd014214868d58fbd003deeb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-18T00:05:13.223000\"}, {\"size\": 56921, \"lastupdate\": \"2018-07-17T00:03:12.539910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/847eeb3450cc1f6941ef303970ee624a/Carga_SudesteECentroOeste.json?Signature=k1el33O3oiiMbM%2BSkIYuGrR8wMk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_380\", \"checksum\": \"847eeb3450cc1f6941ef303970ee624a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-17T00:03:12.539000\"}, {\"size\": 57104, \"lastupdate\": \"2018-07-16T00:04:12.413027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aeb7349c5747a4ad0f6fd5a4cb26c0cd/Carga_SudesteECentroOeste.json?Signature=s%2BtOvoikB7hTaqQOTi1yJEaoKkc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_381\", \"checksum\": \"aeb7349c5747a4ad0f6fd5a4cb26c0cd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-16T00:04:12.413000\"}, {\"size\": 56944, \"lastupdate\": \"2018-07-15T00:03:13.534148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/abba9b4b572dd748d971a19c2fb9a18b/Carga_SudesteECentroOeste.json?Signature=mt6PT72K8JUHCwchb1RIRlgru4Y%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_381\", \"checksum\": \"abba9b4b572dd748d971a19c2fb9a18b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-15T00:03:13.534000\"}, {\"size\": 56869, \"lastupdate\": \"2018-07-14T00:04:46.740263\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/83c4ad23f897fc173129985b66b9309f/Carga_SudesteECentroOeste.json?Signature=vkkir7FvjaLW30T1XjXAAf0EbC8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_381\", \"checksum\": \"83c4ad23f897fc173129985b66b9309f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-14T00:04:46.740000\"}, {\"size\": 56808, \"lastupdate\": \"2018-07-13T00:49:25.470285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/466bb611d541f6291d92acafb731841f/Carga_SudesteECentroOeste.json?Signature=Wwc9MvgQB46Q7nvlIzJhqvLQvxw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_381\", \"checksum\": \"466bb611d541f6291d92acafb731841f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-13T00:49:25.470000\"}, {\"size\": 56939, \"lastupdate\": \"2018-07-12T00:04:48.371501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/09ebae0a0a3c4761abfcc91fdc50035a/Carga_SudesteECentroOeste.json?Signature=lFyMu6Jfl%2Bw%2FfRLSxRew9sv9In8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_381\", \"checksum\": \"09ebae0a0a3c4761abfcc91fdc50035a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-12T00:04:48.371000\"}, {\"size\": 56862, \"lastupdate\": \"2018-07-11T00:05:19.883619\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3e1d687b59ef6921e567080c4c016748/Carga_SudesteECentroOeste.json?Signature=EzOjoSbHVqZfh1qwpIhdgoB%2F0b4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_381\", \"checksum\": \"3e1d687b59ef6921e567080c4c016748\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-11T00:05:19.883000\"}, {\"size\": 56908, \"lastupdate\": \"2018-07-10T00:03:20.649742\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/df3a14700bb22158a0e736e38c51fdfe/Carga_SudesteECentroOeste.json?Signature=aMAjnztaYaMT8Q6Hu9W2RXfww6A%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_381\", \"checksum\": \"df3a14700bb22158a0e736e38c51fdfe\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-10T00:03:20.649000\"}, {\"size\": 57191, \"lastupdate\": \"2018-07-09T00:08:49.953849\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e8a3a73544a4098186627688fc1e104f/Carga_SudesteECentroOeste.json?Signature=jYYfCDZzlE8JvcK%2BIDjDHZguVcA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_381\", \"checksum\": \"e8a3a73544a4098186627688fc1e104f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-09T00:08:49.953000\"}, {\"size\": 57010, \"lastupdate\": \"2018-07-08T00:04:00.059978\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/562e51a3ba4342f785fc1898cc08944f/Carga_SudesteECentroOeste.json?Signature=CFZBhk1iMD8Npj%2B9Pq%2B2SoCHnn0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_382\", \"checksum\": \"562e51a3ba4342f785fc1898cc08944f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-08T00:04:00.059000\"}, {\"size\": 56974, \"lastupdate\": \"2018-07-07T00:09:19.345085\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6e5e9cfa213e71c6d725d249fc603c47/Carga_SudesteECentroOeste.json?Signature=stpCMT53FA1In7PglYHtL6hO9Hc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_382\", \"checksum\": \"6e5e9cfa213e71c6d725d249fc603c47\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-07T00:09:19.345000\"}, {\"size\": 56831, \"lastupdate\": \"2018-07-06T00:03:19.647217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/757eff296dc980086db5de66af00ed21/Carga_SudesteECentroOeste.json?Signature=zgSakxup4DfMz%2FemmZTkokEndkM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_382\", \"checksum\": \"757eff296dc980086db5de66af00ed21\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-06T00:03:19.647000\"}, {\"size\": 56489, \"lastupdate\": \"2018-07-05T00:34:15.779269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ec63456718ab52e599b6f6f4818ba870/Carga_SudesteECentroOeste.json?Signature=HqZYeqRLihDwCHX6jri0n9WAb1k%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_382\", \"checksum\": \"ec63456718ab52e599b6f6f4818ba870\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-05T00:34:15.779000\"}, {\"size\": 56872, \"lastupdate\": \"2018-07-04T00:14:29.719431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/725f1f52d22b2d3e1d33ef84d1bc2b49/Carga_SudesteECentroOeste.json?Signature=yfY1bM8lby4BhxLHpyLsN4Btq8U%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_382\", \"checksum\": \"725f1f52d22b2d3e1d33ef84d1bc2b49\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-04T00:14:29.719000\"}, {\"size\": 56939, \"lastupdate\": \"2018-07-01T00:02:46.105531\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f9d71e55dcbd3ea535ff629f11aa28be/Carga_SudesteECentroOeste.json?Signature=LqxKUF0lfHF81eRyyx5e6X91OGQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_382\", \"checksum\": \"f9d71e55dcbd3ea535ff629f11aa28be\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-07-01T00:02:46.105000\"}, {\"size\": 56833, \"lastupdate\": \"2018-06-30T00:02:46.939689\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1c69e3e5b4372703af4f70458cccae6d/Carga_SudesteECentroOeste.json?Signature=8GQqucxBXWXK9ueAkBgwUiJXbQk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_382\", \"checksum\": \"1c69e3e5b4372703af4f70458cccae6d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-30T00:02:46.939000\"}, {\"size\": 56925, \"lastupdate\": \"2018-06-29T00:03:16.250231\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5171c9ddac7667af66b96df37f006c5e/Carga_SudesteECentroOeste.json?Signature=HTndqvZpANg%2BarbGgMhc7TBOyBM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_382\", \"checksum\": \"5171c9ddac7667af66b96df37f006c5e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-29T00:03:16.250000\"}, {\"size\": 56787, \"lastupdate\": \"2018-06-28T00:03:15.846899\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/79c7b1b8c065a7d0bb1f1b2bb17382eb/Carga_SudesteECentroOeste.json?Signature=IbkvQyLWib0xOTSUWRni4ea5Z5Q%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_383\", \"checksum\": \"79c7b1b8c065a7d0bb1f1b2bb17382eb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-28T00:03:15.846000\"}, {\"size\": 56890, \"lastupdate\": \"2018-06-27T00:03:17.610574\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/88af2ca565c9eee845c2bd6a1be4c58f/Carga_SudesteECentroOeste.json?Signature=cb%2BWbrk0cklBXINVhcAxp8bzI%2BI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_383\", \"checksum\": \"88af2ca565c9eee845c2bd6a1be4c58f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-27T00:03:17.610000\"}, {\"size\": 56863, \"lastupdate\": \"2018-06-26T00:02:47.958387\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cb47ca07b3ce744dcf2ff45c75b8bc37/Carga_SudesteECentroOeste.json?Signature=nUuJjSNqRy9SwhBKEJlfLvudD4Y%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_383\", \"checksum\": \"cb47ca07b3ce744dcf2ff45c75b8bc37\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-26T00:02:47.958000\"}, {\"size\": 57095, \"lastupdate\": \"2018-06-25T00:02:50.075376\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3883a1416f6852d7f37fa6587197bbac/Carga_SudesteECentroOeste.json?Signature=YdtVFx0LIXjxG5vGcDHmZCxoDJ0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_383\", \"checksum\": \"3883a1416f6852d7f37fa6587197bbac\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-25T00:02:50.075000\"}, {\"size\": 56945, \"lastupdate\": \"2018-06-24T00:02:48.007372\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/587f7e05ebe17d8d2b43e439102aa72e/Carga_SudesteECentroOeste.json?Signature=ShwLxtqMYmmZPliSsRps4ygrAY0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_383\", \"checksum\": \"587f7e05ebe17d8d2b43e439102aa72e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-24T00:02:48.007000\"}, {\"size\": 56882, \"lastupdate\": \"2018-06-23T00:02:47.516359\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/de00b60f5b78c768aa478723ef60b711/Carga_SudesteECentroOeste.json?Signature=yiGa9ILhHLFjQ4lHbwzHeNV2eTA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_383\", \"checksum\": \"de00b60f5b78c768aa478723ef60b711\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-23T00:02:47.516000\"}, {\"size\": 56888, \"lastupdate\": \"2018-06-22T00:02:54.267365\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6b95162d64321ffa49389795d26f0ab1/Carga_SudesteECentroOeste.json?Signature=ZW8jOYDmuV1HY5YXYzmCBtqVyNk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_383\", \"checksum\": \"6b95162d64321ffa49389795d26f0ab1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-22T00:02:54.267000\"}, {\"size\": 56914, \"lastupdate\": \"2018-06-21T00:02:45.191145\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/73eaad6c48437ceb3b8ead5d12b58a7f/Carga_SudesteECentroOeste.json?Signature=iXnEpiiJD5TIQdS%2Bdl4jHLyV8sc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_383\", \"checksum\": \"73eaad6c48437ceb3b8ead5d12b58a7f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-21T00:02:45.191000\"}, {\"size\": 56849, \"lastupdate\": \"2018-06-20T00:04:18.486210\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d8c0a102d374695e1f8144acd3afbe4a/Carga_SudesteECentroOeste.json?Signature=Z8nLTowO5qffi%2BQ26sHCd3wn0S8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_384\", \"checksum\": \"d8c0a102d374695e1f8144acd3afbe4a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-20T00:04:18.486000\"}, {\"size\": 56816, \"lastupdate\": \"2018-06-19T00:03:20.242444\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/59630f3d4396ab5eea372408de4f8949/Carga_SudesteECentroOeste.json?Signature=pP8hagpnwNQjtp59hbysiUuChkI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_384\", \"checksum\": \"59630f3d4396ab5eea372408de4f8949\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-19T00:03:20.242000\"}, {\"size\": 57092, \"lastupdate\": \"2018-06-18T00:02:50.816172\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5cdc03f9076b8e1fd79ddd5404cf5340/Carga_SudesteECentroOeste.json?Signature=%2BpZXrSnYY5mkrF2e%2Be1VI%2FKE06Y%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_384\", \"checksum\": \"5cdc03f9076b8e1fd79ddd5404cf5340\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-18T00:02:50.816000\"}, {\"size\": 57014, \"lastupdate\": \"2018-06-17T00:02:46.090758\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b5d5f85781bee8d93e6c7a6d9955e68c/Carga_SudesteECentroOeste.json?Signature=PCBB1mvSougpMXGAGn7o2rAbgjY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_384\", \"checksum\": \"b5d5f85781bee8d93e6c7a6d9955e68c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-17T00:02:46.090000\"}, {\"size\": 56755, \"lastupdate\": \"2018-06-16T00:03:22.139986\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d9d8c26852989dc28536b9650cc553d0/Carga_SudesteECentroOeste.json?Signature=Z443NAYJw%2FJU5qVGjjqlm3VVaqY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_384\", \"checksum\": \"d9d8c26852989dc28536b9650cc553d0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-16T00:03:22.139000\"}, {\"size\": 56802, \"lastupdate\": \"2018-06-15T00:02:53.010321\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7677b7e0f5d6f22f8a75107459f646e5/Carga_SudesteECentroOeste.json?Signature=8uKh2DF48L6LpSkq9ctkIs3E1Wg%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_384\", \"checksum\": \"7677b7e0f5d6f22f8a75107459f646e5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-15T00:02:53.010000\"}, {\"size\": 56864, \"lastupdate\": \"2018-06-14T00:03:23.555828\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/24949764c1b8ddf65abf3be17dc8413a/Carga_SudesteECentroOeste.json?Signature=h3hn007qPA%2FHfn%2FrJsrY71bykQw%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_384\", \"checksum\": \"24949764c1b8ddf65abf3be17dc8413a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-14T00:03:23.555000\"}, {\"size\": 56862, \"lastupdate\": \"2018-06-13T00:02:52.226399\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a9efdc49bc8e51efce1fdb3245f1bb9b/Carga_SudesteECentroOeste.json?Signature=fIG%2BGV6oEvYZ3xwwjq79ql9jXqc%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_384\", \"checksum\": \"a9efdc49bc8e51efce1fdb3245f1bb9b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-13T00:02:52.226000\"}, {\"size\": 56935, \"lastupdate\": \"2018-06-12T00:02:24.328517\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/77079cdac57027ccd9e26bdf4fd86df5/Carga_SudesteECentroOeste.json?Signature=amobM4resdxsPgQGAoG9fZhgn1s%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_385\", \"checksum\": \"77079cdac57027ccd9e26bdf4fd86df5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SudesteECentroOeste\", \"downloaded\": \"2018-06-12T00:02:24.328000\"}, {\"size\": 57114, \"lastupdate\": \"2018-06-11T00:09:16.890074\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8c197e46c7392b389a5d3d542e788789/Carga_SudesteECentroOeste.json?Signature=JjxaynSsME1kqJiKn%2F9fwl29GRU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_385\", \"checksum\": \"8c197e46c7392b389a5d3d542e788789\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-11T00:09:16.890000\"}, {\"size\": 56953, \"lastupdate\": \"2018-06-10T00:03:14.555383\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2699d3e488da11e5e7ac3bc9a32295c7/Carga_SudesteECentroOeste.json?Signature=VYjomURbCXJiCt%2BmNRSLMVOvPCE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_385\", \"checksum\": \"2699d3e488da11e5e7ac3bc9a32295c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-10T00:03:14.555000\"}, {\"size\": 56950, \"lastupdate\": \"2018-06-09T00:04:46.476420\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e7a18ef814eb08a4fab64847452652ad/Carga_SudesteECentroOeste.json?Signature=xYh8%2BMpvHIMDP%2BKdoacIYXFG0to%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_385\", \"checksum\": \"e7a18ef814eb08a4fab64847452652ad\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-09T00:04:46.476000\"}, {\"size\": 56587, \"lastupdate\": \"2018-06-08T00:14:19.829135\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c90d68bbe10e34c4daecfe0a205b15d/Carga_SudesteECentroOeste.json?Signature=mUzTbw9NpYljGd%2Fg8fX0cKOaUws%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_385\", \"checksum\": \"0c90d68bbe10e34c4daecfe0a205b15d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-08T00:14:19.829000\"}, {\"size\": 56838, \"lastupdate\": \"2018-06-07T00:04:16.585381\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/727e38f3a4eb22fa272365ef5a3d2a01/Carga_SudesteECentroOeste.json?Signature=lY1T7kCqFDGkKru44Rg%2FDEV%2FtgE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_385\", \"checksum\": \"727e38f3a4eb22fa272365ef5a3d2a01\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-07T00:04:16.585000\"}, {\"size\": 56924, \"lastupdate\": \"2018-06-06T00:05:45.774829\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6e9019e38b20f71096261f0ad4138150/Carga_SudesteECentroOeste.json?Signature=5XQ8K2pOQZTWHymbtr%2FDZ5zC2ZI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_385\", \"checksum\": \"6e9019e38b20f71096261f0ad4138150\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-06T00:05:45.774000\"}, {\"size\": 56919, \"lastupdate\": \"2018-06-05T00:03:46.262469\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3fae23330ba212cd7061ba6c6311512a/Carga_SudesteECentroOeste.json?Signature=%2BmGEkXl9LbYwYy7FE%2FqJPFpI8yI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_385\", \"checksum\": \"3fae23330ba212cd7061ba6c6311512a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-05T00:03:46.262000\"}, {\"size\": 57198, \"lastupdate\": \"2018-06-04T00:08:49.241068\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bf3920951cb548ee972aa683f3aba6e1/Carga_SudesteECentroOeste.json?Signature=mFflXLQtDNZqv3pDVR22Krx5iyk%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_386\", \"checksum\": \"bf3920951cb548ee972aa683f3aba6e1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-04T00:08:49.241000\"}, {\"size\": 57083, \"lastupdate\": \"2018-06-03T00:02:46.745655\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a3428ee67e7488da47aacf31533ef36e/Carga_SudesteECentroOeste.json?Signature=ORkuHabnJ95m%2FF4E1ohhe25A8ow%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_386\", \"checksum\": \"a3428ee67e7488da47aacf31533ef36e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-03T00:02:46.745000\"}, {\"size\": 56954, \"lastupdate\": \"2018-06-02T00:02:46.678105\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7f89970568d5ff1b242bbb5a7e97daf6/Carga_SudesteECentroOeste.json?Signature=6raNam9nE%2BhxA%2BziF6HvngyH0lo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_386\", \"checksum\": \"7f89970568d5ff1b242bbb5a7e97daf6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-02T00:02:46.678000\"}, {\"size\": 57099, \"lastupdate\": \"2018-06-01T00:08:49.887512\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/581c956ba377e64030118c2ab81e4cde/Carga_SudesteECentroOeste.json?Signature=v2%2BCaIOxwUfzvMUwKNb4p9YLHgM%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_386\", \"checksum\": \"581c956ba377e64030118c2ab81e4cde\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-01T00:08:49.887000\"}, {\"size\": 56983, \"lastupdate\": \"2018-05-31T00:03:47.843867\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fc04a492483e1fee746123b8297ead85/Carga_SudesteECentroOeste.json?Signature=RiUu6tTV8WnSqktejkCNLs6NrTU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_386\", \"checksum\": \"fc04a492483e1fee746123b8297ead85\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-31T00:03:47.843000\"}, {\"size\": 56974, \"lastupdate\": \"2018-05-30T00:03:20.989560\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/54c9790b10991e1dc097d37572648487/Carga_SudesteECentroOeste.json?Signature=rwXnJeqO34sWLhj52RWgxlQLRFY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_386\", \"checksum\": \"54c9790b10991e1dc097d37572648487\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-30T00:03:20.989000\"}, {\"size\": 56937, \"lastupdate\": \"2018-05-29T00:03:16.927075\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c174d9045de9f62719f2ba11452e7d24/Carga_SudesteECentroOeste.json?Signature=IXIDcdt1veBpM1%2B8PjHjiKO3c6U%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_386\", \"checksum\": \"c174d9045de9f62719f2ba11452e7d24\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-29T00:03:16.927000\"}, {\"size\": 57172, \"lastupdate\": \"2018-05-28T00:02:49.488475\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/26f3f16c229c144904e6907be620e6da/Carga_SudesteECentroOeste.json?Signature=%2FKGSulxIrmgnudkTx%2BLp2BaCU2c%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_386\", \"checksum\": \"26f3f16c229c144904e6907be620e6da\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-28T00:02:49.488000\"}, {\"size\": 57192, \"lastupdate\": \"2018-05-27T00:02:19.124723\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ca296a81c9b852dee22ecb80bbaa7d8e/Carga_SudesteECentroOeste.json?Signature=m6vrJMYTkRWTRRNl5H5o4KbsYZE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_387\", \"checksum\": \"ca296a81c9b852dee22ecb80bbaa7d8e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-27T00:02:19.124000\"}, {\"size\": 55705, \"lastupdate\": \"2018-05-26T00:21:56.609952\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2a1f61e29e22f40b57fa5ab3fad7d9fa/Carga_SudesteECentroOeste.json?Signature=hVGlEgGxwCfBekfdzlG7S5rmssE%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_387\", \"checksum\": \"2a1f61e29e22f40b57fa5ab3fad7d9fa\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-26T00:21:56.609000\"}, {\"size\": 56893, \"lastupdate\": \"2018-05-25T00:06:50.370382\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29bdac9e28ee0ff69f7d6c09c490f6fd/Carga_SudesteECentroOeste.json?Signature=hQCGTzbrWVpn%2B1ViQNqNExiP3q8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_387\", \"checksum\": \"29bdac9e28ee0ff69f7d6c09c490f6fd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-25T00:06:50.370000\"}, {\"size\": 56929, \"lastupdate\": \"2018-05-24T00:02:50.836280\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cb55683a369a130bf221ff8ef4d81406/Carga_SudesteECentroOeste.json?Signature=KexyBXoVDV6UPUELXtgtbLwqmik%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_387\", \"checksum\": \"cb55683a369a130bf221ff8ef4d81406\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-24T00:02:50.836000\"}, {\"size\": 56932, \"lastupdate\": \"2018-05-23T00:03:50.705536\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a0a9748c4e41f9ae7ea794be8ac21d32/Carga_SudesteECentroOeste.json?Signature=QvpHaCJ7rJTQ87BaZ5G46eZ9m4A%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_387\", \"checksum\": \"a0a9748c4e41f9ae7ea794be8ac21d32\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-23T00:03:50.705000\"}, {\"size\": 56990, \"lastupdate\": \"2018-05-22T00:04:54.488812\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/af16041cb6408ef9759682d0ef309e8a/Carga_SudesteECentroOeste.json?Signature=%2BNHNbNxcVivXpkpAms%2BN0h63Vr0%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_387\", \"checksum\": \"af16041cb6408ef9759682d0ef309e8a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-22T00:04:54.488000\"}, {\"size\": 53752, \"lastupdate\": \"2018-05-21T03:09:22.218863\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9cc9dbf7177cbfcd39f030246180933c/Carga_SudesteECentroOeste.json?Signature=sCkbxG3P4PWP5dN5sNouLIvOEtQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_387\", \"checksum\": \"9cc9dbf7177cbfcd39f030246180933c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-21T03:09:22.218000\"}, {\"size\": 50869, \"lastupdate\": \"2018-05-20T00:26:01.094803\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6408ec5dc5459a1c5031f61258ffbb6b/Carga_SudesteECentroOeste.json?Signature=bQHtSJsGTPEWdCHiCvK1%2BHX4xOQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_387\", \"checksum\": \"6408ec5dc5459a1c5031f61258ffbb6b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-20T00:26:01.094000\"}, {\"size\": 56263, \"lastupdate\": \"2018-05-19T00:11:53.099269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9f4d04d78f6d1a50d19cf2c26a12013a/Carga_SudesteECentroOeste.json?Signature=wqfoN%2BVmkoKebSRXH1a8WDuyRcU%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_388\", \"checksum\": \"9f4d04d78f6d1a50d19cf2c26a12013a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-19T00:11:53.099000\"}, {\"size\": 56602, \"lastupdate\": \"2018-05-18T00:07:51.619401\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf1a76cd1219660c707c4236364327ca/Carga_SudesteECentroOeste.json?Signature=90TtB0ciOdFZv55JG%2BSQA4TKb0E%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_388\", \"checksum\": \"cf1a76cd1219660c707c4236364327ca\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-18T00:07:51.619000\"}, {\"size\": 56410, \"lastupdate\": \"2018-05-17T00:17:59.719999\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/baeaa014aef27a38af4ff031901a195f/Carga_SudesteECentroOeste.json?Signature=47y7A9SDxVGNYoByo783s6XwFZY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_388\", \"checksum\": \"baeaa014aef27a38af4ff031901a195f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-17T00:17:59.719000\"}, {\"size\": 56807, \"lastupdate\": \"2018-05-16T00:03:55.712252\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2133fe9280d9061d679cd18d957a088f/Carga_SudesteECentroOeste.json?Signature=YLa6Vx52rHkOkodMYQXSVb9gGZg%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_388\", \"checksum\": \"2133fe9280d9061d679cd18d957a088f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-16T00:03:55.712000\"}, {\"size\": 56860, \"lastupdate\": \"2018-05-15T00:03:52.040967\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bd587696506b7fe7e21119c141c32426/Carga_SudesteECentroOeste.json?Signature=hCja0H8FYuJ%2BBJTFVZ6yGBgyWcI%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_388\", \"checksum\": \"bd587696506b7fe7e21119c141c32426\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-15T00:03:52.040000\"}, {\"size\": 57170, \"lastupdate\": \"2018-05-14T00:03:22.580199\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/24817bec7c5e66647baca549f310b6ee/Carga_SudesteECentroOeste.json?Signature=ykqk1O6WiIcqgE4Y0gYgR8JCFN4%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_388\", \"checksum\": \"24817bec7c5e66647baca549f310b6ee\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-14T00:03:22.580000\"}, {\"size\": 56867, \"lastupdate\": \"2018-05-13T00:02:55.890906\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/04caacbbeb622a2d2fefec65c03efbcf/Carga_SudesteECentroOeste.json?Signature=HocBxTzIsoD5jZBwXQoJDmv1NgA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_388\", \"checksum\": \"04caacbbeb622a2d2fefec65c03efbcf\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-13T00:02:55.890000\"}, {\"size\": 56838, \"lastupdate\": \"2018-05-12T00:04:22.987139\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/17a87a8f87b36f7d236bb82435d37387/Carga_SudesteECentroOeste.json?Signature=frdbL2KP1F4J1ims%2FL%2FngWHkHlA%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_388\", \"checksum\": \"17a87a8f87b36f7d236bb82435d37387\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-12T00:04:22.987000\"}, {\"size\": 56903, \"lastupdate\": \"2018-05-11T00:10:27.105914\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f535d64e891a47b00001aa2b79429e45/Carga_SudesteECentroOeste.json?Signature=WNk0wpjUQ64wGbf0xL435A5CblQ%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_389\", \"checksum\": \"f535d64e891a47b00001aa2b79429e45\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-11T00:10:27.105000\"}, {\"size\": 56244, \"lastupdate\": \"2018-05-10T00:45:04.179559\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d7105e49e9a1f2226c5dd62eba6ce033/Carga_SudesteECentroOeste.json?Signature=4kri6i6WFVEBkuBu1U2yC5GukXY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_389\", \"checksum\": \"d7105e49e9a1f2226c5dd62eba6ce033\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-10T00:45:04.179000\"}, {\"size\": 56836, \"lastupdate\": \"2018-05-09T00:04:24.337922\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c9177c3dc43808509d2ed0fc0a1830cb/Carga_SudesteECentroOeste.json?Signature=Hgy3WGV%2F7cKxE6%2Fi3nq887tyFSo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_389\", \"checksum\": \"c9177c3dc43808509d2ed0fc0a1830cb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-09T00:04:24.337000\"}, {\"size\": 56885, \"lastupdate\": \"2018-05-08T00:07:35.024385\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/60bd4a7b7dc2b1228533c6b7485f3843/Carga_SudesteECentroOeste.json?Signature=EqFkynQCNAhK%2FAVKwBi3GIvD98c%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_389\", \"checksum\": \"60bd4a7b7dc2b1228533c6b7485f3843\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-08T00:07:35.024000\"}, {\"size\": 57166, \"lastupdate\": \"2018-05-07T00:10:25.956487\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/290f758fbf47e3dccfd43dceb51318b1/Carga_SudesteECentroOeste.json?Signature=lgWtP0qxHye11SqtvDnqv5vmHTY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_389\", \"checksum\": \"290f758fbf47e3dccfd43dceb51318b1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-07T00:10:25.956000\"}, {\"size\": 44882, \"lastupdate\": \"2018-05-06T02:40:09.399230\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5c3a059306426e2349bd4b2d2a43b74e/Carga_SudesteECentroOeste.json?Signature=GsbHDHd2lwJpfvDFFamWLilnGxo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_389\", \"checksum\": \"5c3a059306426e2349bd4b2d2a43b74e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-06T02:40:09.399000\"}, {\"size\": 56738, \"lastupdate\": \"2018-05-05T01:14:46.571150\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2eeb1b80b80d2ca9b1b5044dc02b25c0/Carga_SudesteECentroOeste.json?Signature=tVxeJn3YADHjZ2vQLzHGvO0dNWY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_389\", \"checksum\": \"2eeb1b80b80d2ca9b1b5044dc02b25c0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-05T01:14:46.571000\"}, {\"size\": 56493, \"lastupdate\": \"2018-05-04T03:37:21.194111\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7dfab521f58333e12447c473c5f705f6/Carga_SudesteECentroOeste.json?Signature=wO3eG%2Bim2z3nzzECHTA45g%2FukTo%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_389\", \"checksum\": \"7dfab521f58333e12447c473c5f705f6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-04T03:37:21.194000\"}, {\"size\": 55821, \"lastupdate\": \"2018-05-03T00:47:10.614142\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d828c945bd7e323cd33139e745523375/Carga_SudesteECentroOeste.json?Signature=KDApGFERiHJRe4YVfrLWyvu7ew8%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_390\", \"checksum\": \"d828c945bd7e323cd33139e745523375\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-03T00:47:10.614000\"}, {\"size\": 57072, \"lastupdate\": \"2018-05-02T00:04:27.388934\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad83cf9b4c05640976aabbd90696204a/Carga_SudesteECentroOeste.json?Signature=TLX%2F4vQ4%2F7KuPdnl14flL9ZYm4M%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_390\", \"checksum\": \"ad83cf9b4c05640976aabbd90696204a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-02T00:04:27.388000\"}, {\"size\": 56901, \"lastupdate\": \"2018-05-01T00:08:28.287470\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/87d8b580c515921967ebace9e68be0bf/Carga_SudesteECentroOeste.json?Signature=ac7j7UUu%2BXI4crkqhn3gSZ18alY%3D&Expires=1541719047&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_390\", \"checksum\": \"87d8b580c515921967ebace9e68be0bf\", \"info\": {\"processed\": true}, \"name\": \"Carga_SudesteECentroOeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-01T00:08:28.287000\"}], \"ts\": [{\"tsid\": \"ts1070_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SudesteECentroOeste.\", \"key\": 0, \"modules\": {}, \"unit\": \"Mwmed\", \"info\": {\"lastupdate\": \"2018-11-06T00:17:42.590547\", \"npoints\": 2772003, \"mints\": 1525057200, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sudesteecentrooeste\", \"ts_carga\", \"ts_carga_sudesteecentrooeste\"], \"maxts\": 1541469480, \"created\": \"2018-08-29T14:48:45.785240\"}, \"name\": \"ts_ons_carga_1min_sudesteecentrooeste\"}], \"id\": \"ent1070_0\", \"type\": \"Ons_operacao\", \"ids\": {\"filename\": \"ons_carga_1min_sudesteecentrooeste\"}, \"location\": [-43.200946, -22.910215], \"registered\": \"2018-04-28T00:09:09.157206\"}, {\"lastupdate\": \"2018-10-30T01:05:39.210111\", \"data\": {\"title\": \"Carga Sul\", \"description\": \"Valores di\\u00e1rios acumulados de Carga Sul em MWmed.\"}, \"metadata\": {\"tags\": [\"ons_operacao\", \"ons_operacao_carga\", \"ons_carga\", \"ons_operacao_1min\", \"ons_carga_1min\", \"ons_carga_1min_sul\", \"carga\", \"carga_sul\"], \"webcrawler_id\": \"ons_operacao\"}, \"files\": [{\"size\": 57085, \"lastupdate\": \"2018-11-08T00:03:28.574958\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad034eeb4023c6330c0ba891e988cf14/Carga_Sul.json?Signature=gfZV57AyYQl1zJRkw2mofYB35fs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130630\", \"checksum\": \"ad034eeb4023c6330c0ba891e988cf14\", \"info\": {}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-08T00:03:28.583000\"}, {\"size\": 57032, \"lastupdate\": \"2018-11-07T00:10:22.507374\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3ca3cefd3bede1f86c484af0ec523601/Carga_Sul.json?Signature=kXvlS3QKKgW3dhPbMosNI%2Bx6K8Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130583\", \"checksum\": \"3ca3cefd3bede1f86c484af0ec523601\", \"info\": {}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-07T00:10:22.521000\"}, {\"size\": 57038, \"lastupdate\": \"2018-11-06T00:17:46.431349\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/083ecf17851438c7a0f905dd092afe84/Carga_Sul.json?Signature=xdONwaFLItGbimDeaYdddOq38%2BY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130543\", \"checksum\": \"083ecf17851438c7a0f905dd092afe84\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-06T00:04:46.496000\"}, {\"size\": 56010, \"lastupdate\": \"2018-11-05T00:26:14.858394\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/790eaf84b04f9bf135bdc139e75d81a8/Carga_Sul.json?Signature=Y5Z1hjYj5KJkCBcZFJcCfxyTvbo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130514\", \"checksum\": \"790eaf84b04f9bf135bdc139e75d81a8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-05T00:13:23.561000\"}, {\"size\": 55866, \"lastupdate\": \"2018-11-03T01:16:58.851295\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6c6c4a8eb59594e271ce89ea6b00f934/Carga_Sul.json?Signature=8bj0S%2BJlwnW2vaJDOwDyvwTNmwM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130463\", \"checksum\": \"6c6c4a8eb59594e271ce89ea6b00f934\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-03T00:10:40.926000\"}, {\"size\": 56841, \"lastupdate\": \"2018-11-02T01:20:15.282132\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dec3503d4097df51851aac9817efad05/Carga_Sul.json?Signature=5EYR45AEbm5KW7YcxXtxrxOOzSg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130417\", \"checksum\": \"dec3503d4097df51851aac9817efad05\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-02T00:06:07.680000\"}, {\"size\": 56837, \"lastupdate\": \"2018-11-01T01:17:30.940823\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05391c42237048a7df4a6d4e05010a7c/Carga_Sul.json?Signature=NLZIq%2BbTE3GIlIifyl6ainb%2F%2FVU%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130367\", \"checksum\": \"05391c42237048a7df4a6d4e05010a7c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-31T00:08:00.554000\"}, {\"size\": 56992, \"lastupdate\": \"2018-11-01T01:17:28.172813\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/445de09f4ea60535db29bda542948428/Carga_Sul.json?Signature=bRaTCTxFQH0gEOT3%2Fbrp4tm2i%2BA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130362\", \"checksum\": \"445de09f4ea60535db29bda542948428\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-11-01T00:05:30.617000\"}, {\"size\": 57208, \"lastupdate\": \"2018-10-30T01:11:47.091937\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/453e515335352137497c5da2acbff854/Carga_Sul.json?Signature=Lugg%2F%2F0O8KVdFDeQUHgYBcOvfL4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130323\", \"checksum\": \"453e515335352137497c5da2acbff854\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-30T00:04:46.713000\"}, {\"size\": 56898, \"lastupdate\": \"2018-10-26T05:59:05.571962\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/870600c7afe36751ab46b10068713862/Carga_Sul.json?Signature=v9MnARAcUz4pXI14TyBzAwopre0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130280\", \"checksum\": \"870600c7afe36751ab46b10068713862\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-26T00:05:43.861000\"}, {\"size\": 56917, \"lastupdate\": \"2018-10-26T05:02:23.748339\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4ce24425cfe3234f7f07c80b78793e74/Carga_Sul.json?Signature=FT4Ha4cOmr8wkcfFjenOdVQ54b8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130184\", \"checksum\": \"4ce24425cfe3234f7f07c80b78793e74\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-24T00:04:31.850000\"}, {\"size\": 57143, \"lastupdate\": \"2018-10-26T05:02:15.774035\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b31229795e7b6392bd50d4f32cd13d21/Carga_Sul.json?Signature=izyiArv5MwODqp%2F80JeEF13wkF4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130152\", \"checksum\": \"b31229795e7b6392bd50d4f32cd13d21\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-23T00:08:17.944000\"}, {\"size\": 56210, \"lastupdate\": \"2018-10-26T05:02:11.661032\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e2bbb8a19fe75fde9a5e62fbe1f13777/Carga_Sul.json?Signature=aQJmrul%2FejImuZE%2Fy1l8%2BVDz4FY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130109\", \"checksum\": \"e2bbb8a19fe75fde9a5e62fbe1f13777\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-22T00:05:41.793000\"}, {\"size\": 56349, \"lastupdate\": \"2018-10-26T05:02:03.797367\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/40b970617d93057e37e8fc91ce27b611/Carga_Sul.json?Signature=PX7BBZoJWAd2Olx2E%2B%2BORTG%2Bu%2Bk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130067\", \"checksum\": \"40b970617d93057e37e8fc91ce27b611\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-21T00:12:24.055000\"}, {\"size\": 56951, \"lastupdate\": \"2018-10-26T01:57:31.604727\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/296e19984325064f45f1933e18baf2cb/Carga_Sul.json?Signature=Z5OKYY5AcjSuNfia7TAnP3Jui4Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130232\", \"checksum\": \"296e19984325064f45f1933e18baf2cb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-25T00:08:43.353000\"}, {\"size\": 56886, \"lastupdate\": \"2018-10-20T00:04:18.277120\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/19498741a5a29daf75eaa3542ac5f367/Carga_Sul.json?Signature=MmNQnFoMyDI1GekBVcLJnsJ0j8Q%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129940\", \"checksum\": \"19498741a5a29daf75eaa3542ac5f367\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-20T00:04:18.277000\"}, {\"size\": 56950, \"lastupdate\": \"2018-10-19T00:04:23.629038\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2a0baa9d3ef00d779c33053f58bcdbc8/Carga_Sul.json?Signature=7WNDBoffLtDfY2c08XHSPYdUboo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129665\", \"checksum\": \"2a0baa9d3ef00d779c33053f58bcdbc8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-19T00:04:23.629000\"}, {\"size\": 56929, \"lastupdate\": \"2018-10-18T00:05:24.664275\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1ed5903478bf030bc23baf167fe59d4/Carga_Sul.json?Signature=rT1JhhSUJw4pda8bY6d76ag%2F7gM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129665\", \"checksum\": \"e1ed5903478bf030bc23baf167fe59d4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-18T00:05:24.664000\"}, {\"size\": 56847, \"lastupdate\": \"2018-10-17T00:04:51.790548\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3872734742efe71764371e0b7530c72a/Carga_Sul.json?Signature=AWOQlcOKdH2bo4uljwheWNXbCv0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129658\", \"checksum\": \"3872734742efe71764371e0b7530c72a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-17T00:04:51.790000\"}, {\"size\": 57102, \"lastupdate\": \"2018-10-16T00:03:21.995435\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d37c00a4d36b5cd50389b258c9f20e9d/Carga_Sul.json?Signature=xSs3jfysV4s2yz19kvyXhfQj6oM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129660\", \"checksum\": \"d37c00a4d36b5cd50389b258c9f20e9d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-16T00:03:21.995000\"}, {\"size\": 56176, \"lastupdate\": \"2018-10-15T00:17:56.576317\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/00d470edb203f19b058e6342af7895d9/Carga_Sul.json?Signature=TPZsFcAU4tZEkhSXahJPTBT1iD4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129661\", \"checksum\": \"00d470edb203f19b058e6342af7895d9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-15T00:17:56.576000\"}, {\"size\": 55949, \"lastupdate\": \"2018-10-14T00:03:20.519001\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f639cded3eeb361278638de539db044d/Carga_Sul.json?Signature=72zNvbgIyMdV%2BwKH%2FuyAHAAsU4k%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129663\", \"checksum\": \"f639cded3eeb361278638de539db044d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-14T00:03:20.519000\"}, {\"size\": 55804, \"lastupdate\": \"2018-10-13T00:03:49.421784\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/60dd0fec09f236d674e4c1355f16a223/Carga_Sul.json?Signature=n%2BGbZrIJswI7UCBxAHjOWdqqz1M%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129664\", \"checksum\": \"60dd0fec09f236d674e4c1355f16a223\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-13T00:03:49.421000\"}, {\"size\": 56845, \"lastupdate\": \"2018-10-12T00:03:37.020067\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dcf8df12bbabc525d08d8a39183ef56e/Carga_Sul.json?Signature=4%2FozN4r7r9RR1O2WDRML1aPKK0Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129658\", \"checksum\": \"dcf8df12bbabc525d08d8a39183ef56e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-12T00:03:37.020000\"}, {\"size\": 56923, \"lastupdate\": \"2018-10-11T00:04:52.690122\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0ca6b08f264157e5ae8764dbc1db240b/Carga_Sul.json?Signature=k7z1ADDEktRNnfm2j%2Bj9zMuW9E0%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129664\", \"checksum\": \"0ca6b08f264157e5ae8764dbc1db240b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-11T00:04:52.690000\"}, {\"size\": 57117, \"lastupdate\": \"2018-10-09T00:03:20.223441\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/308c01aa0a4f11fb885825a13fa20646/Carga_Sul.json?Signature=kfxt7UZ4d0HncYMMxt4PuDCBpmU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129664\", \"checksum\": \"308c01aa0a4f11fb885825a13fa20646\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-09T00:03:20.223000\"}, {\"size\": 56306, \"lastupdate\": \"2018-10-08T00:09:20.047508\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9e8080f343786a8e7dfa4634fc404718/Carga_Sul.json?Signature=WHLRGIjJpThDyK%2F5J5C8mqljK5c%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129657\", \"checksum\": \"9e8080f343786a8e7dfa4634fc404718\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-08T00:09:20.047000\"}, {\"size\": 56015, \"lastupdate\": \"2018-10-07T00:03:20.555016\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/09aaf146bf8c018a85474455b03892c4/Carga_Sul.json?Signature=bi4AQDqx%2FygP%2BtH9Rdvwh2Yd8aE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_123901\", \"checksum\": \"09aaf146bf8c018a85474455b03892c4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-07T00:03:20.555000\"}, {\"size\": 56857, \"lastupdate\": \"2018-10-06T00:03:17.368673\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/83e0f315dc8e8d9a79a84cf89a937dab/Carga_Sul.json?Signature=3BCoP2gVojgiEcZuO0dzA9rEncY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_123894\", \"checksum\": \"83e0f315dc8e8d9a79a84cf89a937dab\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-06T00:03:17.368000\"}, {\"size\": 56979, \"lastupdate\": \"2018-10-05T00:04:57.560979\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7457ae96c6a8fa1d6fe687842da2ac58/Carga_Sul.json?Signature=Ak389SHSRKBYOc3UYXAcnnM4GcY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_26154\", \"checksum\": \"7457ae96c6a8fa1d6fe687842da2ac58\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-05T00:04:57.560000\"}, {\"size\": 56947, \"lastupdate\": \"2018-10-04T00:08:51.957027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a877758ce7480ebaa699cdc05677738e/Carga_Sul.json?Signature=YLnNS5jMIMCY8TjtDyPQ096bKHA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_7927\", \"checksum\": \"a877758ce7480ebaa699cdc05677738e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-04T00:08:51.957000\"}, {\"size\": 53834, \"lastupdate\": \"2018-10-03T00:14:31.109176\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0d6078d441c73d5e42de6db3526bb24d/Carga_Sul.json?Signature=biyuwq8oH4n9zxJrTTpk6k1huc8%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_6953\", \"checksum\": \"0d6078d441c73d5e42de6db3526bb24d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-03T00:14:31.109000\"}, {\"size\": 57037, \"lastupdate\": \"2018-10-02T00:02:46.435102\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e113f5a5ca5efecc090aca2d5c032071/Carga_Sul.json?Signature=BAfcyFfn8yhxy%2BXOyJ7mxaFhLnQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_4326\", \"checksum\": \"e113f5a5ca5efecc090aca2d5c032071\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-10-02T00:02:46.435000\"}, {\"size\": 56856, \"lastupdate\": \"2018-09-28T00:02:47.597509\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1d789d7544eaf6e7149c3512043e2819/Carga_Sul.json?Signature=BXX8yhszW5Sj9RUDyXpBCKk%2BFgE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_356\", \"checksum\": \"1d789d7544eaf6e7149c3512043e2819\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-28T00:02:47.597000\"}, {\"size\": 56959, \"lastupdate\": \"2018-09-27T00:02:34.328307\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/98c40a6dbce85e4fc275fafa3017c1c0/Carga_Sul.json?Signature=lbVbo%2BOLD1kC8chVuRn0Xe1PihM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_356\", \"checksum\": \"98c40a6dbce85e4fc275fafa3017c1c0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-27T00:02:34.328000\"}, {\"size\": 56904, \"lastupdate\": \"2018-09-26T00:03:17.291284\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f95ee5dc3e1450f40faebe6ebb275d32/Carga_Sul.json?Signature=s5ZzhN%2BhVAV7ILyo%2BgpAtmYcA%2BI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_356\", \"checksum\": \"f95ee5dc3e1450f40faebe6ebb275d32\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-26T00:03:17.291000\"}, {\"size\": 56860, \"lastupdate\": \"2018-09-25T00:03:45.489058\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fff03776212c2460f21f7ad569f8ec09/Carga_Sul.json?Signature=eq387N2Sy7zWqFJc8zT0uU1fzoI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_357\", \"checksum\": \"fff03776212c2460f21f7ad569f8ec09\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-25T00:03:45.489000\"}, {\"size\": 56022, \"lastupdate\": \"2018-09-24T00:07:16.282888\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d7ad1933ccf55f8400f934f4f425eff2/Carga_Sul.json?Signature=v1z0CExGOjSJPPSHjfZwfVMW9Wo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_357\", \"checksum\": \"d7ad1933ccf55f8400f934f4f425eff2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-24T00:07:16.282000\"}, {\"size\": 56536, \"lastupdate\": \"2018-09-23T00:02:46.426632\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a52b61a19f21b811e339f2a6e272288b/Carga_Sul.json?Signature=zUoLIlGLv7EouIxSgizWFDZGrKY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_357\", \"checksum\": \"a52b61a19f21b811e339f2a6e272288b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-23T00:02:46.426000\"}, {\"size\": 56522, \"lastupdate\": \"2018-09-22T00:03:16.256222\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0cfe30d237e432c2dec4f15f30e687f5/Carga_Sul.json?Signature=6yOiP0BLafa9HL8RI1Anul%2BUuOI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_357\", \"checksum\": \"0cfe30d237e432c2dec4f15f30e687f5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-22T00:03:16.256000\"}, {\"size\": 56700, \"lastupdate\": \"2018-09-21T00:05:50.613825\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad5e6ea68b3187245737f69ee7b935b1/Carga_Sul.json?Signature=mhElrgeztJf%2BLzVGmJnSVZ9s3Uw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_357\", \"checksum\": \"ad5e6ea68b3187245737f69ee7b935b1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-21T00:05:50.613000\"}, {\"size\": 56937, \"lastupdate\": \"2018-09-20T00:05:58.287882\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/682753c93cbdbd25325aad3e59e2ac8c/Carga_Sul.json?Signature=lqOYO5oCoGHQTjxgOAx%2FooYCa1Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_357\", \"checksum\": \"682753c93cbdbd25325aad3e59e2ac8c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-20T00:05:58.287000\"}, {\"size\": 56846, \"lastupdate\": \"2018-09-19T00:03:47.066386\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/84de18772e2b95a3d8ab4ee6a2e7236d/Carga_Sul.json?Signature=6ElU7BnOXi2JfIZc2YiEuc5yvMc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_357\", \"checksum\": \"84de18772e2b95a3d8ab4ee6a2e7236d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-19T00:03:47.066000\"}, {\"size\": 57102, \"lastupdate\": \"2018-09-18T00:03:28.690746\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/63706e156d37f946fc757b5e5d95be3d/Carga_Sul.json?Signature=pQZ5X7l4vIf9M9Zk08SRcE60QnI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_357\", \"checksum\": \"63706e156d37f946fc757b5e5d95be3d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-18T00:03:28.690000\"}, {\"size\": 56293, \"lastupdate\": \"2018-09-17T00:02:46.008574\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/73c125f2caccecf30c660bab102a711c/Carga_Sul.json?Signature=QeMnSyKc%2FexOZFSIssxnVJWbmYc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_358\", \"checksum\": \"73c125f2caccecf30c660bab102a711c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-17T00:02:46.008000\"}, {\"size\": 56460, \"lastupdate\": \"2018-09-16T00:02:45.548520\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/16648afe9eb2438417dbe27815c70b8c/Carga_Sul.json?Signature=fck1cP60Fw1JAYxuMkW8tpLj4QI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_358\", \"checksum\": \"16648afe9eb2438417dbe27815c70b8c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-16T00:02:45.548000\"}, {\"size\": 56928, \"lastupdate\": \"2018-09-15T00:05:45.677103\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a5da24e8baf08225422bc28bc4dd84a7/Carga_Sul.json?Signature=v2wunGgUnzKJldz2iGc30KOW2tk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_358\", \"checksum\": \"a5da24e8baf08225422bc28bc4dd84a7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-15T00:05:45.677000\"}, {\"size\": 56908, \"lastupdate\": \"2018-09-14T00:04:18.036349\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6b2befa42d830ee41b26881d5d1ae18b/Carga_Sul.json?Signature=Tao%2BPUeGypT%2BLd%2BJkWOUH0qh3m4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_358\", \"checksum\": \"6b2befa42d830ee41b26881d5d1ae18b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-14T00:04:18.036000\"}, {\"size\": 56941, \"lastupdate\": \"2018-09-13T00:03:21.368196\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad05c3e47f7d17645648ba7ed01fc77b/Carga_Sul.json?Signature=7JAMOYz%2Bgq2GMo3UOt7jcA6H6wc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_358\", \"checksum\": \"ad05c3e47f7d17645648ba7ed01fc77b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-13T00:03:21.368000\"}, {\"size\": 56987, \"lastupdate\": \"2018-09-12T00:23:13.684683\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1bca0cbf9ac9b6ce5d6b5df99d8555dd/Carga_Sul.json?Signature=XVJ6gNYvto1DaQlwow8Cd98nXeU%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_358\", \"checksum\": \"1bca0cbf9ac9b6ce5d6b5df99d8555dd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-12T00:23:13.684000\"}, {\"size\": 57085, \"lastupdate\": \"2018-09-11T00:03:01.792532\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f72c2b0fbba6c878eb6d38e9ef9ee659/Carga_Sul.json?Signature=ECP6X0fZB606CrVwOVxgzfjSxH8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_358\", \"checksum\": \"f72c2b0fbba6c878eb6d38e9ef9ee659\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-11T00:03:01.792000\"}, {\"size\": 56271, \"lastupdate\": \"2018-09-10T00:02:49.682958\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/93756161b4e688d51880cad9a6210dc5/Carga_Sul.json?Signature=k56ENJ58yAaLG0rHCvEvCNkiwfk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_358\", \"checksum\": \"93756161b4e688d51880cad9a6210dc5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-10T00:02:49.682000\"}, {\"size\": 55887, \"lastupdate\": \"2018-09-09T00:02:47.730337\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7a06d5664041d4440fc5425d8c102f11/Carga_Sul.json?Signature=0HUpEFv9zY93rGEmDmOE6pPkjLo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_359\", \"checksum\": \"7a06d5664041d4440fc5425d8c102f11\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-09T00:02:47.730000\"}, {\"size\": 55776, \"lastupdate\": \"2018-09-08T00:02:51.136889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad93aecf8c49b64f1933bdd7a8decee4/Carga_Sul.json?Signature=eaJZmmvYkQoN0UJdSbZ%2B7j4npwc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_359\", \"checksum\": \"ad93aecf8c49b64f1933bdd7a8decee4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-08T00:02:51.136000\"}, {\"size\": 56973, \"lastupdate\": \"2018-09-07T00:03:19.542479\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/87888c5b925bb5b98364205c7f02a580/Carga_Sul.json?Signature=uCmNHQyT8NmDtriA1VYeRR6uWbs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_359\", \"checksum\": \"87888c5b925bb5b98364205c7f02a580\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-07T00:03:19.542000\"}, {\"size\": 56966, \"lastupdate\": \"2018-09-06T00:03:26.015605\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/db6900e70eb5f6597b89d0cf140e27fa/Carga_Sul.json?Signature=uzGipAUQFxQ9YnuwPfnT%2FiSmqb4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_359\", \"checksum\": \"db6900e70eb5f6597b89d0cf140e27fa\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-06T00:03:26.015000\"}, {\"size\": 56862, \"lastupdate\": \"2018-09-05T00:05:19.709526\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/459cddb256d6859b122fd8c0506684a3/Carga_Sul.json?Signature=skcTtKoV4%2BnynsjUwPxMlptswB4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_359\", \"checksum\": \"459cddb256d6859b122fd8c0506684a3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-05T00:05:19.709000\"}, {\"size\": 57096, \"lastupdate\": \"2018-09-04T00:02:52.397094\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/36028b92ea34e82b833f85e5f8bbfa48/Carga_Sul.json?Signature=Zdlzucfw1rPtIcr%2F4Xd2dXUp6as%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_359\", \"checksum\": \"36028b92ea34e82b833f85e5f8bbfa48\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-04T00:02:52.397000\"}, {\"size\": 56118, \"lastupdate\": \"2018-09-03T00:02:45.979895\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3f45a3df4ed1bea415fb54c950edb53d/Carga_Sul.json?Signature=e1fe1HW1ucrDiJwg1M%2Bnzn7K3Rg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_359\", \"checksum\": \"3f45a3df4ed1bea415fb54c950edb53d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-03T00:02:45.979000\"}, {\"size\": 56302, \"lastupdate\": \"2018-09-02T00:02:44.966692\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/20c4a8b5dca901364f4e96589e677311/Carga_Sul.json?Signature=1nYCe20KoAO71obnTZngZvXtTpA%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_359\", \"checksum\": \"20c4a8b5dca901364f4e96589e677311\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-02T00:02:44.966000\"}, {\"size\": 56902, \"lastupdate\": \"2018-09-01T00:02:50.907989\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1fbda5ef191ba31b6887f917cc94e78/Carga_Sul.json?Signature=bHBr0Yd6fjYGXJuuS4uFT9rVosg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_360\", \"checksum\": \"e1fbda5ef191ba31b6887f917cc94e78\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-09-01T00:02:50.907000\"}, {\"size\": 56873, \"lastupdate\": \"2018-08-31T00:02:50.759799\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4a467c4c65c31adcaf0f4b7427c38fd1/Carga_Sul.json?Signature=uQWM9cpCOpka%2FUsL66AmRdU26cc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_360\", \"checksum\": \"4a467c4c65c31adcaf0f4b7427c38fd1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-31T00:02:50.759000\"}, {\"size\": 57038, \"lastupdate\": \"2018-08-30T00:03:19.609567\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/55f499488e93ccabe3bb3db2d3c36cf1/Carga_Sul.json?Signature=H%2FOWgrmZhPGcmxe3od%2FTvpo8xsw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_360\", \"checksum\": \"55f499488e93ccabe3bb3db2d3c36cf1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-30T00:03:19.609000\"}, {\"size\": 56927, \"lastupdate\": \"2018-08-29T00:04:45.253151\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2ca93bb26c397e5f2f4af02d1559a9db/Carga_Sul.json?Signature=mY%2FHZ1cq7w5p95g71WN7e7MiHRE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_360\", \"checksum\": \"2ca93bb26c397e5f2f4af02d1559a9db\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-29T00:04:45.253000\"}, {\"size\": 57082, \"lastupdate\": \"2018-08-28T00:03:08.931018\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c0eaaa15bf86da003510e042a0310361/Carga_Sul.json?Signature=%2F6gK3qyhsMIiy57Fqw8ppygpY2g%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_360\", \"checksum\": \"c0eaaa15bf86da003510e042a0310361\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-28T00:03:08.931000\"}, {\"size\": 56317, \"lastupdate\": \"2018-08-27T00:12:44.972478\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7ffcdd041f21be0c64df25901606d926/Carga_Sul.json?Signature=Pv%2B0fHXarN98Ks%2FEdeHF%2FFfkUQ4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_360\", \"checksum\": \"7ffcdd041f21be0c64df25901606d926\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-27T00:12:44.972000\"}, {\"size\": 56000, \"lastupdate\": \"2018-08-26T00:02:47.439695\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/205f4adc13b446297cb7046789e806c7/Carga_Sul.json?Signature=pX%2Fz1fqB7l9H%2Fasx%2ButM3GZ%2FymQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_360\", \"checksum\": \"205f4adc13b446297cb7046789e806c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-26T00:02:47.439000\"}, {\"size\": 57066, \"lastupdate\": \"2018-08-24T00:09:19.971323\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/11612a6daf45f2a033b5d1aa03923ffd/Carga_Sul.json?Signature=XbM5n5kMMgf9FD7N3ZbMq4%2BOC0U%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_360\", \"checksum\": \"11612a6daf45f2a033b5d1aa03923ffd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-24T00:09:19.971000\"}, {\"size\": 56939, \"lastupdate\": \"2018-08-23T00:06:45.886365\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/eafd9c08d63c7132b82a4547d3fbed8d/Carga_Sul.json?Signature=U%2F9vLxKnueMfhZexpvpaLR6ROuw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_361\", \"checksum\": \"eafd9c08d63c7132b82a4547d3fbed8d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-23T00:06:45.886000\"}, {\"size\": 56911, \"lastupdate\": \"2018-08-22T00:03:43.665348\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8f091edc8290c31cac1e4bfec4b49696/Carga_Sul.json?Signature=N5bzi9QYQdGO%2FGF0u8ngEYxNksI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_361\", \"checksum\": \"8f091edc8290c31cac1e4bfec4b49696\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-22T00:03:43.665000\"}, {\"size\": 57147, \"lastupdate\": \"2018-08-21T00:02:44.840794\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/407c6c22bf916ffc8fe1a6d8360791c3/Carga_Sul.json?Signature=EDwMScX1HT4b%2Bqjj6qB72%2FdYA78%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_361\", \"checksum\": \"407c6c22bf916ffc8fe1a6d8360791c3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-21T00:02:44.840000\"}, {\"size\": 56121, \"lastupdate\": \"2018-08-20T00:05:20.478727\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8309646d6089fe8491140c9a4dc57a29/Carga_Sul.json?Signature=UoWM87mtn13somx%2BKlbR%2BTuNdrw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_361\", \"checksum\": \"8309646d6089fe8491140c9a4dc57a29\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-20T00:05:20.478000\"}, {\"size\": 55648, \"lastupdate\": \"2018-08-19T00:17:46.432960\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4de2006e430f0e5cf62758b0915d1400/Carga_Sul.json?Signature=74ZpVnOFtjYPBYtcJ6xu7LMgyYs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_361\", \"checksum\": \"4de2006e430f0e5cf62758b0915d1400\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-19T00:17:46.432000\"}, {\"size\": 56908, \"lastupdate\": \"2018-08-18T00:08:45.551309\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8a8f0f56ee2fb268f8ec4241e55eb99f/Carga_Sul.json?Signature=dsPmB2bV%2BAPPI6KaymUlRXV7mzo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_361\", \"checksum\": \"8a8f0f56ee2fb268f8ec4241e55eb99f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-18T00:08:45.551000\"}, {\"size\": 53234, \"lastupdate\": \"2018-08-17T00:23:54.106745\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e3329993ae30ca52dae9cf6e52d37add/Carga_Sul.json?Signature=SjIBB9DRUGCwuqsVhS6yH4lEmiI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_361\", \"checksum\": \"e3329993ae30ca52dae9cf6e52d37add\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-17T00:23:54.106000\"}, {\"size\": 56331, \"lastupdate\": \"2018-08-16T00:53:11.666016\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/db8d35a6b2bc66eeed97290b5f243287/Carga_Sul.json?Signature=0tydoGWOAyvWmCxNc%2FV8E%2FjuygA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_361\", \"checksum\": \"db8d35a6b2bc66eeed97290b5f243287\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-16T00:53:11.666000\"}, {\"size\": 56928, \"lastupdate\": \"2018-08-15T00:02:43.866095\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/effc4aa9276dce6775f2aa646546b046/Carga_Sul.json?Signature=D4N1wbNE07ZzW7wGp2zeMpULMG4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_362\", \"checksum\": \"effc4aa9276dce6775f2aa646546b046\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-15T00:02:43.866000\"}, {\"size\": 57127, \"lastupdate\": \"2018-08-14T00:06:47.521800\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3a9dcce2730365820bfcb3ce47d8be0a/Carga_Sul.json?Signature=WigynGlSkQh590toQicJfwgc3PU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_362\", \"checksum\": \"3a9dcce2730365820bfcb3ce47d8be0a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-14T00:06:47.521000\"}, {\"size\": 56222, \"lastupdate\": \"2018-08-13T00:03:19.574944\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dcf961c330539648619423e02003c2e4/Carga_Sul.json?Signature=Gyo79Db%2F74je8zF6arCy4v2cvNU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_362\", \"checksum\": \"dcf961c330539648619423e02003c2e4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-13T00:03:19.574000\"}, {\"size\": 56309, \"lastupdate\": \"2018-08-12T00:02:47.674129\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0f74f5e1778b167b8c408184251ff45b/Carga_Sul.json?Signature=NTcbLg%2FMW9e6pCggDmXxZ6firug%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_362\", \"checksum\": \"0f74f5e1778b167b8c408184251ff45b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-12T00:02:47.674000\"}, {\"size\": 56991, \"lastupdate\": \"2018-08-11T00:04:44.599646\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/455d54817b7054e17c7939fb6b767a4a/Carga_Sul.json?Signature=GQH2q7GRyytNMrGm64cew2Ah9Co%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_362\", \"checksum\": \"455d54817b7054e17c7939fb6b767a4a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-11T00:04:44.599000\"}, {\"size\": 56913, \"lastupdate\": \"2018-08-03T00:03:43.384889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d6082a5e9a5262be522fc2de695b65c6/Carga_Sul.json?Signature=6YY0VuArFYaTxpv3TiUmJ0Cdt8s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_362\", \"checksum\": \"d6082a5e9a5262be522fc2de695b65c6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-03T00:03:43.384000\"}, {\"size\": 56893, \"lastupdate\": \"2018-08-02T00:03:13.612009\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b855c8d4554a0867dd81b166fb2cef1d/Carga_Sul.json?Signature=imL%2BW5lcJkOMQgwVlnJ1ZQ65XPo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_362\", \"checksum\": \"b855c8d4554a0867dd81b166fb2cef1d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-02T00:03:13.612000\"}, {\"size\": 56905, \"lastupdate\": \"2018-08-01T00:02:44.028128\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e9f5e075cb34298fb850b32d8dd658f3/Carga_Sul.json?Signature=Uyg662EhMNAsdLYz%2B4KlbXHycgA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_362\", \"checksum\": \"e9f5e075cb34298fb850b32d8dd658f3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-08-01T00:02:44.028000\"}, {\"size\": 57042, \"lastupdate\": \"2018-07-31T00:02:47.589247\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0ba01ecd19994c802666e53760334050/Carga_Sul.json?Signature=Nt6KEGzNVRjnPguZmuOthnBcV7I%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_363\", \"checksum\": \"0ba01ecd19994c802666e53760334050\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-31T00:02:47.589000\"}, {\"size\": 56194, \"lastupdate\": \"2018-07-30T00:03:44.661364\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5db4b6ab91a117e5bc5aca7dc47d2ed6/Carga_Sul.json?Signature=DiFTNoPydj%2FeO4kEHAxCu%2BYXEOQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_363\", \"checksum\": \"5db4b6ab91a117e5bc5aca7dc47d2ed6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-30T00:03:44.661000\"}, {\"size\": 56419, \"lastupdate\": \"2018-07-29T00:03:09.359484\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b82a0787da49dcccd610c76ef1115fe9/Carga_Sul.json?Signature=PtAXuiCLabgYxTvY3FkX4kLgbNc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_363\", \"checksum\": \"b82a0787da49dcccd610c76ef1115fe9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-29T00:03:09.359000\"}, {\"size\": 56820, \"lastupdate\": \"2018-07-28T00:02:47.271604\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d743fee7e2ec83d1c52d6a45af50f8e2/Carga_Sul.json?Signature=Po78aWiIloafadtmcK6x%2BJtCa2A%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_363\", \"checksum\": \"d743fee7e2ec83d1c52d6a45af50f8e2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-28T00:02:47.271000\"}, {\"size\": 56898, \"lastupdate\": \"2018-07-27T00:03:44.694721\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/57d92d02fc64515e591181fe254b9215/Carga_Sul.json?Signature=GksgBAUn1aa1ck5RCKkhoV8w8h8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_363\", \"checksum\": \"57d92d02fc64515e591181fe254b9215\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-27T00:03:44.694000\"}, {\"size\": 56885, \"lastupdate\": \"2018-07-26T00:03:45.171839\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/09d722a26c3878c1b216ff3621ff7e97/Carga_Sul.json?Signature=03l4sYS9n4uvH7IsIjZsdE70E5Y%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_363\", \"checksum\": \"09d722a26c3878c1b216ff3621ff7e97\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-26T00:03:45.171000\"}, {\"size\": 56909, \"lastupdate\": \"2018-07-25T00:06:10.928953\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9bf8533a0c1ff8f5ef83b7770de9b1b1/Carga_Sul.json?Signature=Tb4DpPYJpAoWhfZfaRdVa9rKupo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_363\", \"checksum\": \"9bf8533a0c1ff8f5ef83b7770de9b1b1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-25T00:06:10.928000\"}, {\"size\": 56924, \"lastupdate\": \"2018-07-18T00:05:14.384787\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/474805d298c21063eaed7a53b45ffec2/Carga_Sul.json?Signature=bZhsZFxlaWpjw2IHZQRANdIdkYI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_363\", \"checksum\": \"474805d298c21063eaed7a53b45ffec2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-18T00:05:14.384000\"}, {\"size\": 57123, \"lastupdate\": \"2018-07-17T00:03:13.938910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5719bc1cd8397f5b1ac12dfdb6af55a6/Carga_Sul.json?Signature=8L5nkiGu7blFCcWxSqDGU0M1gWk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_364\", \"checksum\": \"5719bc1cd8397f5b1ac12dfdb6af55a6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-17T00:03:13.938000\"}, {\"size\": 56147, \"lastupdate\": \"2018-07-16T00:04:13.618027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ab7a7413ac207ec345875813a70a4d8d/Carga_Sul.json?Signature=vuV6BxzG1ZhsMyt38qu2g%2FYKldY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_364\", \"checksum\": \"ab7a7413ac207ec345875813a70a4d8d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-16T00:04:13.618000\"}, {\"size\": 56222, \"lastupdate\": \"2018-07-15T00:03:14.719148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f6b0b1c4d3378728480281ceface98f0/Carga_Sul.json?Signature=c9RpTi%2F5L%2FLiNBTxeuBZpRXLUnQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_364\", \"checksum\": \"f6b0b1c4d3378728480281ceface98f0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-15T00:03:14.719000\"}, {\"size\": 56885, \"lastupdate\": \"2018-07-14T00:04:47.955263\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c757addb7c7e642de6acfc02b2995b95/Carga_Sul.json?Signature=eboD92Vd4gNJNenV2lQDIzQVSIU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_364\", \"checksum\": \"c757addb7c7e642de6acfc02b2995b95\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-14T00:04:47.955000\"}, {\"size\": 56878, \"lastupdate\": \"2018-07-13T00:49:26.677285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0fc11e18c03efeae755f68b536574e1d/Carga_Sul.json?Signature=6CY0zEnEZZkF4oPevYdK53CokX8%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_364\", \"checksum\": \"0fc11e18c03efeae755f68b536574e1d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-13T00:49:26.677000\"}, {\"size\": 56918, \"lastupdate\": \"2018-07-12T00:04:49.530501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/85464ae5e4cf663f6031fcfa9d305046/Carga_Sul.json?Signature=08bSnBZfeLJEUCMErYcvUPyru3o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_364\", \"checksum\": \"85464ae5e4cf663f6031fcfa9d305046\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-12T00:04:49.530000\"}, {\"size\": 56867, \"lastupdate\": \"2018-07-11T00:05:21.084619\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1e9dbbd47e61d677c75a90731c095e08/Carga_Sul.json?Signature=xRsoicZEBFTkZDADytKO85ZSY7k%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_364\", \"checksum\": \"1e9dbbd47e61d677c75a90731c095e08\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-11T00:05:21.084000\"}, {\"size\": 57138, \"lastupdate\": \"2018-07-10T00:03:21.830742\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c53b42468c166340b4939a219239120f/Carga_Sul.json?Signature=ZZCL2HmW1ADNP2A9xLv6Cwu3O6Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_364\", \"checksum\": \"c53b42468c166340b4939a219239120f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-10T00:03:21.830000\"}, {\"size\": 56259, \"lastupdate\": \"2018-07-09T00:08:51.130849\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/03607c2c0a8ae5821567865b4f39c615/Carga_Sul.json?Signature=NfmC7fnLeiJQ5VB6ArbzQqHc%2FO0%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_365\", \"checksum\": \"03607c2c0a8ae5821567865b4f39c615\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-09T00:08:51.130000\"}, {\"size\": 56230, \"lastupdate\": \"2018-07-08T00:04:01.263978\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/113564064350a316922a26f2eda406fa/Carga_Sul.json?Signature=ViM8popFwQRZ2Z98aUSYKstFS1c%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_365\", \"checksum\": \"113564064350a316922a26f2eda406fa\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-08T00:04:01.263000\"}, {\"size\": 56928, \"lastupdate\": \"2018-07-07T00:09:20.519085\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/80f599e5101f8ffea3382ffb75dd44d7/Carga_Sul.json?Signature=LR3cTN%2F7Ae5SQFl%2B01jzdBtkKUI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_365\", \"checksum\": \"80f599e5101f8ffea3382ffb75dd44d7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-07T00:09:20.519000\"}, {\"size\": 56829, \"lastupdate\": \"2018-07-06T00:03:20.810217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3234faf9201fa18caa75ce8e73eff4df/Carga_Sul.json?Signature=UKTDWJq%2FzslweTLdsv%2B9c7mhaYA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_365\", \"checksum\": \"3234faf9201fa18caa75ce8e73eff4df\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-06T00:03:20.810000\"}, {\"size\": 56539, \"lastupdate\": \"2018-07-05T00:34:16.914269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d499927e3f60a775927c72b0d8d95aab/Carga_Sul.json?Signature=XFwLffJlkHqjxyPEcSJEV5qO61M%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_365\", \"checksum\": \"d499927e3f60a775927c72b0d8d95aab\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-05T00:34:16.914000\"}, {\"size\": 57056, \"lastupdate\": \"2018-07-04T00:14:30.842431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e38b206c76bf5ad8fa9f90cc7a3c6c98/Carga_Sul.json?Signature=WnYcFjQfZ9joqrGCFMcDYRUmxAk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_365\", \"checksum\": \"e38b206c76bf5ad8fa9f90cc7a3c6c98\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-04T00:14:30.842000\"}, {\"size\": 56346, \"lastupdate\": \"2018-07-01T00:02:47.271421\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/337b412a233a85a9933bd1a967663458/Carga_Sul.json?Signature=MXb%2BntPxwtbV1bXxZYlo1iFFBn0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_365\", \"checksum\": \"337b412a233a85a9933bd1a967663458\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-07-01T00:02:47.271000\"}, {\"size\": 56914, \"lastupdate\": \"2018-06-30T00:02:48.165462\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c4df2815397ef2b1c34f660c99c5f05c/Carga_Sul.json?Signature=PW0TRW7Ojo6%2BYuSVV1R8CkTL%2FXo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_365\", \"checksum\": \"c4df2815397ef2b1c34f660c99c5f05c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-30T00:02:48.165000\"}, {\"size\": 56912, \"lastupdate\": \"2018-06-29T00:03:17.439794\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c68a3984b1a245d2a01c42d1121ee38d/Carga_Sul.json?Signature=pmdN2gTstSgIv3ziXo%2F2csyaokY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_366\", \"checksum\": \"c68a3984b1a245d2a01c42d1121ee38d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-29T00:03:17.439000\"}, {\"size\": 56878, \"lastupdate\": \"2018-06-28T00:03:17.031319\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4e7feedf807f77b8cb520ec1546dec12/Carga_Sul.json?Signature=mMf40EAnk1M6ZsK7vxOQ8kxTdeY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_366\", \"checksum\": \"4e7feedf807f77b8cb520ec1546dec12\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-28T00:03:17.031000\"}, {\"size\": 56926, \"lastupdate\": \"2018-06-27T00:03:18.787644\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fa378b2f8619f283e14bef9aa152d3a1/Carga_Sul.json?Signature=5DHv%2B8iNg5mV3Z4poNAKDi3yM2A%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_366\", \"checksum\": \"fa378b2f8619f283e14bef9aa152d3a1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-27T00:03:18.787000\"}, {\"size\": 57126, \"lastupdate\": \"2018-06-26T00:02:49.145545\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/94ebd9f756007609f0a97bc6a5f4d6c8/Carga_Sul.json?Signature=3%2Bq7bVl9cQ8YyV2%2BAYgUOe4Qruo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_366\", \"checksum\": \"94ebd9f756007609f0a97bc6a5f4d6c8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-26T00:02:49.145000\"}, {\"size\": 56074, \"lastupdate\": \"2018-06-25T00:02:51.259707\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29d3d0e1f1a9e616bc7b5eddfb623b8a/Carga_Sul.json?Signature=Bd3c4XgeZE3K5Aic0B3DaCiKNhI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_366\", \"checksum\": \"29d3d0e1f1a9e616bc7b5eddfb623b8a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-25T00:02:51.259000\"}, {\"size\": 56618, \"lastupdate\": \"2018-06-24T00:02:49.197640\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bebb0d644dc38ea5ca7f4e271945079f/Carga_Sul.json?Signature=G0YolsPlGnckItZM6jlMTZEl9Nc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_366\", \"checksum\": \"bebb0d644dc38ea5ca7f4e271945079f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-24T00:02:49.197000\"}, {\"size\": 56882, \"lastupdate\": \"2018-06-23T00:02:48.704770\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5326a5b4bf1bbbc679216c56be4db3c2/Carga_Sul.json?Signature=GhvTMPD1zrdeX44A3ZjbfD%2BGeZM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_366\", \"checksum\": \"5326a5b4bf1bbbc679216c56be4db3c2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-23T00:02:48.704000\"}, {\"size\": 56847, \"lastupdate\": \"2018-06-22T00:02:55.471584\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4ed29a8b15225030be66fcb9ef10d5c9/Carga_Sul.json?Signature=IRaIYbWLEkNKKJVaAesv8LRdrbg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_366\", \"checksum\": \"4ed29a8b15225030be66fcb9ef10d5c9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-22T00:02:55.471000\"}, {\"size\": 56868, \"lastupdate\": \"2018-06-21T00:02:46.360037\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/32b24c185d46507e912c41f74ba92acb/Carga_Sul.json?Signature=i1yHWwY72xOpO2Nq45a9pWVqcMw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_367\", \"checksum\": \"32b24c185d46507e912c41f74ba92acb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-21T00:02:46.360000\"}, {\"size\": 56821, \"lastupdate\": \"2018-06-20T00:04:19.675871\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fcba42a4affdd42fe9f71a7baa15443d/Carga_Sul.json?Signature=6lpfLVGa01f5srwMVU0nHTtZWhQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_367\", \"checksum\": \"fcba42a4affdd42fe9f71a7baa15443d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-20T00:04:19.675000\"}, {\"size\": 57132, \"lastupdate\": \"2018-06-19T00:03:21.409786\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e2024226ee439aa9754fa9345053bd49/Carga_Sul.json?Signature=d6njTNIlp0rM638xAmfoB0RYEsM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_367\", \"checksum\": \"e2024226ee439aa9754fa9345053bd49\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-19T00:03:21.409000\"}, {\"size\": 56117, \"lastupdate\": \"2018-06-18T00:02:51.968941\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3b6685690b9a5738cf44af3741fdc8a4/Carga_Sul.json?Signature=2i35HLWx7dQMQfzJtfm6WUOQSLc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_367\", \"checksum\": \"3b6685690b9a5738cf44af3741fdc8a4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-18T00:02:51.968000\"}, {\"size\": 56646, \"lastupdate\": \"2018-06-17T00:02:47.257046\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/968b52ef114f57d4dbb993f96adbb765/Carga_Sul.json?Signature=WLC53l1VbMN%2BWjdwPzqRYPEGxZg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_367\", \"checksum\": \"968b52ef114f57d4dbb993f96adbb765\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-17T00:02:47.257000\"}, {\"size\": 56910, \"lastupdate\": \"2018-06-16T00:03:23.337027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/60b92af9eddccff220c7b7a1d5a08f2e/Carga_Sul.json?Signature=0DEAvf5Lv6NEBtJRVH4RM%2FN6FlQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_367\", \"checksum\": \"60b92af9eddccff220c7b7a1d5a08f2e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-16T00:03:23.337000\"}, {\"size\": 56992, \"lastupdate\": \"2018-06-15T00:02:54.175803\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/19da75509e41699444892594c75e7d25/Carga_Sul.json?Signature=anUG%2B5PgtWn58Q1H9DY1VN8sQ4M%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_367\", \"checksum\": \"19da75509e41699444892594c75e7d25\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-15T00:02:54.175000\"}, {\"size\": 57098, \"lastupdate\": \"2018-06-14T00:03:24.709598\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0f5e915f0b6c8e23831f206dbc6c1f75/Carga_Sul.json?Signature=yq%2FGjZRuTvFGDm5smEONFfRuaTA%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_367\", \"checksum\": \"0f5e915f0b6c8e23831f206dbc6c1f75\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-14T00:03:24.709000\"}, {\"size\": 56885, \"lastupdate\": \"2018-06-13T00:02:53.376545\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c0f0ce937c09c8462fd62549123be788/Carga_Sul.json?Signature=Z24af8NGqlTCkjDbzj%2FUHpJH98U%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_368\", \"checksum\": \"c0f0ce937c09c8462fd62549123be788\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-13T00:02:53.376000\"}, {\"size\": 57139, \"lastupdate\": \"2018-06-12T00:02:25.492919\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f3fddfb680ecfad9045c0011e4cb5656/Carga_Sul.json?Signature=kBqo1XwBWsQrQzE5VXpUkGZM9FM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_368\", \"checksum\": \"f3fddfb680ecfad9045c0011e4cb5656\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Sul\", \"downloaded\": \"2018-06-12T00:02:25.492000\"}, {\"size\": 56157, \"lastupdate\": \"2018-06-11T00:09:18.040092\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1ddae7476b56dddbe7c1572c2588b38b/Carga_Sul.json?Signature=NZ%2FeaWhVb16xuxUQqKKe9%2BuUUtM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_368\", \"checksum\": \"1ddae7476b56dddbe7c1572c2588b38b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-11T00:09:18.040000\"}, {\"size\": 56345, \"lastupdate\": \"2018-06-10T00:03:15.703546\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/437ef13fce3b005009030113849e867e/Carga_Sul.json?Signature=nzGerc6Z5FcH%2BRcWK0m9D8OaKzU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_368\", \"checksum\": \"437ef13fce3b005009030113849e867e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-10T00:03:15.703000\"}, {\"size\": 57023, \"lastupdate\": \"2018-06-09T00:04:47.633854\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4248182c45361ee82d7cddf38ea4654a/Carga_Sul.json?Signature=vUd7UR2W1a%2B7lPYTrr2OqqZ6n50%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_368\", \"checksum\": \"4248182c45361ee82d7cddf38ea4654a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-09T00:04:47.633000\"}, {\"size\": 56793, \"lastupdate\": \"2018-06-08T00:14:20.968082\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/39578743db10b21cc0601eed9c7ea458/Carga_Sul.json?Signature=wpLlRhxNCyh0%2BumHFJ8kqHInJVM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_368\", \"checksum\": \"39578743db10b21cc0601eed9c7ea458\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-08T00:14:20.968000\"}, {\"size\": 57028, \"lastupdate\": \"2018-06-07T00:04:17.712012\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/783ba29c66e683e4e7575a3d17711c40/Carga_Sul.json?Signature=%2BEumgd6mMufPusb1Jk9YfKI5UGs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_368\", \"checksum\": \"783ba29c66e683e4e7575a3d17711c40\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-07T00:04:17.712000\"}, {\"size\": 57091, \"lastupdate\": \"2018-06-06T00:05:46.885285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0dd984eae3cb0a74244b6a130c9743df/Carga_Sul.json?Signature=zG%2BtyzfEh8YkDapM95yUojnsOVI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_368\", \"checksum\": \"0dd984eae3cb0a74244b6a130c9743df\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-06T00:05:46.885000\"}, {\"size\": 57174, \"lastupdate\": \"2018-06-05T00:03:47.404797\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2b04fe78b342b96a2d5d7d5b8d0d70f4/Carga_Sul.json?Signature=7JyvGo69v514yUv1stI7%2Fj0uztQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_369\", \"checksum\": \"2b04fe78b342b96a2d5d7d5b8d0d70f4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-05T00:03:47.404000\"}, {\"size\": 56313, \"lastupdate\": \"2018-06-04T00:08:50.393177\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29ce659fd0c34a90cdd232f97f8638c4/Carga_Sul.json?Signature=4L0pAwgHTKF%2FZdfnlAtIZInUJRA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_369\", \"checksum\": \"29ce659fd0c34a90cdd232f97f8638c4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-04T00:08:50.393000\"}, {\"size\": 55903, \"lastupdate\": \"2018-06-03T00:02:47.883106\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/59c6e543e0308225cb59535d62aa1c3a/Carga_Sul.json?Signature=401KTwfeb73gnZJ70wvmYjQwZZk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_369\", \"checksum\": \"59c6e543e0308225cb59535d62aa1c3a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-03T00:02:47.883000\"}, {\"size\": 56458, \"lastupdate\": \"2018-06-02T00:02:47.805610\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c0c38a5fbd5f8a586864c54fda72d2ca/Carga_Sul.json?Signature=Yp%2FfDUQTyEqQ0xYEuVaDDlkK4Wc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_369\", \"checksum\": \"c0c38a5fbd5f8a586864c54fda72d2ca\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-02T00:02:47.805000\"}, {\"size\": 55977, \"lastupdate\": \"2018-06-01T00:08:51.001224\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a007096bfd4293a0fe700a67c02b2a08/Carga_Sul.json?Signature=%2FSG9UQ%2Fyuw3oYxT7QzRynIJ3QyQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_369\", \"checksum\": \"a007096bfd4293a0fe700a67c02b2a08\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-06-01T00:08:51.001000\"}, {\"size\": 56429, \"lastupdate\": \"2018-05-31T00:03:48.970960\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a85c319cedfa9c3d68d7e129f72d26d1/Carga_Sul.json?Signature=YQNb2c0BE5C13KEPqoK%2BEvky8QA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_369\", \"checksum\": \"a85c319cedfa9c3d68d7e129f72d26d1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-31T00:03:48.970000\"}, {\"size\": 56505, \"lastupdate\": \"2018-05-30T00:03:22.096643\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9120f659abf7d249d9e3d8948b575238/Carga_Sul.json?Signature=RUvUmkWgoti6OBCW%2FxxaoZlXGww%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_369\", \"checksum\": \"9120f659abf7d249d9e3d8948b575238\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-30T00:03:22.096000\"}, {\"size\": 56679, \"lastupdate\": \"2018-05-29T00:03:18.067268\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a63f7094d4d85dff4bfb7be7efd47adf/Carga_Sul.json?Signature=DHzICvUfH7HMOUedGFMwJuTDWvw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_369\", \"checksum\": \"a63f7094d4d85dff4bfb7be7efd47adf\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-29T00:03:18.067000\"}, {\"size\": 56228, \"lastupdate\": \"2018-05-28T00:02:50.578460\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/24868a35b38dfd2d08ab5aa322320c24/Carga_Sul.json?Signature=ByqXxi8UduPef6oTYi1j33GkYAc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_370\", \"checksum\": \"24868a35b38dfd2d08ab5aa322320c24\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-28T00:02:50.578000\"}, {\"size\": 55848, \"lastupdate\": \"2018-05-27T00:02:20.232097\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c2d01ad53202598986a008753acb03a4/Carga_Sul.json?Signature=Ib017H%2FOgtGvLaG%2BxFbZd%2BD929Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_370\", \"checksum\": \"c2d01ad53202598986a008753acb03a4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-27T00:02:20.232000\"}, {\"size\": 55858, \"lastupdate\": \"2018-05-26T00:21:57.772385\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/00d0f3ea53020aa2abe6afc4bfee00ea/Carga_Sul.json?Signature=VL90wJsqM%2FXFCtdV5g8Hs1Txe8E%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_370\", \"checksum\": \"00d0f3ea53020aa2abe6afc4bfee00ea\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-26T00:21:57.772000\"}, {\"size\": 57025, \"lastupdate\": \"2018-05-25T00:06:51.512289\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1b50b5920dbdf655620e80f2c84d3e13/Carga_Sul.json?Signature=FVhM3cY1%2BepOOKi26JcFThOBSs4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_370\", \"checksum\": \"1b50b5920dbdf655620e80f2c84d3e13\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-25T00:06:51.512000\"}, {\"size\": 56975, \"lastupdate\": \"2018-05-24T00:02:51.976438\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c0869f67d6b53932c854e062356d86e7/Carga_Sul.json?Signature=RI2mS3s6s0NW6%2BnAFleB%2BXOpjZg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_370\", \"checksum\": \"c0869f67d6b53932c854e062356d86e7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-24T00:02:51.976000\"}, {\"size\": 57030, \"lastupdate\": \"2018-05-23T00:03:51.797138\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/760ca399ea47a5b15e3db0ebfcf56687/Carga_Sul.json?Signature=tZ1DwGHdQ3V9Gtag302zYk7IblY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_370\", \"checksum\": \"760ca399ea47a5b15e3db0ebfcf56687\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-23T00:03:51.797000\"}, {\"size\": 57176, \"lastupdate\": \"2018-05-22T00:04:55.585567\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8b363f859bf6156b24b66fa71faf5850/Carga_Sul.json?Signature=qMsFMp81ssrvpkvn85UVAyRgHz8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_370\", \"checksum\": \"8b363f859bf6156b24b66fa71faf5850\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-22T00:04:55.585000\"}, {\"size\": 52877, \"lastupdate\": \"2018-05-21T03:09:23.303773\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d36d28c57d34c2882d81e74ee8d6b0a3/Carga_Sul.json?Signature=buw13TQu9ZyUd%2F%2FuIAUsCSfiELw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_370\", \"checksum\": \"d36d28c57d34c2882d81e74ee8d6b0a3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-21T03:09:23.303000\"}, {\"size\": 50138, \"lastupdate\": \"2018-05-20T00:26:02.189020\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/35d81751dacda9bd4406209a0d3636d6/Carga_Sul.json?Signature=h5ec6MLjH%2FuMUVSUsGsjrEJvL2Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_371\", \"checksum\": \"35d81751dacda9bd4406209a0d3636d6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-20T00:26:02.189000\"}, {\"size\": 56306, \"lastupdate\": \"2018-05-19T00:11:54.198288\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c2f1c54f91b3bd32a3abdeec39b07225/Carga_Sul.json?Signature=qOVQBXSiuip2K16KMZUH17IYlAc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_371\", \"checksum\": \"c2f1c54f91b3bd32a3abdeec39b07225\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-19T00:11:54.198000\"}, {\"size\": 56686, \"lastupdate\": \"2018-05-18T00:07:52.725148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/151a46d7b707c47a5655a456b5c36140/Carga_Sul.json?Signature=Y2ILIDYdjxSkLFceJvDzDBpgg3s%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_371\", \"checksum\": \"151a46d7b707c47a5655a456b5c36140\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-18T00:07:52.725000\"}, {\"size\": 56445, \"lastupdate\": \"2018-05-17T00:18:00.776920\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/71190ec33e777d4515ceed2f31f9d503/Carga_Sul.json?Signature=RBGJ%2F0ulAgZRx7ubnrF1lzmHfe0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_371\", \"checksum\": \"71190ec33e777d4515ceed2f31f9d503\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-17T00:18:00.776000\"}, {\"size\": 56939, \"lastupdate\": \"2018-05-16T00:03:56.789592\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/67e167611f14a4bc7500a8d6df37ac61/Carga_Sul.json?Signature=SsGLzW17xKF3dfy5M7WF58if4CU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_371\", \"checksum\": \"67e167611f14a4bc7500a8d6df37ac61\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-16T00:03:56.789000\"}, {\"size\": 57097, \"lastupdate\": \"2018-05-15T00:03:53.249213\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1a2eb165e8f0e2bc36a2c613c4c88bac/Carga_Sul.json?Signature=sNcSbNt1Kg7c9x9qq9%2FBhJRyq%2BI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_371\", \"checksum\": \"1a2eb165e8f0e2bc36a2c613c4c88bac\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-15T00:03:53.249000\"}, {\"size\": 56139, \"lastupdate\": \"2018-05-14T00:03:23.728873\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3ce029e622bc8c2186047298205e3e9b/Carga_Sul.json?Signature=uADhMtRxklCXSN5p2ukKKFdtCN8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_371\", \"checksum\": \"3ce029e622bc8c2186047298205e3e9b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-14T00:03:23.728000\"}, {\"size\": 56163, \"lastupdate\": \"2018-05-13T00:02:57.037668\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a8f4e1bb8a2e4e8034bda8053fa8fcde/Carga_Sul.json?Signature=9xjT%2FoDJGmLRNzrDRtUa9HleAFM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_371\", \"checksum\": \"a8f4e1bb8a2e4e8034bda8053fa8fcde\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-13T00:02:57.037000\"}, {\"size\": 57014, \"lastupdate\": \"2018-05-12T00:04:24.117220\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/80d52ebc7101b486b734b8bc95b6c4b6/Carga_Sul.json?Signature=Y0g1HoKGDqj36aeLQYpczOH3LtA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_372\", \"checksum\": \"80d52ebc7101b486b734b8bc95b6c4b6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-12T00:04:24.117000\"}, {\"size\": 57053, \"lastupdate\": \"2018-05-11T00:10:28.258199\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cadb325e048445584f4b9582472ebcd0/Carga_Sul.json?Signature=2FwWHNxhNvE82bnZGO3dFpxQsxI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_372\", \"checksum\": \"cadb325e048445584f4b9582472ebcd0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-11T00:10:28.258000\"}, {\"size\": 56327, \"lastupdate\": \"2018-05-10T00:45:05.291241\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3db132261659cadaf6425c71210a3fa7/Carga_Sul.json?Signature=j2VOvAB%2FIz%2BtH0JBhkzxXqwTdmE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_372\", \"checksum\": \"3db132261659cadaf6425c71210a3fa7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-10T00:45:05.291000\"}, {\"size\": 56990, \"lastupdate\": \"2018-05-09T00:04:25.442267\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ccbe852d2e640a70d998d976c3eb2eec/Carga_Sul.json?Signature=aS5LJvAYU21aMTdIO1xpwfjdhWI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_372\", \"checksum\": \"ccbe852d2e640a70d998d976c3eb2eec\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-09T00:04:25.442000\"}, {\"size\": 56940, \"lastupdate\": \"2018-05-08T00:07:36.185429\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6d21d941d10695f064ab9c00fab3524c/Carga_Sul.json?Signature=0OUo%2B1Q8RS2ZCylgKY2jf6UV7Dw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_372\", \"checksum\": \"6d21d941d10695f064ab9c00fab3524c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-08T00:07:36.185000\"}, {\"size\": 55980, \"lastupdate\": \"2018-05-07T00:10:27.100536\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7d3a2a88d39c2ffd64bd31d25ac30702/Carga_Sul.json?Signature=lZCadrXME0nx7FdYwO0n4miN7BQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_372\", \"checksum\": \"7d3a2a88d39c2ffd64bd31d25ac30702\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-07T00:10:27.100000\"}, {\"size\": 44755, \"lastupdate\": \"2018-05-06T02:40:10.457238\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/662a546a9e19a506f1192f9e34e4dd17/Carga_Sul.json?Signature=qG7mYViaeLv4W8sx0LIj9Tjq%2BOk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_372\", \"checksum\": \"662a546a9e19a506f1192f9e34e4dd17\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-06T02:40:10.457000\"}, {\"size\": 56705, \"lastupdate\": \"2018-05-05T01:14:47.713784\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b9b234612cc250c8e7c5ebcfcec44c9c/Carga_Sul.json?Signature=KHWBJ%2FqavAaUgwf%2BDABXpX06Hvw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_372\", \"checksum\": \"b9b234612cc250c8e7c5ebcfcec44c9c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-05T01:14:47.713000\"}, {\"size\": 56715, \"lastupdate\": \"2018-05-04T03:37:22.318871\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/419132b35e4bb75d47ae0c396ac67a1a/Carga_Sul.json?Signature=MeHAYuL9y1IbEEI9X31%2Fee%2BGvFY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_373\", \"checksum\": \"419132b35e4bb75d47ae0c396ac67a1a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-04T03:37:22.318000\"}, {\"size\": 55818, \"lastupdate\": \"2018-05-03T00:47:11.723591\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0ab37ec81cb11c5318a36ef62a078348/Carga_Sul.json?Signature=fi1LN%2BUo6MxTIyAmOkTUfMvbvKM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_373\", \"checksum\": \"0ab37ec81cb11c5318a36ef62a078348\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-03T00:47:11.723000\"}, {\"size\": 55815, \"lastupdate\": \"2018-05-02T00:04:28.500487\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/572d2a60c6a2137ee55eaa85aa5a2d2d/Carga_Sul.json?Signature=vvH%2FgNw8cnvBZ6wAoP3xDWGDoqs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_373\", \"checksum\": \"572d2a60c6a2137ee55eaa85aa5a2d2d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-02T00:04:28.500000\"}, {\"size\": 56852, \"lastupdate\": \"2018-05-01T00:08:29.390853\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/209411a4d9ea895bcd0099ca86002bd1/Carga_Sul.json?Signature=EzUrEb67VOF%2F01DvGMC7BK%2FKhXE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_373\", \"checksum\": \"209411a4d9ea895bcd0099ca86002bd1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Sul.json\", \"url\": \"\", \"downloaded\": \"2018-05-01T00:08:29.390000\"}], \"ts\": [{\"tsid\": \"ts1071_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Sul.\", \"key\": 0, \"modules\": {}, \"unit\": \"Mwmed\", \"info\": {\"lastupdate\": \"2018-11-06T00:23:24.876440\", \"npoints\": 2748747, \"mints\": 1525057200, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sul\", \"ts_carga\", \"ts_carga_sul\"], \"maxts\": 1541469480, \"created\": \"2018-08-29T14:48:45.733540\"}, \"name\": \"ts_ons_carga_1min_sul\"}], \"id\": \"ent1071_0\", \"type\": \"Ons_operacao\", \"ids\": {\"filename\": \"ons_carga_1min_sul\"}, \"location\": [-43.200946, -22.910215], \"registered\": \"2018-04-28T00:09:10.406517\"}, {\"lastupdate\": \"2018-10-30T01:05:39.336710\", \"data\": {\"title\": \"Carga Norte\", \"description\": \"Valores di\\u00e1rios acumulados de Carga Norte em MWmed.\"}, \"metadata\": {\"tags\": [\"ons_operacao\", \"ons_operacao_carga\", \"ons_carga\", \"ons_operacao_1min\", \"ons_carga_1min\", \"ons_carga_1min_norte\", \"carga\", \"carga_norte\"], \"webcrawler_id\": \"ons_operacao\"}, \"files\": [{\"size\": 56496, \"lastupdate\": \"2018-11-08T00:04:40.089936\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/106ae15a3be92d260ff63dd03644c04b/Carga_Norte.json?Signature=vcoG6svXExknFMnJW5tV%2BrtomEI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130637\", \"checksum\": \"106ae15a3be92d260ff63dd03644c04b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-08T00:03:28.668000\"}, {\"size\": 56434, \"lastupdate\": \"2018-11-07T00:10:55.906860\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/caf87f5e080d53ec8e4516c857e58638/Carga_Norte.json?Signature=tokIoUUt81PPEykFRaGihzK81ic%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130585\", \"checksum\": \"caf87f5e080d53ec8e4516c857e58638\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-07T00:10:22.236000\"}, {\"size\": 56465, \"lastupdate\": \"2018-11-06T00:06:02.963514\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/633bf383583175886d52239d02c5efeb/Carga_Norte.json?Signature=HHCoeCx8ZRh20dJIyOUZ0yXT4mI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130536\", \"checksum\": \"633bf383583175886d52239d02c5efeb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-06T00:04:48.150000\"}, {\"size\": 56399, \"lastupdate\": \"2018-11-05T00:15:06.425429\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7fbeb7ea0a5ebb00385865648ae3f7f9/Carga_Norte.json?Signature=n3QQNgTS4ErpH3y58jrJc7rW6ho%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130513\", \"checksum\": \"7fbeb7ea0a5ebb00385865648ae3f7f9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-05T00:13:23.506000\"}, {\"size\": 56498, \"lastupdate\": \"2018-11-03T01:11:21.146275\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/04d41b2c708f9f7cfea37326dd62153f/Carga_Norte.json?Signature=F174yDX%2FvuojGOCCf5JFEy5NxLE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130461\", \"checksum\": \"04d41b2c708f9f7cfea37326dd62153f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-03T00:10:40.716000\"}, {\"size\": 56511, \"lastupdate\": \"2018-11-02T01:09:04.067175\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a1b5a1d1a347583b66585f00cb28b950/Carga_Norte.json?Signature=vNwBon%2B39CJpwiHQBWXGbfMi1uc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130415\", \"checksum\": \"a1b5a1d1a347583b66585f00cb28b950\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-02T00:06:07.683000\"}, {\"size\": 56490, \"lastupdate\": \"2018-11-01T01:06:20.051443\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/72a8f9c42e1b2059748875af445d7b42/Carga_Norte.json?Signature=HDvDusn8I2HtLZy7hVKiWk6g0Ao%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130362\", \"checksum\": \"72a8f9c42e1b2059748875af445d7b42\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-31T00:07:59.347000\"}, {\"size\": 56440, \"lastupdate\": \"2018-11-01T01:06:17.650382\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ce18dafd67bdb0f1f272768e2f401ac8/Carga_Norte.json?Signature=cwVKC0X7Q3CreJpxAgrDL6ZsZtQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130373\", \"checksum\": \"ce18dafd67bdb0f1f272768e2f401ac8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-11-01T00:05:30.582000\"}, {\"size\": 56472, \"lastupdate\": \"2018-10-30T01:06:12.032847\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a615d054aca2bd369716b2e7f6158adf/Carga_Norte.json?Signature=hXA7OlkoSxD6ZancavbGhjTohD8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130325\", \"checksum\": \"a615d054aca2bd369716b2e7f6158adf\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-30T00:04:46.145000\"}, {\"size\": 56489, \"lastupdate\": \"2018-10-26T01:23:45.703817\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cdcebd019074adb251f35bbb6f4141e2/Carga_Norte.json?Signature=nCvJH4HNjtuX12AJH3wqvN2x5NQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130062\", \"checksum\": \"cdcebd019074adb251f35bbb6f4141e2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-21T00:12:24.997000\"}, {\"size\": 56400, \"lastupdate\": \"2018-10-26T01:21:50.596908\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/df0029976468d9316da9da26afe5e710/Carga_Norte.json?Signature=vF8SU44C9VqAaKfVsKI1k68GxLM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130185\", \"checksum\": \"df0029976468d9316da9da26afe5e710\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-24T00:04:31.067000\"}, {\"size\": 56404, \"lastupdate\": \"2018-10-26T01:21:46.408417\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d90a1e424e0992397013d8187d37e410/Carga_Norte.json?Signature=XKjfuUGeVTOw2nwbA%2FJKMTrMbRM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130159\", \"checksum\": \"d90a1e424e0992397013d8187d37e410\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-23T00:08:17.533000\"}, {\"size\": 56465, \"lastupdate\": \"2018-10-26T01:21:42.950525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/937ed751b49ec4347f0155febac3bf93/Carga_Norte.json?Signature=myIii2l%2BAZFFsIJ2pGotrfpIaGk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130112\", \"checksum\": \"937ed751b49ec4347f0155febac3bf93\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-22T00:05:41.768000\"}, {\"size\": 56512, \"lastupdate\": \"2018-10-26T01:18:09.053509\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d61aa30e37fd5b7201f8f5cede65d2c9/Carga_Norte.json?Signature=JqhtQc%2BoDe8y%2FdPQnBoHSDjlETU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130228\", \"checksum\": \"d61aa30e37fd5b7201f8f5cede65d2c9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-25T00:08:43.396000\"}, {\"size\": 56418, \"lastupdate\": \"2018-10-26T01:11:36.332804\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/626b195a0f90db5f24ca764555516ed0/Carga_Norte.json?Signature=YLsAGe2bn1at4xoYzdRu0l6BsO8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130270\", \"checksum\": \"626b195a0f90db5f24ca764555516ed0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-26T00:05:43.844000\"}, {\"size\": 56435, \"lastupdate\": \"2018-10-20T00:04:18.189360\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8096b82f6831e36c9d6896d006fd4657/Carga_Norte.json?Signature=enbfrLA%2FDPZvGmsJ8ady6a0UKCE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129941\", \"checksum\": \"8096b82f6831e36c9d6896d006fd4657\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-20T00:04:18.189000\"}, {\"size\": 56418, \"lastupdate\": \"2018-10-19T00:04:23.529652\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fed1f683cfbf6a0838d1102250bd51d2/Carga_Norte.json?Signature=YzrfqmharN6qTqlnkqeaT3OjC7o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129648\", \"checksum\": \"fed1f683cfbf6a0838d1102250bd51d2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-19T00:04:23.529000\"}, {\"size\": 56479, \"lastupdate\": \"2018-10-18T00:05:24.688357\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e419728c7c5542b223c23883aa8449b2/Carga_Norte.json?Signature=XsYtkJN1n9YF9%2FD1vmtTUGT5uos%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129649\", \"checksum\": \"e419728c7c5542b223c23883aa8449b2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-18T00:05:24.688000\"}, {\"size\": 56440, \"lastupdate\": \"2018-10-17T00:04:51.792428\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/608d055d22f7eedb62cd0dffedf19136/Carga_Norte.json?Signature=asq7K1AvgHZAEOEhdJ8yz1ttI7o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129651\", \"checksum\": \"608d055d22f7eedb62cd0dffedf19136\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-17T00:04:51.792000\"}, {\"size\": 56420, \"lastupdate\": \"2018-10-16T00:03:21.919525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/30127cf03ccb3ac820de125541a239f4/Carga_Norte.json?Signature=y8ICA0wlO0wYIaj4srYKeDtmh4Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129652\", \"checksum\": \"30127cf03ccb3ac820de125541a239f4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-16T00:03:21.919000\"}, {\"size\": 56480, \"lastupdate\": \"2018-10-15T00:17:56.560708\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/206535119dbc73d65d1d51aac6355df4/Carga_Norte.json?Signature=%2FEo8auBjshN4fTM1WSHFpbxcc1Y%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129646\", \"checksum\": \"206535119dbc73d65d1d51aac6355df4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-15T00:17:56.560000\"}, {\"size\": 56438, \"lastupdate\": \"2018-10-14T00:03:20.538757\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3b19ce7feba9eab9e12661a0151391e1/Carga_Norte.json?Signature=Pdn%2B%2F9NTGppNE8F1V6BFv0HSEFw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129652\", \"checksum\": \"3b19ce7feba9eab9e12661a0151391e1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-14T00:03:20.538000\"}, {\"size\": 56454, \"lastupdate\": \"2018-10-13T00:03:49.458827\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2f32d664672dc8f255d7f546cbdf2bf7/Carga_Norte.json?Signature=MbR%2BTorjXRFU3ONVGINPsyZcHB0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129652\", \"checksum\": \"2f32d664672dc8f255d7f546cbdf2bf7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-13T00:03:49.458000\"}, {\"size\": 56405, \"lastupdate\": \"2018-10-12T00:03:37.164525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/15817fcbd94f31600439c3e68e1f5fea/Carga_Norte.json?Signature=DgXDNyWQhWK0KOz4GsWqEtlQxnE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129645\", \"checksum\": \"15817fcbd94f31600439c3e68e1f5fea\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-12T00:03:37.164000\"}, {\"size\": 56453, \"lastupdate\": \"2018-10-11T00:04:52.702376\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/308255edb112864642f37ed95916fb83/Carga_Norte.json?Signature=ZMEle8lhnujDi%2F41Yz0R3muEeBU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129647\", \"checksum\": \"308255edb112864642f37ed95916fb83\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-11T00:04:52.702000\"}, {\"size\": 56505, \"lastupdate\": \"2018-10-09T00:03:20.210593\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/06a7fb3e05e0997a8fc8644f325ba062/Carga_Norte.json?Signature=MPRoeGlbETAOTF2uLc%2BiUbt9DZU%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129648\", \"checksum\": \"06a7fb3e05e0997a8fc8644f325ba062\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-09T00:03:20.210000\"}, {\"size\": 56432, \"lastupdate\": \"2018-10-08T00:09:20.022209\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/503d840c67ef562517643621b3cf8b7d/Carga_Norte.json?Signature=5x56RVsczJ%2Bli2ZRF31i3JM134g%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129650\", \"checksum\": \"503d840c67ef562517643621b3cf8b7d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-08T00:09:20.022000\"}, {\"size\": 56414, \"lastupdate\": \"2018-10-07T00:03:20.532054\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/800e58d6bf4834a7e89dd22f0ff6356b/Carga_Norte.json?Signature=ijsDvtVz7btai1sB1UoAL8%2Bc0y8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_123895\", \"checksum\": \"800e58d6bf4834a7e89dd22f0ff6356b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-07T00:03:20.532000\"}, {\"size\": 56388, \"lastupdate\": \"2018-10-06T00:03:17.439850\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/15effd14bfde2f33dc47f63958b44bcf/Carga_Norte.json?Signature=LyU6FWL9iGsRh6qcZZTiOe109QY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_123901\", \"checksum\": \"15effd14bfde2f33dc47f63958b44bcf\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-06T00:03:17.439000\"}, {\"size\": 56791, \"lastupdate\": \"2018-10-05T00:04:57.429524\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3d327dd80be13e7bf158a25413d04a5c/Carga_Norte.json?Signature=X7VmF98dUuAKDHNoU%2B74tVaGBiw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_26154\", \"checksum\": \"3d327dd80be13e7bf158a25413d04a5c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-05T00:04:57.429000\"}, {\"size\": 56477, \"lastupdate\": \"2018-10-04T00:08:51.958740\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8c06b7097204c4e089143b673529ae6b/Carga_Norte.json?Signature=TOnSSIdsHgzwommg4XPt%2BryzOL0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_7927\", \"checksum\": \"8c06b7097204c4e089143b673529ae6b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-04T00:08:51.958000\"}, {\"size\": 56408, \"lastupdate\": \"2018-10-03T00:14:31.121757\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/668b3e4bcc8b9e0a247412935c0cad5b/Carga_Norte.json?Signature=t6poZgIEIpstlE%2Fs5diZ0squFmc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_6953\", \"checksum\": \"668b3e4bcc8b9e0a247412935c0cad5b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-03T00:14:31.121000\"}, {\"size\": 56349, \"lastupdate\": \"2018-10-02T00:02:46.410271\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0e7ac4af07178ae53480a009e2c3614e/Carga_Norte.json?Signature=JPbg%2F5C7RtbXEHb2kysKWmgzgRY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_4326\", \"checksum\": \"0e7ac4af07178ae53480a009e2c3614e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-10-02T00:02:46.410000\"}, {\"size\": 56420, \"lastupdate\": \"2018-09-28T00:02:47.566905\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6dca19452fa220c93d9e0e0e333b9ff2/Carga_Norte.json?Signature=bXALqEkmyTsMH689De5PyUA2Eyk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_407\", \"checksum\": \"6dca19452fa220c93d9e0e0e333b9ff2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-28T00:02:47.566000\"}, {\"size\": 56516, \"lastupdate\": \"2018-09-27T00:02:34.350422\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3a584a971fbd4887bb6aa21103a4838c/Carga_Norte.json?Signature=Q2DW7nYNz1KvpSTvUOYfpWD4ZdQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_407\", \"checksum\": \"3a584a971fbd4887bb6aa21103a4838c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-27T00:02:34.350000\"}, {\"size\": 56413, \"lastupdate\": \"2018-09-26T00:03:17.328113\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/33240324ac07fe6672c7495c5b2a31ad/Carga_Norte.json?Signature=bEHUNvS%2BgMFp7cO10jRKCQd1iD4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_407\", \"checksum\": \"33240324ac07fe6672c7495c5b2a31ad\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-26T00:03:17.328000\"}, {\"size\": 56446, \"lastupdate\": \"2018-09-25T00:03:45.485915\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c6fe9fc75202fded1c2d87b8ee5261d7/Carga_Norte.json?Signature=zOpGYRMPRGo%2BmRKwRquHBaZzD9M%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_407\", \"checksum\": \"c6fe9fc75202fded1c2d87b8ee5261d7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-25T00:03:45.485000\"}, {\"size\": 56452, \"lastupdate\": \"2018-09-24T00:07:16.196040\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/50ce9c01d5c360bdea9bb987b51ddb72/Carga_Norte.json?Signature=uVU%2F3Kzb%2Fak60S60UfmsNXyvkIk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_407\", \"checksum\": \"50ce9c01d5c360bdea9bb987b51ddb72\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-24T00:07:16.196000\"}, {\"size\": 56491, \"lastupdate\": \"2018-09-23T00:02:46.405570\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/32b3ffb4726611f7fbab38c494ad65bb/Carga_Norte.json?Signature=Y4F3SH%2FbFFcc9jsOlPELTezReOY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_407\", \"checksum\": \"32b3ffb4726611f7fbab38c494ad65bb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-23T00:02:46.405000\"}, {\"size\": 56467, \"lastupdate\": \"2018-09-22T00:03:16.320535\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/181939e9f0ac3cd7a7919e1bdf0d291f/Carga_Norte.json?Signature=pk5b2K8gAyB3WV%2BrwqUl397IT20%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_407\", \"checksum\": \"181939e9f0ac3cd7a7919e1bdf0d291f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-22T00:03:16.320000\"}, {\"size\": 56354, \"lastupdate\": \"2018-09-21T00:05:50.611498\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1c82b78598813f1641aaf8c03e9e784b/Carga_Norte.json?Signature=ipzx9ZTvwqfPgxEJgwcvML21M%2Fs%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_407\", \"checksum\": \"1c82b78598813f1641aaf8c03e9e784b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-21T00:05:50.611000\"}, {\"size\": 56437, \"lastupdate\": \"2018-09-20T00:05:58.358054\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b62e5cbc1d3a93133e1252558d5a5333/Carga_Norte.json?Signature=moC3CnVlRNwv4PJNlzHUOj1alOE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_408\", \"checksum\": \"b62e5cbc1d3a93133e1252558d5a5333\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-20T00:05:58.358000\"}, {\"size\": 56476, \"lastupdate\": \"2018-09-19T00:03:47.107530\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aed445c78057a23f7fb492b687a543d2/Carga_Norte.json?Signature=8voPkIP9IBrykvx%2Fo3S2IT1WFsc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_408\", \"checksum\": \"aed445c78057a23f7fb492b687a543d2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-19T00:03:47.107000\"}, {\"size\": 56390, \"lastupdate\": \"2018-09-18T00:03:28.734298\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4749ebe7c72f0cf3bd21efc693f867ac/Carga_Norte.json?Signature=S%2FEvNHAhEd8ZKHbuqPN24kBf52M%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_408\", \"checksum\": \"4749ebe7c72f0cf3bd21efc693f867ac\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-18T00:03:28.734000\"}, {\"size\": 56413, \"lastupdate\": \"2018-09-17T00:02:45.965204\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7ed4cf0a5db205718ed6b00e56de40d5/Carga_Norte.json?Signature=pWikd6KAZ2A7STDSzbORQqf8Lkk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_408\", \"checksum\": \"7ed4cf0a5db205718ed6b00e56de40d5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-17T00:02:45.965000\"}, {\"size\": 56414, \"lastupdate\": \"2018-09-16T00:02:45.552525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/eb8d4aeb3fd3e857a7e8b81389f00e2a/Carga_Norte.json?Signature=HbSSPGbba0fzlmJJmzH%2F5ib31qg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_408\", \"checksum\": \"eb8d4aeb3fd3e857a7e8b81389f00e2a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-16T00:02:45.552000\"}, {\"size\": 56412, \"lastupdate\": \"2018-09-15T00:05:45.622373\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1a71508ce78c9c6378a620fbb21830ee/Carga_Norte.json?Signature=IN7xgBOZnQNpZmIxaYft42n0s5Y%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_408\", \"checksum\": \"1a71508ce78c9c6378a620fbb21830ee\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-15T00:05:45.622000\"}, {\"size\": 56477, \"lastupdate\": \"2018-09-14T00:04:18.040099\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8631394a0acddc847510497e5a0d910a/Carga_Norte.json?Signature=YZFzv%2Bh4Pus%2FNY0Qk8idDRIKXag%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_408\", \"checksum\": \"8631394a0acddc847510497e5a0d910a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-14T00:04:18.040000\"}, {\"size\": 56441, \"lastupdate\": \"2018-09-13T00:03:21.352234\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29c03ebf7b7a0f23d4b7d4c79a618a44/Carga_Norte.json?Signature=YCQ%2FabA5R%2BGMYT6YF8iHQmr4UYw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_408\", \"checksum\": \"29c03ebf7b7a0f23d4b7d4c79a618a44\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-13T00:03:21.352000\"}, {\"size\": 56401, \"lastupdate\": \"2018-09-12T00:23:13.670938\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7c9005f8322e25c0ff5302561bbebacf/Carga_Norte.json?Signature=AAI79mcONF21wYccaxhIo86e7cA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_409\", \"checksum\": \"7c9005f8322e25c0ff5302561bbebacf\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-12T00:23:13.670000\"}, {\"size\": 56450, \"lastupdate\": \"2018-09-11T00:03:01.830293\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a9147158cbe01fc83b784503818e0edb/Carga_Norte.json?Signature=xotf1Vkjwy86GzUkJ1FEfI2Dg2s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_409\", \"checksum\": \"a9147158cbe01fc83b784503818e0edb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-11T00:03:01.830000\"}, {\"size\": 56423, \"lastupdate\": \"2018-09-10T00:02:49.712034\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d200b1d5f7314e30f3dfeac18940f8b7/Carga_Norte.json?Signature=RZ3lzjE7vMfJmok%2FUGgzW7npCfs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_409\", \"checksum\": \"d200b1d5f7314e30f3dfeac18940f8b7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-10T00:02:49.712000\"}, {\"size\": 56337, \"lastupdate\": \"2018-09-09T00:02:47.669510\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ca82fc06910cc758ec89be0e4bbf5021/Carga_Norte.json?Signature=HLS4CfZazTcRfM5gLnXutqjzWFM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_409\", \"checksum\": \"ca82fc06910cc758ec89be0e4bbf5021\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-09T00:02:47.669000\"}, {\"size\": 56467, \"lastupdate\": \"2018-09-08T00:02:51.048475\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9bd86e0486293bddef2a51b2b862576f/Carga_Norte.json?Signature=h117Hvd%2FJedkD5PZ1AP9QAySFu4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_409\", \"checksum\": \"9bd86e0486293bddef2a51b2b862576f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-08T00:02:51.048000\"}, {\"size\": 56362, \"lastupdate\": \"2018-09-07T00:03:20.039508\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/77bf8b397f4aa37b4c2ee01f89b53959/Carga_Norte.json?Signature=nAba0jkokCTzjh6BID0be2dkoZk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_409\", \"checksum\": \"77bf8b397f4aa37b4c2ee01f89b53959\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-07T00:03:20.039000\"}, {\"size\": 56529, \"lastupdate\": \"2018-09-06T00:03:26.281050\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/65369412538f61bdd4fec4c13126a7e7/Carga_Norte.json?Signature=YF5etZ5Fu61BUdaGFll%2Fa9bGEtU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_409\", \"checksum\": \"65369412538f61bdd4fec4c13126a7e7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-06T00:03:26.281000\"}, {\"size\": 56296, \"lastupdate\": \"2018-09-05T00:05:19.706251\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c506271cfb1e3f432dda1f49991f4d63/Carga_Norte.json?Signature=rLidS%2FzCfUyhy7jft6TBHrLwsmc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_409\", \"checksum\": \"c506271cfb1e3f432dda1f49991f4d63\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-05T00:05:19.706000\"}, {\"size\": 56438, \"lastupdate\": \"2018-09-04T00:02:52.397204\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a043d0461c3386c2b28ff200163f6624/Carga_Norte.json?Signature=jvJNyqWh6l1jDFtRv5l%2FU9r6QEg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_410\", \"checksum\": \"a043d0461c3386c2b28ff200163f6624\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-04T00:02:52.397000\"}, {\"size\": 56474, \"lastupdate\": \"2018-09-03T00:02:45.976356\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/76200772907dc4be721765badc2324d9/Carga_Norte.json?Signature=rQp8R3MbZIpv09bEJvBMLikssRo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_410\", \"checksum\": \"76200772907dc4be721765badc2324d9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-03T00:02:45.976000\"}, {\"size\": 56399, \"lastupdate\": \"2018-09-02T00:02:44.963431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a0db8695bd5baea53b5feff663b32305/Carga_Norte.json?Signature=fs2gAvJ2aXzl1%2BYurd%2BMgnAqiFs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_410\", \"checksum\": \"a0db8695bd5baea53b5feff663b32305\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-02T00:02:44.963000\"}, {\"size\": 56421, \"lastupdate\": \"2018-09-01T00:02:50.950244\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0465b1f949ed02c676e9e10fa1814520/Carga_Norte.json?Signature=Ls95AydINLDdweFerUHTQRvLm50%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_410\", \"checksum\": \"0465b1f949ed02c676e9e10fa1814520\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-09-01T00:02:50.950000\"}, {\"size\": 56417, \"lastupdate\": \"2018-08-31T00:02:50.765237\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5a2b07ac4a2240164ab67e3eb2f18021/Carga_Norte.json?Signature=h8W4MIEK%2BQOgZCJtYg5sVsJSqho%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_410\", \"checksum\": \"5a2b07ac4a2240164ab67e3eb2f18021\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-31T00:02:50.765000\"}, {\"size\": 56491, \"lastupdate\": \"2018-08-30T00:03:19.514831\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c47c72f56a8712b5c03f72b062c5f9cb/Carga_Norte.json?Signature=Q9qySOLIfIdXASmUWTrPpWnW8Wo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_410\", \"checksum\": \"c47c72f56a8712b5c03f72b062c5f9cb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-30T00:03:19.514000\"}, {\"size\": 56455, \"lastupdate\": \"2018-08-29T00:04:45.240054\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8cd1b713eedf22066f9f122eb324ef3b/Carga_Norte.json?Signature=aLCwh5PcBF4nBh6sKn0YLtd2BFQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_410\", \"checksum\": \"8cd1b713eedf22066f9f122eb324ef3b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-29T00:04:45.240000\"}, {\"size\": 56419, \"lastupdate\": \"2018-08-28T00:03:08.937875\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/62047c87ae25b9a87969e2cf71e33987/Carga_Norte.json?Signature=COb593Wcmr2SnfuoL1UHnXzYMEc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_410\", \"checksum\": \"62047c87ae25b9a87969e2cf71e33987\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-28T00:03:08.937000\"}, {\"size\": 56388, \"lastupdate\": \"2018-08-27T00:10:20.248004\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fd6270c087102ad423f7f5313c94e735/Carga_Norte.json?Signature=dE4wK47MNfkvGO%2BNxYYG1GW7qVE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_411\", \"checksum\": \"fd6270c087102ad423f7f5313c94e735\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-27T00:10:20.248000\"}, {\"size\": 56425, \"lastupdate\": \"2018-08-26T00:02:43.235341\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/88ed217f4c07672acde85bbda15b2669/Carga_Norte.json?Signature=NHV84So67JYAeBN%2B0Ub0FtHDOdo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_411\", \"checksum\": \"88ed217f4c07672acde85bbda15b2669\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-26T00:02:43.235000\"}, {\"size\": 56497, \"lastupdate\": \"2018-08-24T00:09:15.816282\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fbbfba6abcb0e312fc0e7af50d7133c5/Carga_Norte.json?Signature=BHT33Tv93isqIfCpCeiYhsN5mr4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_411\", \"checksum\": \"fbbfba6abcb0e312fc0e7af50d7133c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-24T00:09:15.816000\"}, {\"size\": 56487, \"lastupdate\": \"2018-08-23T00:06:41.737769\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/18a53308ef3977d31fcd0a7c2e4db58c/Carga_Norte.json?Signature=MDqIrrXsCT3dCYwoZU0AjDdX59o%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_411\", \"checksum\": \"18a53308ef3977d31fcd0a7c2e4db58c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-23T00:06:41.737000\"}, {\"size\": 56468, \"lastupdate\": \"2018-08-22T00:03:39.326392\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/722fa2752100c672eea9cf724f3cf5cc/Carga_Norte.json?Signature=SCRMobb3rpKmAdV8Bpne%2F%2Fau7dg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_411\", \"checksum\": \"722fa2752100c672eea9cf724f3cf5cc\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-22T00:03:39.326000\"}, {\"size\": 56460, \"lastupdate\": \"2018-08-21T00:02:41.185605\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/af663c87ec7fc80e31f6e148ba2ddfde/Carga_Norte.json?Signature=yeoW7NFkCQhew8%2BXkwCeR8o5g3E%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_411\", \"checksum\": \"af663c87ec7fc80e31f6e148ba2ddfde\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-21T00:02:41.185000\"}, {\"size\": 56412, \"lastupdate\": \"2018-08-20T00:05:17.191028\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/63a82ce446268461dacbebd2c4d842df/Carga_Norte.json?Signature=Lo4wStJStIeU%2FYklfVOBp7%2F2EqE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_411\", \"checksum\": \"63a82ce446268461dacbebd2c4d842df\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-20T00:05:17.191000\"}, {\"size\": 55945, \"lastupdate\": \"2018-08-19T00:17:42.837656\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f0e6d63751f21d76e9aa05e1a494638a/Carga_Norte.json?Signature=jArbHf1lBWBjI%2FkzLMMWsJPipng%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_411\", \"checksum\": \"f0e6d63751f21d76e9aa05e1a494638a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-19T00:17:42.837000\"}, {\"size\": 56488, \"lastupdate\": \"2018-08-18T00:08:42.128343\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/741d63f612115a44fc4e6346ce08edf6/Carga_Norte.json?Signature=zvsc6%2Btc2ojPQcfpNzGM%2FpyiNdg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_412\", \"checksum\": \"741d63f612115a44fc4e6346ce08edf6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-18T00:08:42.128000\"}, {\"size\": 53553, \"lastupdate\": \"2018-08-17T00:23:50.962508\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8dde74186cfbcfb6879eccb3f78c1d29/Carga_Norte.json?Signature=FZbFP7hrNc6GLTC42281G8S%2BPgY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_412\", \"checksum\": \"8dde74186cfbcfb6879eccb3f78c1d29\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-17T00:23:50.962000\"}, {\"size\": 55888, \"lastupdate\": \"2018-08-16T00:53:08.235006\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8e6023ebb655e3a8e06dd724d1d72ea7/Carga_Norte.json?Signature=4SH6fRqpRV73UeJLm8PnS14X5K0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_412\", \"checksum\": \"8e6023ebb655e3a8e06dd724d1d72ea7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-16T00:53:08.235000\"}, {\"size\": 56426, \"lastupdate\": \"2018-08-15T00:02:40.451030\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b40a32edbc4b951c8b575106a8ea898f/Carga_Norte.json?Signature=tZmUFf7ewNdLkB7gQsmopx7At4c%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_412\", \"checksum\": \"b40a32edbc4b951c8b575106a8ea898f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-15T00:02:40.451000\"}, {\"size\": 56396, \"lastupdate\": \"2018-08-14T00:06:43.894499\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f786edfad597fcfa2df8bef83376605b/Carga_Norte.json?Signature=KWh16Jn5kTnNmbEX4D4lVCxSAB8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_412\", \"checksum\": \"f786edfad597fcfa2df8bef83376605b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-14T00:06:43.894000\"}, {\"size\": 56419, \"lastupdate\": \"2018-08-13T00:03:16.003312\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/079e9e9f15a5406871e3221f087bf940/Carga_Norte.json?Signature=xvyMR91ANtJTT18Nsm35aEHtvqs%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_412\", \"checksum\": \"079e9e9f15a5406871e3221f087bf940\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-13T00:03:16.003000\"}, {\"size\": 56353, \"lastupdate\": \"2018-08-12T00:02:44.105259\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1c3aa9fe5101e75b3ccc73b56d029db/Carga_Norte.json?Signature=3%2BBkclEUbVenqFwxSeQsLb8KZiw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_412\", \"checksum\": \"e1c3aa9fe5101e75b3ccc73b56d029db\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-12T00:02:44.105000\"}, {\"size\": 56466, \"lastupdate\": \"2018-08-11T00:04:41.061069\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/661a909a48adba4ea35576c5d103178b/Carga_Norte.json?Signature=XSR3lEIZTBcJhyOVugLCYBc0Urs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_412\", \"checksum\": \"661a909a48adba4ea35576c5d103178b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-11T00:04:41.061000\"}, {\"size\": 56460, \"lastupdate\": \"2018-08-03T00:03:40.141889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cca58af3e98398526ad3c9b28b71449a/Carga_Norte.json?Signature=1X45GCmnHLHugzlIOfJueVkEOX0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_413\", \"checksum\": \"cca58af3e98398526ad3c9b28b71449a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-03T00:03:40.141000\"}, {\"size\": 56514, \"lastupdate\": \"2018-08-02T00:03:10.239009\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c88ae95632937fba0e4ff25f7ab0efb/Carga_Norte.json?Signature=rxR2FZFkiX%2BTRSgoxz2O%2BEmjLUQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_413\", \"checksum\": \"0c88ae95632937fba0e4ff25f7ab0efb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-02T00:03:10.239000\"}, {\"size\": 56416, \"lastupdate\": \"2018-08-01T00:02:40.487128\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad8fcf064967e3de72053bd8d7b44fac/Carga_Norte.json?Signature=ibGqVmxh7hlVZ8uHtDRdyDAVQmI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_413\", \"checksum\": \"ad8fcf064967e3de72053bd8d7b44fac\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-08-01T00:02:40.487000\"}, {\"size\": 56419, \"lastupdate\": \"2018-07-31T00:02:44.457247\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3f34e58f378045b60740ba0c55e91ad4/Carga_Norte.json?Signature=CRDjJqlWbe1uRtCQp1dHn0SeT1Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_413\", \"checksum\": \"3f34e58f378045b60740ba0c55e91ad4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-31T00:02:44.457000\"}, {\"size\": 56419, \"lastupdate\": \"2018-07-30T00:03:41.068364\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3b8fac3ffba509b46ed3e2aabdb17169/Carga_Norte.json?Signature=cJdMjNyd%2B0Psg%2FvYXunQ82iGQqY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_413\", \"checksum\": \"3b8fac3ffba509b46ed3e2aabdb17169\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-30T00:03:41.068000\"}, {\"size\": 56514, \"lastupdate\": \"2018-07-29T00:03:05.674484\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/261812e66b9d716338e0aba3fe99fc92/Carga_Norte.json?Signature=f9Ui57p6mhpKFHu1w0i%2FE5hoWSk%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_413\", \"checksum\": \"261812e66b9d716338e0aba3fe99fc92\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-29T00:03:05.674000\"}, {\"size\": 56446, \"lastupdate\": \"2018-07-28T00:02:43.650604\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1116761db48180bc677845593a49eeea/Carga_Norte.json?Signature=IRn8n3sj8UEEI6oV%2BOuToPtfcEQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_413\", \"checksum\": \"1116761db48180bc677845593a49eeea\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-28T00:02:43.650000\"}, {\"size\": 56423, \"lastupdate\": \"2018-07-27T00:03:41.129721\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6918d07512edb6999f2e0f4038a91cdb/Carga_Norte.json?Signature=V3ZQhF%2F3pCS93twt6TsOT8Z8T1A%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_413\", \"checksum\": \"6918d07512edb6999f2e0f4038a91cdb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-27T00:03:41.129000\"}, {\"size\": 56419, \"lastupdate\": \"2018-07-26T00:03:41.571839\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5ba7c41c3c2b5a7d812367fbb0cbb815/Carga_Norte.json?Signature=aCHZzQ3p1RyMopKYTkqiqQAnM6Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_414\", \"checksum\": \"5ba7c41c3c2b5a7d812367fbb0cbb815\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-26T00:03:41.571000\"}, {\"size\": 56452, \"lastupdate\": \"2018-07-25T00:06:07.404953\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/02b50a82a1181d8aeb154daf1ad47b9e/Carga_Norte.json?Signature=I7%2FRv%2B1hcgWHNxVoOSCZs9XyEtM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_414\", \"checksum\": \"02b50a82a1181d8aeb154daf1ad47b9e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-25T00:06:07.404000\"}, {\"size\": 56456, \"lastupdate\": \"2018-07-18T00:05:10.900787\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a157ef0b361bebae58c1050f6938a5c7/Carga_Norte.json?Signature=kbfcI2D6ZvbOf9L7HCagWrJAS%2Fc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_414\", \"checksum\": \"a157ef0b361bebae58c1050f6938a5c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-18T00:05:10.900000\"}, {\"size\": 56417, \"lastupdate\": \"2018-07-17T00:03:09.893910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1d2983f1df18a885b74c75ef744ce6c5/Carga_Norte.json?Signature=SjUiX5rXGkSQVGA3YWpRqIOUmwg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_414\", \"checksum\": \"1d2983f1df18a885b74c75ef744ce6c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-17T00:03:09.893000\"}, {\"size\": 56437, \"lastupdate\": \"2018-07-16T00:04:10.184027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e8c9a1949f4497643b089a00a1a46812/Carga_Norte.json?Signature=W7GdnTCjWrlJ0oJbCraRuYcD06o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_414\", \"checksum\": \"e8c9a1949f4497643b089a00a1a46812\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-16T00:04:10.184000\"}, {\"size\": 56499, \"lastupdate\": \"2018-07-15T00:03:11.127148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d2b94321a30f99777f7e4a3062c03d9e/Carga_Norte.json?Signature=MAwFhHJe9vanBZQLgwjjcKj5kSQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_414\", \"checksum\": \"d2b94321a30f99777f7e4a3062c03d9e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-15T00:03:11.127000\"}, {\"size\": 56428, \"lastupdate\": \"2018-07-14T00:04:44.340263\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3d8f5e8b0397cf133f12834b0236a825/Carga_Norte.json?Signature=MSZ3SwcgwRtclerlvQKEZuYkoOc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_414\", \"checksum\": \"3d8f5e8b0397cf133f12834b0236a825\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-14T00:04:44.340000\"}, {\"size\": 56418, \"lastupdate\": \"2018-07-13T00:49:23.101285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c539202a0421772de7f7c2e303b3cde1/Carga_Norte.json?Signature=f1aEZaMMGFFcXFaNK0r5bHq%2BFps%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_414\", \"checksum\": \"c539202a0421772de7f7c2e303b3cde1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-13T00:49:23.101000\"}, {\"size\": 56543, \"lastupdate\": \"2018-07-12T00:04:46.017501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fac78bde81a66e6ca381b2ca95b8f7ad/Carga_Norte.json?Signature=nu1EQuTjX2iYtRsNQHVx6eROYtE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_415\", \"checksum\": \"fac78bde81a66e6ca381b2ca95b8f7ad\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-12T00:04:46.017000\"}, {\"size\": 56508, \"lastupdate\": \"2018-07-11T00:05:17.453619\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/936c67464dc35b3debee96d1b457241f/Carga_Norte.json?Signature=tZOgv%2FdbuYAdMSDqe77%2FxcUiD20%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_415\", \"checksum\": \"936c67464dc35b3debee96d1b457241f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-11T00:05:17.453000\"}, {\"size\": 56474, \"lastupdate\": \"2018-07-10T00:03:18.321742\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/50f6f460110799efb47c9f8c70f3c841/Carga_Norte.json?Signature=4lKaK6jOwhhcvEJZMFkj3sYKaYg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_415\", \"checksum\": \"50f6f460110799efb47c9f8c70f3c841\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-10T00:03:18.321000\"}, {\"size\": 56468, \"lastupdate\": \"2018-07-09T00:08:47.563849\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a87a97e24160620dd995fdbcf7bb58e7/Carga_Norte.json?Signature=v94Nb%2BSO4xkrWDO3Czuq2c8NNwI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_415\", \"checksum\": \"a87a97e24160620dd995fdbcf7bb58e7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-09T00:08:47.563000\"}, {\"size\": 56363, \"lastupdate\": \"2018-07-08T00:03:57.673978\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ae66fd66a476ec58a68f4585fab9f954/Carga_Norte.json?Signature=6Ql81I%2F2Zm6NwYYPyH%2FsUyRj7%2BI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_415\", \"checksum\": \"ae66fd66a476ec58a68f4585fab9f954\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-08T00:03:57.673000\"}, {\"size\": 56479, \"lastupdate\": \"2018-07-07T00:09:16.949085\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf1476397e4a101df0db45da987e17a0/Carga_Norte.json?Signature=DF%2Bc36RUyq%2FWhKx%2B6NCDI8pPBZo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_415\", \"checksum\": \"cf1476397e4a101df0db45da987e17a0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-07T00:09:16.949000\"}, {\"size\": 56429, \"lastupdate\": \"2018-07-06T00:03:17.210217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/83a348434271d431b0b08b4cacb9e067/Carga_Norte.json?Signature=KKv%2B%2BgjVYgAh6l0zLyQSdAYp8Tg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_415\", \"checksum\": \"83a348434271d431b0b08b4cacb9e067\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-06T00:03:17.210000\"}, {\"size\": 56298, \"lastupdate\": \"2018-07-05T00:34:13.640269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/15963c6ce9270ae66807056104bebd06/Carga_Norte.json?Signature=e2vYJuBb6UAjMgbdVVz2yOmnTwk%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_415\", \"checksum\": \"15963c6ce9270ae66807056104bebd06\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-05T00:34:13.640000\"}, {\"size\": 56517, \"lastupdate\": \"2018-07-04T00:14:27.566431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c88921435d71fb2ae49d486777b5e6e5/Carga_Norte.json?Signature=rAVM9mPgr42JHOTRYjJaNFQRORA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_416\", \"checksum\": \"c88921435d71fb2ae49d486777b5e6e5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-04T00:14:27.566000\"}, {\"size\": 56481, \"lastupdate\": \"2018-07-01T00:02:43.729818\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a659e87239052f5026b573c161738ff9/Carga_Norte.json?Signature=iH%2BFDlfp8K%2FhVcwbKsP7r6U3f1k%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_416\", \"checksum\": \"a659e87239052f5026b573c161738ff9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-07-01T00:02:43.729000\"}, {\"size\": 56412, \"lastupdate\": \"2018-06-30T00:02:44.621126\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3fdc6703857b6e9cd883437dd59d710b/Carga_Norte.json?Signature=S52YV0fqEs0HXOuh9uEwTe25MNQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_416\", \"checksum\": \"3fdc6703857b6e9cd883437dd59d710b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-30T00:02:44.621000\"}, {\"size\": 56489, \"lastupdate\": \"2018-06-29T00:03:13.749287\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2d9a4b8ac4f26b2a51b03b5a3ffc6538/Carga_Norte.json?Signature=GXi3hHxZooqJRN%2FEkgn8RVYK5I4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_416\", \"checksum\": \"2d9a4b8ac4f26b2a51b03b5a3ffc6538\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-29T00:03:13.749000\"}, {\"size\": 56396, \"lastupdate\": \"2018-06-28T00:03:13.388451\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9134c33190812225f9f9bf3559958549/Carga_Norte.json?Signature=Mrqv4j3zlAEkrrDtAH1gci5yr4o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_416\", \"checksum\": \"9134c33190812225f9f9bf3559958549\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-28T00:03:13.388000\"}, {\"size\": 56465, \"lastupdate\": \"2018-06-27T00:03:15.243944\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0129c44e00cccffe7ba925ffe6706962/Carga_Norte.json?Signature=txP2e5QVDdBP60R%2Fx1zq1plN4C8%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_416\", \"checksum\": \"0129c44e00cccffe7ba925ffe6706962\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-27T00:03:15.243000\"}, {\"size\": 56463, \"lastupdate\": \"2018-06-26T00:02:45.540955\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a00d1f21f45e1c60c38419b71faecbb3/Carga_Norte.json?Signature=bmAqF6E34nlAuW7VPLS9HMv8Qyw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_416\", \"checksum\": \"a00d1f21f45e1c60c38419b71faecbb3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-26T00:02:45.540000\"}, {\"size\": 56487, \"lastupdate\": \"2018-06-25T00:02:47.704303\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c2e75442c32f9f915cdc3355291c4f3f/Carga_Norte.json?Signature=R3zWStx%2B5IYuWM0rHYUUBbkrlKk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_416\", \"checksum\": \"c2e75442c32f9f915cdc3355291c4f3f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-25T00:02:47.704000\"}, {\"size\": 56413, \"lastupdate\": \"2018-06-24T00:02:45.651007\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8d1f1e80f4f3bac08e4377ab7a82a209/Carga_Norte.json?Signature=I75Q5y1pRVczVe4CJNTYyo3e%2F%2Fk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_417\", \"checksum\": \"8d1f1e80f4f3bac08e4377ab7a82a209\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-24T00:02:45.651000\"}, {\"size\": 56479, \"lastupdate\": \"2018-06-23T00:02:45.169467\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ba714536bbb83cc3b0cde6376fb2f0a7/Carga_Norte.json?Signature=GksgguM0JQPS%2FIxjgKmWDUPUIm8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_417\", \"checksum\": \"ba714536bbb83cc3b0cde6376fb2f0a7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-23T00:02:45.169000\"}, {\"size\": 56416, \"lastupdate\": \"2018-06-22T00:02:51.869730\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/df66e38928bdb8fdf489329f000121a9/Carga_Norte.json?Signature=khNVOsE3OTXp8EYy908ECmyrkfM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_417\", \"checksum\": \"df66e38928bdb8fdf489329f000121a9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-22T00:02:51.869000\"}, {\"size\": 56457, \"lastupdate\": \"2018-06-21T00:02:42.855720\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a4bd76f0452f5062cc48ae132ba197e9/Carga_Norte.json?Signature=I9woCDy5ws%2BldXdTpnByDP%2FOLnE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_417\", \"checksum\": \"a4bd76f0452f5062cc48ae132ba197e9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-21T00:02:42.855000\"}, {\"size\": 56457, \"lastupdate\": \"2018-06-20T00:04:16.110388\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dd5552b1a553e04f4c9389d2cd0120a1/Carga_Norte.json?Signature=Ix2oTV5fYvICmiK0BltLFr4pwDc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_417\", \"checksum\": \"dd5552b1a553e04f4c9389d2cd0120a1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-20T00:04:16.110000\"}, {\"size\": 56429, \"lastupdate\": \"2018-06-19T00:03:17.916727\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/da0098523c121cbd3e008e692c8534b4/Carga_Norte.json?Signature=LX42hgHAvDgbNe2CZSPhUXQACe0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_417\", \"checksum\": \"da0098523c121cbd3e008e692c8534b4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-19T00:03:17.916000\"}, {\"size\": 56441, \"lastupdate\": \"2018-06-18T00:02:48.490153\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ce9b6309a540872c3f52ba4d5111ef98/Carga_Norte.json?Signature=51Evt7H1a%2BtrxPwHAd0c168Hqt4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_417\", \"checksum\": \"ce9b6309a540872c3f52ba4d5111ef98\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-18T00:02:48.490000\"}, {\"size\": 56476, \"lastupdate\": \"2018-06-17T00:02:43.745221\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1f042088c72af56c3da0fb552590df4a/Carga_Norte.json?Signature=Jv9ApDAdTuSoE7Nw16yh2bjV6H4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_417\", \"checksum\": \"1f042088c72af56c3da0fb552590df4a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-17T00:02:43.745000\"}, {\"size\": 56393, \"lastupdate\": \"2018-06-16T00:03:19.650041\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/40618b88c67db639334b2608eeaabfa7/Carga_Norte.json?Signature=%2FTZXZsTvHNLt46c7ljdRmWZdF4o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_418\", \"checksum\": \"40618b88c67db639334b2608eeaabfa7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-16T00:03:19.650000\"}, {\"size\": 56435, \"lastupdate\": \"2018-06-15T00:02:50.665276\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6e78d9ad32e92aa70b1aad20b7fd2622/Carga_Norte.json?Signature=DPjUi1h6X3LWaepNWYSzGs3T7eU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_418\", \"checksum\": \"6e78d9ad32e92aa70b1aad20b7fd2622\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-15T00:02:50.665000\"}, {\"size\": 56429, \"lastupdate\": \"2018-06-14T00:03:21.256622\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d0d5f88d34d5c6281c9f68d4c257bd3b/Carga_Norte.json?Signature=bIjSVWvqXe2sXNcDnv3yk9SUVwk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_418\", \"checksum\": \"d0d5f88d34d5c6281c9f68d4c257bd3b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-14T00:03:21.256000\"}, {\"size\": 56406, \"lastupdate\": \"2018-06-13T00:02:49.912941\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/801a3e6de235924ef6635c19273c45d1/Carga_Norte.json?Signature=ODJCQW4f%2Fru1lwtXPEG7fYSLfrw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_418\", \"checksum\": \"801a3e6de235924ef6635c19273c45d1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-13T00:02:49.912000\"}, {\"size\": 56447, \"lastupdate\": \"2018-06-12T00:02:22.017688\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/af0832d69dcfb7c043f05be4c3d75ba6/Carga_Norte.json?Signature=uj%2F0FTFJ%2Bc1QUTwGByZUma7YWts%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_418\", \"checksum\": \"af0832d69dcfb7c043f05be4c3d75ba6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Norte\", \"downloaded\": \"2018-06-12T00:02:22.017000\"}, {\"size\": 56431, \"lastupdate\": \"2018-06-11T00:09:14.592853\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/71c4d80f322c9b9d884b8b5b894004ba/Carga_Norte.json?Signature=62NDQJ0nwRmn4FZ10bpgIE73eoU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_418\", \"checksum\": \"71c4d80f322c9b9d884b8b5b894004ba\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-11T00:09:14.592000\"}, {\"size\": 56382, \"lastupdate\": \"2018-06-10T00:03:12.297203\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5b3fabdb012b4301d7aa39485eea3f6d/Carga_Norte.json?Signature=MRTG1doW6e32%2F82zgzfqp1bYYGQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_418\", \"checksum\": \"5b3fabdb012b4301d7aa39485eea3f6d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-10T00:03:12.297000\"}, {\"size\": 56438, \"lastupdate\": \"2018-06-09T00:04:44.149044\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6e404a5bfa495d6028cb601d34d6b1c5/Carga_Norte.json?Signature=gjfy8BnMnzBxXpVMdqWIUttH300%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_418\", \"checksum\": \"6e404a5bfa495d6028cb601d34d6b1c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-09T00:04:44.149000\"}, {\"size\": 56264, \"lastupdate\": \"2018-06-08T00:14:17.534807\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/128e9d12cc76f1d8741052cc7e01b4d8/Carga_Norte.json?Signature=8sxCJg5bqQ6nKOYnmYn3zmNDedE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_419\", \"checksum\": \"128e9d12cc76f1d8741052cc7e01b4d8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-08T00:14:17.534000\"}, {\"size\": 56456, \"lastupdate\": \"2018-06-07T00:04:14.322525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7091c48cbfd86db9e56bb70784a23e00/Carga_Norte.json?Signature=ysQw0AP2tbDxghHsbnlzn7gifBQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_419\", \"checksum\": \"7091c48cbfd86db9e56bb70784a23e00\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-07T00:04:14.322000\"}, {\"size\": 56464, \"lastupdate\": \"2018-06-06T00:05:43.468128\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5a8114d1e4fd76672825733396a6a723/Carga_Norte.json?Signature=JiMgHfjew7OqYZcpvUz2lNEw4E0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_419\", \"checksum\": \"5a8114d1e4fd76672825733396a6a723\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-06T00:05:43.468000\"}, {\"size\": 56529, \"lastupdate\": \"2018-06-05T00:03:44.016798\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/10812c952368a50d26722ed42dc341ba/Carga_Norte.json?Signature=hGDPaLY%2BlD%2BRQ1Q7Zk36k%2BNr6eg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_419\", \"checksum\": \"10812c952368a50d26722ed42dc341ba\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-05T00:03:44.016000\"}, {\"size\": 56497, \"lastupdate\": \"2018-06-04T00:08:46.967256\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c484dff455d8a67274e494b7fe2ac767/Carga_Norte.json?Signature=UrkuAiYiaiV0ywDAhWHz5YNwrOo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_419\", \"checksum\": \"c484dff455d8a67274e494b7fe2ac767\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-04T00:08:46.967000\"}, {\"size\": 56498, \"lastupdate\": \"2018-06-03T00:02:44.488039\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4aa847edba40163c60b2a528affbc75e/Carga_Norte.json?Signature=88bp9V0C5SRIU4VFviWvmnuturA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_419\", \"checksum\": \"4aa847edba40163c60b2a528affbc75e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-03T00:02:44.488000\"}, {\"size\": 56387, \"lastupdate\": \"2018-06-02T00:02:44.446078\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c78d186e2ca541e60bbb80712d2bd9e6/Carga_Norte.json?Signature=vzFqNiF3iEvjvpHjUgV0%2BvDXsoo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_419\", \"checksum\": \"c78d186e2ca541e60bbb80712d2bd9e6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-02T00:02:44.446000\"}, {\"size\": 56497, \"lastupdate\": \"2018-06-01T00:08:47.634761\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2a29cb84fa3aad7f76a8756aa10bb881/Carga_Norte.json?Signature=ihxTI%2FKMRzA7bRq9Z%2FUk1phULDk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_419\", \"checksum\": \"2a29cb84fa3aad7f76a8756aa10bb881\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-06-01T00:08:47.634000\"}, {\"size\": 56514, \"lastupdate\": \"2018-05-31T00:03:45.603223\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ab49cc18458ee36226df7a33b0d73a1f/Carga_Norte.json?Signature=GbpRBfycX35EzgDPXCg%2FDJUA7i0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_420\", \"checksum\": \"ab49cc18458ee36226df7a33b0d73a1f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-31T00:03:45.603000\"}, {\"size\": 56423, \"lastupdate\": \"2018-05-30T00:03:18.713537\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f4839e92d18283208e8bb47d43ec9003/Carga_Norte.json?Signature=tGJJwoz8CsbaAHrusie2CvBRR8g%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_420\", \"checksum\": \"f4839e92d18283208e8bb47d43ec9003\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-30T00:03:18.713000\"}, {\"size\": 56399, \"lastupdate\": \"2018-05-29T00:03:14.721179\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5d4a2ae6be64060b178bd4fe80496727/Carga_Norte.json?Signature=L6x2wCufIH7w3tVgli5xXSouYfA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_420\", \"checksum\": \"5d4a2ae6be64060b178bd4fe80496727\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-29T00:03:14.721000\"}, {\"size\": 56563, \"lastupdate\": \"2018-05-28T00:02:47.270400\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ae8be60ae19787000077b3462f2159f2/Carga_Norte.json?Signature=osa7%2F9c8u2ms3SP%2BQ1ju%2FqNo72s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_420\", \"checksum\": \"ae8be60ae19787000077b3462f2159f2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-28T00:02:47.270000\"}, {\"size\": 56504, \"lastupdate\": \"2018-05-27T00:02:16.899370\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a6af0eec2c445b78d25980c21a40e7bb/Carga_Norte.json?Signature=6yusb%2FUOp1faEtZjkHzvJxAZJII%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_420\", \"checksum\": \"a6af0eec2c445b78d25980c21a40e7bb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-27T00:02:16.899000\"}, {\"size\": 55344, \"lastupdate\": \"2018-05-26T00:21:54.393235\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4bc959a8d9d21e3bed175cebb2c5fe1f/Carga_Norte.json?Signature=jOLagQuDQSIyMANM3OIb42KNVx8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_420\", \"checksum\": \"4bc959a8d9d21e3bed175cebb2c5fe1f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-26T00:21:54.393000\"}, {\"size\": 56367, \"lastupdate\": \"2018-05-25T00:06:48.106345\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9ae31c61049cba866029020137d5411e/Carga_Norte.json?Signature=eVWrJqM9e%2Fv%2BtKnMUAxlVObSeGI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_420\", \"checksum\": \"9ae31c61049cba866029020137d5411e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-25T00:06:48.106000\"}, {\"size\": 56406, \"lastupdate\": \"2018-05-24T00:02:48.637764\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/450f6a4e8332787131abb8d7fb9b7947/Carga_Norte.json?Signature=tFSAYZPjIWvwWyVxJkrHsKIAgxU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_420\", \"checksum\": \"450f6a4e8332787131abb8d7fb9b7947\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-24T00:02:48.637000\"}, {\"size\": 56524, \"lastupdate\": \"2018-05-23T00:03:48.543939\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6fd67b42ce7ab99573a0a3f0b8cae0d6/Carga_Norte.json?Signature=CWf%2B8ihd%2BWOvYhJA1Q8lwuRPX8I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_421\", \"checksum\": \"6fd67b42ce7ab99573a0a3f0b8cae0d6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-23T00:03:48.543000\"}, {\"size\": 56438, \"lastupdate\": \"2018-05-22T00:04:52.306738\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1a5df99af5b8dd65c1cd49e110dc07c5/Carga_Norte.json?Signature=5xG6KvIkbfFIdkct5bhjYe7teyM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_421\", \"checksum\": \"1a5df99af5b8dd65c1cd49e110dc07c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-22T00:04:52.306000\"}, {\"size\": 53024, \"lastupdate\": \"2018-05-21T03:09:20.034297\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/673947fa6edf687719a5a3851a8fe75f/Carga_Norte.json?Signature=30QF%2FXgZVjuyuVXaHm5FoxCnx68%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_421\", \"checksum\": \"673947fa6edf687719a5a3851a8fe75f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-21T03:09:20.034000\"}, {\"size\": 55335, \"lastupdate\": \"2018-05-20T00:25:59.004100\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/da297c524d8ad243aedb2fb9d22040eb/Carga_Norte.json?Signature=W5I7a5Eeo7L7i2mffjOjR0%2B%2B69Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_421\", \"checksum\": \"da297c524d8ad243aedb2fb9d22040eb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-20T00:25:59.004000\"}, {\"size\": 55831, \"lastupdate\": \"2018-05-19T00:11:50.929860\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9eff802023c90ef0ece1300c0cf27448/Carga_Norte.json?Signature=WroQ5nlSIqpvm5YM0voCf%2F0bTec%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_421\", \"checksum\": \"9eff802023c90ef0ece1300c0cf27448\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-19T00:11:50.929000\"}, {\"size\": 56310, \"lastupdate\": \"2018-05-18T00:07:49.403008\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7997f8fbf279ec19ca85fc7a45bdf716/Carga_Norte.json?Signature=XbdqMC5SO707xvqVNUaYHdTXLRg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_421\", \"checksum\": \"7997f8fbf279ec19ca85fc7a45bdf716\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-18T00:07:49.403000\"}, {\"size\": 55977, \"lastupdate\": \"2018-05-17T00:17:57.563820\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f72962ca8e2b364aeeebad5e6f8f61f0/Carga_Norte.json?Signature=NIJRUqerpgjH1gyuzKqa7sXhx88%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_421\", \"checksum\": \"f72962ca8e2b364aeeebad5e6f8f61f0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-17T00:17:57.563000\"}, {\"size\": 56436, \"lastupdate\": \"2018-05-16T00:03:53.532865\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c97c73f36d403125d7725bee6331ef11/Carga_Norte.json?Signature=cPoxmllb14wxXXRG5tSYhlVpe2I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_421\", \"checksum\": \"c97c73f36d403125d7725bee6331ef11\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-16T00:03:53.532000\"}, {\"size\": 56361, \"lastupdate\": \"2018-05-15T00:03:49.850783\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/094128fdd89294f2fda89559f1be97e9/Carga_Norte.json?Signature=Qsx%2Bv39huoAwwzhVnAeHYbncs%2Bs%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_422\", \"checksum\": \"094128fdd89294f2fda89559f1be97e9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-15T00:03:49.850000\"}, {\"size\": 56504, \"lastupdate\": \"2018-05-14T00:03:20.305726\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/04bb6b9315a7961d6f09669d47c1c1b4/Carga_Norte.json?Signature=fQxNpbtRkrLz4ehTipt%2FJXoseQM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_422\", \"checksum\": \"04bb6b9315a7961d6f09669d47c1c1b4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-14T00:03:20.305000\"}, {\"size\": 56465, \"lastupdate\": \"2018-05-13T00:02:53.639382\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/964b85eba2d02fa03196e58e51c8a1cc/Carga_Norte.json?Signature=UkBLHyPMnnlvvEWxWonFhbx2NpQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_422\", \"checksum\": \"964b85eba2d02fa03196e58e51c8a1cc\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-13T00:02:53.639000\"}, {\"size\": 56420, \"lastupdate\": \"2018-05-12T00:04:20.752051\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e8281ad6b38b265a12356a60fba2a450/Carga_Norte.json?Signature=xSQOkCt%2FZxGI7Vahkp3bvizcC5s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_422\", \"checksum\": \"e8281ad6b38b265a12356a60fba2a450\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-12T00:04:20.752000\"}, {\"size\": 56437, \"lastupdate\": \"2018-05-11T00:10:24.902778\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/744801b313eeaa3ce1ca1daebf2ebb8f/Carga_Norte.json?Signature=t%2B1zVN2e6aNbymxL4Y3Nl7l9Vi4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_422\", \"checksum\": \"744801b313eeaa3ce1ca1daebf2ebb8f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-11T00:10:24.902000\"}, {\"size\": 55842, \"lastupdate\": \"2018-05-10T00:45:01.934668\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/214b9e437d93df39f8ba84bd53c4561d/Carga_Norte.json?Signature=tU3RejIuGKhieYWqiFHps8MlWUo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_422\", \"checksum\": \"214b9e437d93df39f8ba84bd53c4561d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-10T00:45:01.934000\"}, {\"size\": 56358, \"lastupdate\": \"2018-05-09T00:04:22.103577\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ec2b829ef30c9ea261fc87c0fcc65945/Carga_Norte.json?Signature=LwFzO79hIVlZJ%2FWCDUso55WgMEI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_422\", \"checksum\": \"ec2b829ef30c9ea261fc87c0fcc65945\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-09T00:04:22.103000\"}, {\"size\": 56501, \"lastupdate\": \"2018-05-08T00:07:32.742103\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bdfbe268e6fee1ce4ca1bc9dfbcd7b16/Carga_Norte.json?Signature=3m4eDnFJ4NnqdlChJNmE1oEn2Dw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_422\", \"checksum\": \"bdfbe268e6fee1ce4ca1bc9dfbcd7b16\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-08T00:07:32.742000\"}, {\"size\": 56485, \"lastupdate\": \"2018-05-07T00:10:23.672606\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/73ead69b4ba37e7049e4ad6da1168740/Carga_Norte.json?Signature=t286u8PK6x10WZvqFjeVzjXhIBg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_423\", \"checksum\": \"73ead69b4ba37e7049e4ad6da1168740\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-07T00:10:23.672000\"}, {\"size\": 44522, \"lastupdate\": \"2018-05-06T02:40:07.033124\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7b471f775360d8224ee7be37acd5f3d1/Carga_Norte.json?Signature=AQfRIeS3%2BGCl1lwIVHti9GTsFNE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_423\", \"checksum\": \"7b471f775360d8224ee7be37acd5f3d1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-06T02:40:07.033000\"}, {\"size\": 56450, \"lastupdate\": \"2018-05-05T01:14:44.307601\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cb1108a37584a241e3c66377efc769a9/Carga_Norte.json?Signature=AX7IrUTKDzPo4AL2odWn8O2UL8Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_423\", \"checksum\": \"cb1108a37584a241e3c66377efc769a9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-05T01:14:44.307000\"}, {\"size\": 56143, \"lastupdate\": \"2018-05-04T03:37:18.999796\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ba44052232e835908d12db536cbb2617/Carga_Norte.json?Signature=Th10%2Fss1205BwZly9GS%2FqPT4kzk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_423\", \"checksum\": \"ba44052232e835908d12db536cbb2617\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-04T03:37:18.999000\"}, {\"size\": 55356, \"lastupdate\": \"2018-05-03T00:47:08.371091\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1751f93fdc73f8fc08c2ac48167a0560/Carga_Norte.json?Signature=t93rKc9fhC30icCuxTT1w7BnAJM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_423\", \"checksum\": \"1751f93fdc73f8fc08c2ac48167a0560\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-03T00:47:08.371000\"}, {\"size\": 56446, \"lastupdate\": \"2018-05-02T00:04:25.158105\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2e26ffaf811ae682321baaa7a239e387/Carga_Norte.json?Signature=14z9Bwh5Wp%2FBGLLD9PJMGU1kVXk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_423\", \"checksum\": \"2e26ffaf811ae682321baaa7a239e387\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-02T00:04:25.158000\"}, {\"size\": 56397, \"lastupdate\": \"2018-05-01T00:08:26.100501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8deb94dabd3c4d216ff038028a3d5837/Carga_Norte.json?Signature=FP%2FZDivZ8nOPP0r5XxYEhQkfIbk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_423\", \"checksum\": \"8deb94dabd3c4d216ff038028a3d5837\", \"info\": {\"processed\": true}, \"name\": \"Carga_Norte.json\", \"url\": \"\", \"downloaded\": \"2018-05-01T00:08:26.100000\"}], \"ts\": [{\"tsid\": \"ts1068_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Norte.\", \"key\": 0, \"modules\": {}, \"unit\": \"Mwmed\", \"info\": {\"lastupdate\": \"2018-11-08T00:10:19.387566\", \"npoints\": 3576611, \"mints\": 1525057200, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_norte\", \"ts_carga\", \"ts_carga_norte\"], \"maxts\": 1541642280, \"created\": \"2018-08-29T14:48:45.865368\"}, \"name\": \"ts_ons_carga_1min_norte\"}], \"id\": \"ent1068_0\", \"type\": \"Ons_operacao\", \"ids\": {\"filename\": \"ons_carga_1min_norte\"}, \"location\": [-43.200946, -22.910215], \"registered\": \"2018-04-28T00:09:07.071089\"}, {\"lastupdate\": \"2018-10-30T01:05:39.159105\", \"data\": {\"title\": \"Carga SIN\", \"description\": \"Valores di\\u00e1rios acumulados de Carga SIN em MWmed.\"}, \"metadata\": {\"tags\": [\"ons_operacao\", \"ons_operacao_carga\", \"ons_carga\", \"ons_operacao_1min\", \"ons_carga_1min\", \"ons_carga_1min_sin\", \"carga\", \"carga_sin\"], \"webcrawler_id\": \"ons_operacao\"}, \"files\": [{\"size\": 55998, \"lastupdate\": \"2018-11-08T00:04:41.117920\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5ec8ced72289d445c38d8296eadd3207/Carga_SIN.json?Signature=MwXi5nsibNaiktZW7HmarNFZL5U%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130628\", \"checksum\": \"5ec8ced72289d445c38d8296eadd3207\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-08T00:03:28.493000\"}, {\"size\": 56055, \"lastupdate\": \"2018-11-07T00:10:56.335990\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aa1bedb808d8e3cfe662bea8e0fac12d/Carga_SIN.json?Signature=MazF1Z%2FzqnDe%2BfGeXz4S1PMAYm0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130582\", \"checksum\": \"aa1bedb808d8e3cfe662bea8e0fac12d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-07T00:10:21.390000\"}, {\"size\": 56055, \"lastupdate\": \"2018-11-07T00:10:56.335990\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aa1bedb808d8e3cfe662bea8e0fac12d/Carga_SIN.json?Signature=MazF1Z%2FzqnDe%2BfGeXz4S1PMAYm0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130582\", \"checksum\": \"aa1bedb808d8e3cfe662bea8e0fac12d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-07T00:10:21.390000\"}, {\"size\": 56045, \"lastupdate\": \"2018-11-06T00:06:05.097412\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b91d213ef7103590abdd0f4ac1aeb64e/Carga_SIN.json?Signature=S1X8bdyrElvLNn8%2FqRDseEztUto%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130535\", \"checksum\": \"b91d213ef7103590abdd0f4ac1aeb64e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-06T00:04:46.267000\"}, {\"size\": 56488, \"lastupdate\": \"2018-11-05T00:15:04.150815\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ff1c07c3ccfddd1843560fe0c2f4fdd0/Carga_SIN.json?Signature=149bO8QFiVDG4diSUQTDLAcMZg0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130519\", \"checksum\": \"ff1c07c3ccfddd1843560fe0c2f4fdd0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-05T00:13:23.676000\"}, {\"size\": 56609, \"lastupdate\": \"2018-11-03T01:11:20.734751\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a53b7a623dc75412d564a6bf88d28ebb/Carga_SIN.json?Signature=EnBDT126Uv2uHl0yQ0xcIxl14T8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130458\", \"checksum\": \"a53b7a623dc75412d564a6bf88d28ebb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-03T00:11:03.829000\"}, {\"size\": 56650, \"lastupdate\": \"2018-11-03T01:11:20.334500\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/014638edd141ad0bacd723bfa58e882f/Carga_SIN.json?Signature=ipfLdkbcghfP1KAbDw73US1mcgI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130456\", \"checksum\": \"014638edd141ad0bacd723bfa58e882f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-03T00:10:41.201000\"}, {\"size\": 55993, \"lastupdate\": \"2018-11-02T01:09:04.912633\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c850f2c67a269c7c6d801dd89715c983/Carga_SIN.json?Signature=3Pc20Aiqtxa4VXj9tziQU9PYRwA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130416\", \"checksum\": \"c850f2c67a269c7c6d801dd89715c983\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-02T00:06:07.496000\"}, {\"size\": 55944, \"lastupdate\": \"2018-11-01T01:06:20.469365\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6377e664774cbca5a8e214ee86b2d03e/Carga_SIN.json?Signature=lIqwfcNAQi8opsOWIwZrCWBuSrk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130365\", \"checksum\": \"6377e664774cbca5a8e214ee86b2d03e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-31T00:07:59.277000\"}, {\"size\": 55898, \"lastupdate\": \"2018-11-01T01:06:18.448655\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5594352593d8dc4fed14d381aa80917f/Carga_SIN.json?Signature=RbUewVvoioYIBBG%2BlT40qAbId28%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130368\", \"checksum\": \"5594352593d8dc4fed14d381aa80917f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-01T00:05:34.243000\"}, {\"size\": 55937, \"lastupdate\": \"2018-11-01T01:06:16.772927\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/066e9be10de21d196f61372fc1eb35fc/Carga_SIN.json?Signature=UD%2BvPYfrt%2FaZE8sIDxqNwjsrfek%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130370\", \"checksum\": \"066e9be10de21d196f61372fc1eb35fc\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-11-01T00:05:31.344000\"}, {\"size\": 56068, \"lastupdate\": \"2018-10-30T01:06:11.327016\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c8159082a67c94f742140be39aa93d7/Carga_SIN.json?Signature=v7F9Ghmelal7Q8y1EHFkAZmksoo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130319\", \"checksum\": \"0c8159082a67c94f742140be39aa93d7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-30T00:04:46.067000\"}, {\"size\": 55987, \"lastupdate\": \"2018-10-26T05:29:53.655515\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c2277ca534eabd978bf687a35a532174/Carga_SIN.json?Signature=MHgTTDH9vZliWuQpIB%2FnGbzvqpQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130183\", \"checksum\": \"c2277ca534eabd978bf687a35a532174\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-24T00:04:30.899000\"}, {\"size\": 56099, \"lastupdate\": \"2018-10-26T01:21:46.871217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/727ee973e275ce7f6cbf6d03a0369d33/Carga_SIN.json?Signature=6AXEpIQMlhUYXQEsf7AbdT9%2B8YQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130160\", \"checksum\": \"727ee973e275ce7f6cbf6d03a0369d33\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-23T00:08:17.987000\"}, {\"size\": 56690, \"lastupdate\": \"2018-10-26T01:21:43.349205\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e6074bcc9bd6e9be6e8b6d4c330d0d3d/Carga_SIN.json?Signature=sekGyo5Fr2pONNkkyqpN9%2BqpHxc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130112\", \"checksum\": \"e6074bcc9bd6e9be6e8b6d4c330d0d3d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-22T00:05:41.826000\"}, {\"size\": 56608, \"lastupdate\": \"2018-10-26T01:21:37.597800\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/617c3a50f0b45166373ccc88f9ca6880/Carga_SIN.json?Signature=%2BxdbrOBZnovhsS5Mszziypq4VS0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130064\", \"checksum\": \"617c3a50f0b45166373ccc88f9ca6880\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-21T00:12:24.063000\"}, {\"size\": 56016, \"lastupdate\": \"2018-10-26T01:18:09.419621\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2ccc72fd61d4d14275b0d5ce7345560d/Carga_SIN.json?Signature=FVS7CgWJDXUyqP14r1NEC0Ap%2BvM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130232\", \"checksum\": \"2ccc72fd61d4d14275b0d5ce7345560d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-25T00:08:43.291000\"}, {\"size\": 55884, \"lastupdate\": \"2018-10-26T01:08:00.396338\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c809849e51dfbda4ca351c40d4041b77/Carga_SIN.json?Signature=I6rrepjxgQWMYRlSojhAGjPLEfc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130279\", \"checksum\": \"c809849e51dfbda4ca351c40d4041b77\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-26T00:05:43.857000\"}, {\"size\": 55959, \"lastupdate\": \"2018-10-20T00:04:18.285319\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f794e57d5cd418089cb76f9ab7ace093/Carga_SIN.json?Signature=j2d%2Fl1fSFb3kEGvns3wF9%2BKI5w0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129941\", \"checksum\": \"f794e57d5cd418089cb76f9ab7ace093\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-20T00:04:18.285000\"}, {\"size\": 55941, \"lastupdate\": \"2018-10-19T00:04:23.534329\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1a91a8f89a60f0cac79d6bf2e33c2908/Carga_SIN.json?Signature=ROas%2Bg9quhewXORVA6woSyOkD2w%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129648\", \"checksum\": \"1a91a8f89a60f0cac79d6bf2e33c2908\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-19T00:04:23.534000\"}, {\"size\": 56066, \"lastupdate\": \"2018-10-18T00:05:24.655588\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bcad62f8686edf11ec569b2d5ff688f9/Carga_SIN.json?Signature=kuPVSCjBld0PSRz2r6uc6MUtsJk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129642\", \"checksum\": \"bcad62f8686edf11ec569b2d5ff688f9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-18T00:05:24.655000\"}, {\"size\": 56043, \"lastupdate\": \"2018-10-17T00:04:51.810928\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b91c9920f8142e87232685a8e13812e6/Carga_SIN.json?Signature=V6PRz12U2q0i0eFcxcG6xLT1eyg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129648\", \"checksum\": \"b91c9920f8142e87232685a8e13812e6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-17T00:04:51.810000\"}, {\"size\": 56036, \"lastupdate\": \"2018-10-16T00:03:21.996761\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4cc504f40bbb6dd85d0317baf6cacbad/Carga_SIN.json?Signature=vgtgVH72S3janerXb4qkpZ%2B9JbQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129648\", \"checksum\": \"4cc504f40bbb6dd85d0317baf6cacbad\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-16T00:03:21.996000\"}, {\"size\": 56762, \"lastupdate\": \"2018-10-15T00:17:56.509094\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/95eeda843b276d39436cb79b2ee6d26f/Carga_SIN.json?Signature=iFjT%2BB1deeOyT%2F7T0G6qJZ9uoUE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129641\", \"checksum\": \"95eeda843b276d39436cb79b2ee6d26f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-15T00:17:56.509000\"}, {\"size\": 56597, \"lastupdate\": \"2018-10-14T00:03:20.518318\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ecaec8f6114fd0f1273ed265929b76a0/Carga_SIN.json?Signature=IAUKc%2FrBsuG9CC4O0j052hVELuU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129643\", \"checksum\": \"ecaec8f6114fd0f1273ed265929b76a0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-14T00:03:20.518000\"}, {\"size\": 56574, \"lastupdate\": \"2018-10-13T00:03:49.378386\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0eac48a0b9116d228dcdaa3c52ecc329/Carga_SIN.json?Signature=OVs0g5vhvFpDk%2BEPBcT3Nhz9GXU%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129644\", \"checksum\": \"0eac48a0b9116d228dcdaa3c52ecc329\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-13T00:03:49.378000\"}, {\"size\": 55967, \"lastupdate\": \"2018-10-12T00:03:37.160872\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/962c3fdc09a2283438cd44794cc9fc60/Carga_SIN.json?Signature=OZD4ah8ZqZ%2BgeIH9sU0ZhPI2vLk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129646\", \"checksum\": \"962c3fdc09a2283438cd44794cc9fc60\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-12T00:03:37.160000\"}, {\"size\": 56021, \"lastupdate\": \"2018-10-11T00:04:52.698137\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9c73c4abe788cecea68348e0ab0d769d/Carga_SIN.json?Signature=c4YD634E1hZrtvqlLfags4%2Fump4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129647\", \"checksum\": \"9c73c4abe788cecea68348e0ab0d769d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-11T00:04:52.698000\"}, {\"size\": 56107, \"lastupdate\": \"2018-10-09T00:03:20.210807\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/175ea1551322deec81f77f437aa7ef83/Carga_SIN.json?Signature=Jq2m88kRgh52XB4IA8pFURrY630%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129641\", \"checksum\": \"175ea1551322deec81f77f437aa7ef83\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-09T00:03:20.210000\"}, {\"size\": 56709, \"lastupdate\": \"2018-10-08T00:09:20.110706\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5fc894e7f420b02e6500d58ee4f5e051/Carga_SIN.json?Signature=r1D51KOuXHhlG0H8MH8GKBG2LVM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129647\", \"checksum\": \"5fc894e7f420b02e6500d58ee4f5e051\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-08T00:09:20.110000\"}, {\"size\": 56594, \"lastupdate\": \"2018-10-07T00:03:20.521852\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ebe53bd291bfbbe6f67f528320992ac7/Carga_SIN.json?Signature=6l8ViHh4OAMZGDlt5PnXidLqJXs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_123895\", \"checksum\": \"ebe53bd291bfbbe6f67f528320992ac7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-07T00:03:20.521000\"}, {\"size\": 56046, \"lastupdate\": \"2018-10-06T00:03:17.415481\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/17f5969e661c9a0aabff3443a33ba6cb/Carga_SIN.json?Signature=TV%2FLqs3TL5HKuCt6tYmuHQuiMAA%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_123897\", \"checksum\": \"17f5969e661c9a0aabff3443a33ba6cb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-06T00:03:17.415000\"}, {\"size\": 55938, \"lastupdate\": \"2018-10-05T00:04:57.552081\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/42632d27322782e9f75d3d15fcaaf1cb/Carga_SIN.json?Signature=krSAJu7mQ9X36vXJLYlkV%2FKu5c8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_26151\", \"checksum\": \"42632d27322782e9f75d3d15fcaaf1cb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-05T00:04:57.552000\"}, {\"size\": 56000, \"lastupdate\": \"2018-10-04T00:08:51.924429\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5d55f16b2ec052d42bc41f89a7fb35b4/Carga_SIN.json?Signature=61EHNhSNyOfA39ncMBRjX%2FmH%2BJM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_7926\", \"checksum\": \"5d55f16b2ec052d42bc41f89a7fb35b4\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-04T00:08:51.924000\"}, {\"size\": 55950, \"lastupdate\": \"2018-10-03T00:14:31.104193\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/363d779361c0d22627063c98ede6cf0f/Carga_SIN.json?Signature=8NpMvOtGKGmJ9EzppXMyPNzvtw8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_6953\", \"checksum\": \"363d779361c0d22627063c98ede6cf0f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-03T00:14:31.104000\"}, {\"size\": 55968, \"lastupdate\": \"2018-10-02T00:02:46.383366\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5e26c03c6a6e36d97e5b260b10f50d6c/Carga_SIN.json?Signature=TydDfw5HQwu7tPstBtDJhzLPu3I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_4327\", \"checksum\": \"5e26c03c6a6e36d97e5b260b10f50d6c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-10-02T00:02:46.383000\"}, {\"size\": 55883, \"lastupdate\": \"2018-09-28T00:02:47.389557\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9387e73a599294af02587e8b544a45b7/Carga_SIN.json?Signature=NmpoHw9oKb%2B9yctWCNl92BNCXxE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_423\", \"checksum\": \"9387e73a599294af02587e8b544a45b7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-28T00:02:47.389000\"}, {\"size\": 55997, \"lastupdate\": \"2018-09-27T00:02:34.292794\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/411d9d9b239ae8c3936015130519c2fc/Carga_SIN.json?Signature=o1g%2BxJ06llm6DO5qqH8J5PaE1Lk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_424\", \"checksum\": \"411d9d9b239ae8c3936015130519c2fc\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-27T00:02:34.292000\"}, {\"size\": 55979, \"lastupdate\": \"2018-09-26T00:03:17.280272\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1141a5e2a9e0399175aa9c69c945f0e1/Carga_SIN.json?Signature=OT1iBRWiNrwVj%2BMGgGkN0CaQnqo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_424\", \"checksum\": \"1141a5e2a9e0399175aa9c69c945f0e1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-26T00:03:17.280000\"}, {\"size\": 55992, \"lastupdate\": \"2018-09-25T00:03:45.487737\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a7fae7c4b6581aaf08f6304632067b3a/Carga_SIN.json?Signature=4bEwEJwq5VJg480Ajoq1S6z2gjA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_424\", \"checksum\": \"a7fae7c4b6581aaf08f6304632067b3a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-25T00:03:45.487000\"}, {\"size\": 56679, \"lastupdate\": \"2018-09-24T00:07:16.166691\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0f14250c65d5f8a24509b6ec176ab7c0/Carga_SIN.json?Signature=sUEm%2BZuDCqIZcCO4Qu%2FZmrUr8nE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_424\", \"checksum\": \"0f14250c65d5f8a24509b6ec176ab7c0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-24T00:07:16.166000\"}, {\"size\": 56435, \"lastupdate\": \"2018-09-23T00:02:46.451672\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2886fc2a77a142bdc2d06ddfbf731c89/Carga_SIN.json?Signature=DyQLshpm3zUvFhYP6vvyp8uS%2FFM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_424\", \"checksum\": \"2886fc2a77a142bdc2d06ddfbf731c89\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-23T00:02:46.451000\"}, {\"size\": 56023, \"lastupdate\": \"2018-09-22T00:03:16.322811\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/232fb02e4e7dc1d4677937c5524a917d/Carga_SIN.json?Signature=0I6%2Bew0tVcy1r4tAhKk0r0QAXlg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_424\", \"checksum\": \"232fb02e4e7dc1d4677937c5524a917d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-22T00:03:16.322000\"}, {\"size\": 56002, \"lastupdate\": \"2018-09-21T00:05:50.894924\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9fe96f3a8cf17f8c8aaf70da358da962/Carga_SIN.json?Signature=nK5duwMuSK%2B9zzBE0NoE01wsIeU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_424\", \"checksum\": \"9fe96f3a8cf17f8c8aaf70da358da962\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-21T00:05:50.894000\"}, {\"size\": 56036, \"lastupdate\": \"2018-09-20T00:05:58.279319\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/38c8cd2665238edce23f5c2b89d7e18c/Carga_SIN.json?Signature=yx%2F%2BhekwQcODi9Y25akzwV%2Bn3u0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_424\", \"checksum\": \"38c8cd2665238edce23f5c2b89d7e18c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-20T00:05:58.279000\"}, {\"size\": 56025, \"lastupdate\": \"2018-09-19T00:03:47.084578\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8a59b5550594537f3bcbf7ee4e3be2b5/Carga_SIN.json?Signature=21q2CvN6P7dKx9BNohYByhm7usU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_425\", \"checksum\": \"8a59b5550594537f3bcbf7ee4e3be2b5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-19T00:03:47.084000\"}, {\"size\": 56052, \"lastupdate\": \"2018-09-18T00:03:28.668264\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/653798fccaa27e30e9f3aaf370a493dc/Carga_SIN.json?Signature=U6jhGJSC5f7n%2Bck2tTbN6dCncMQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_425\", \"checksum\": \"653798fccaa27e30e9f3aaf370a493dc\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-18T00:03:28.668000\"}, {\"size\": 56684, \"lastupdate\": \"2018-09-17T00:02:45.973854\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/355349ef88e4eb6b8d7ded4f2612a660/Carga_SIN.json?Signature=iyQ0G9eO50QnzrEhANIiZU6BG0o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_425\", \"checksum\": \"355349ef88e4eb6b8d7ded4f2612a660\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-17T00:02:45.973000\"}, {\"size\": 56557, \"lastupdate\": \"2018-09-16T00:02:45.475101\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/76ce909f807fae639ef949fc8c8e1fe8/Carga_SIN.json?Signature=5DCM0kt3apycq%2BPKbDW7UKjB6H8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_425\", \"checksum\": \"76ce909f807fae639ef949fc8c8e1fe8\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-16T00:02:45.475000\"}, {\"size\": 56121, \"lastupdate\": \"2018-09-15T00:05:45.624964\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5a1b581e648b152eb1dfe28f3f778f87/Carga_SIN.json?Signature=1ehPgNcosW1lKNp9TotrnRnnSGo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_425\", \"checksum\": \"5a1b581e648b152eb1dfe28f3f778f87\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-15T00:05:45.624000\"}, {\"size\": 56133, \"lastupdate\": \"2018-09-14T00:04:18.013832\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9d5813e02fae674a0c682d7b8c01413f/Carga_SIN.json?Signature=tCDuY9XDG%2BUqn9aGJ1OmhmfBEvc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_425\", \"checksum\": \"9d5813e02fae674a0c682d7b8c01413f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-14T00:04:18.013000\"}, {\"size\": 56049, \"lastupdate\": \"2018-09-13T00:03:21.360461\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2662305c968ff914570565eca8a99e1b/Carga_SIN.json?Signature=rwqOcXSXlYut32yO%2FphiPJY5y2s%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_425\", \"checksum\": \"2662305c968ff914570565eca8a99e1b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-13T00:03:21.360000\"}, {\"size\": 56107, \"lastupdate\": \"2018-09-12T00:23:13.697628\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d7bdee79a92ba8547e6e88528a315946/Carga_SIN.json?Signature=%2F%2BA8j%2FF6O8%2F%2Bnfxy4%2BEwrKK%2BH10%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_425\", \"checksum\": \"d7bdee79a92ba8547e6e88528a315946\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-12T00:23:13.697000\"}, {\"size\": 56137, \"lastupdate\": \"2018-09-11T00:03:01.799290\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8e797b7a1c17b7029b59cbdf4820d16c/Carga_SIN.json?Signature=tSRD9y1yhuiu9fRyiPj42m0tLdM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_426\", \"checksum\": \"8e797b7a1c17b7029b59cbdf4820d16c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-11T00:03:01.799000\"}, {\"size\": 56675, \"lastupdate\": \"2018-09-10T00:02:49.650052\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1493094354e5bd925a8fdca34f4cfddd/Carga_SIN.json?Signature=kA%2B8EBmzEh1xm547y16hMiqiYzY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_426\", \"checksum\": \"1493094354e5bd925a8fdca34f4cfddd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-10T00:02:49.650000\"}, {\"size\": 56625, \"lastupdate\": \"2018-09-09T00:02:47.630316\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7ea0ee320bb6ead677d96ba93e5356d6/Carga_SIN.json?Signature=ZrIGl9CMOq5fWJGOVf8n9LTVzDk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_426\", \"checksum\": \"7ea0ee320bb6ead677d96ba93e5356d6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-09T00:02:47.630000\"}, {\"size\": 56593, \"lastupdate\": \"2018-09-08T00:02:51.092358\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c44cf5a7848fc83653be8de4b885c7d/Carga_SIN.json?Signature=XyDFNSEz5gRMML5kX%2FXXO%2B413dA%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_426\", \"checksum\": \"0c44cf5a7848fc83653be8de4b885c7d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-08T00:02:51.092000\"}, {\"size\": 56272, \"lastupdate\": \"2018-09-07T00:03:19.661693\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a7787e926ac581ec0965679d729541be/Carga_SIN.json?Signature=%2Bd%2F1TfE06UKgcojoJY7lZLqfhMA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_426\", \"checksum\": \"a7787e926ac581ec0965679d729541be\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-07T00:03:19.661000\"}, {\"size\": 56273, \"lastupdate\": \"2018-09-06T00:03:26.027288\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/152d43037c9a7c48bcbc45c4299fde80/Carga_SIN.json?Signature=GjxSOHp7gcev2zRcJKpahak0R1g%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_426\", \"checksum\": \"152d43037c9a7c48bcbc45c4299fde80\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-06T00:03:26.027000\"}, {\"size\": 56044, \"lastupdate\": \"2018-09-05T00:05:19.708481\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2a7eabfbf26a833eb94019312f51f37f/Carga_SIN.json?Signature=mKmtCrtKvG6sKxjMYi8c0Leaayo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_426\", \"checksum\": \"2a7eabfbf26a833eb94019312f51f37f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-05T00:05:19.708000\"}, {\"size\": 56089, \"lastupdate\": \"2018-09-04T00:02:52.396118\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c1b7732245e7bf178ac11514b4ea2982/Carga_SIN.json?Signature=CO4YG%2Bb5UX%2B3EH2%2Fr6P99%2FZM96Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_426\", \"checksum\": \"c1b7732245e7bf178ac11514b4ea2982\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-04T00:02:52.396000\"}, {\"size\": 56724, \"lastupdate\": \"2018-09-03T00:02:45.947959\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9deea7760f5b81373d4202950abc9722/Carga_SIN.json?Signature=hbC6LBe0aucz72sI1Z6rgm%2BbyZE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_427\", \"checksum\": \"9deea7760f5b81373d4202950abc9722\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-03T00:02:45.947000\"}, {\"size\": 56595, \"lastupdate\": \"2018-09-02T00:02:44.952401\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b1d6da240d3e4f6aaf697a3593cae371/Carga_SIN.json?Signature=D%2B5iLPHqDzW%2FMloJrb1sfW56f8g%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_427\", \"checksum\": \"b1d6da240d3e4f6aaf697a3593cae371\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-02T00:02:44.952000\"}, {\"size\": 56059, \"lastupdate\": \"2018-09-01T00:02:50.941219\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f8034d45c0786d46e694c3438d251cb1/Carga_SIN.json?Signature=8InYhZdukTuMVYLJgpOJTC%2FSBsw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_427\", \"checksum\": \"f8034d45c0786d46e694c3438d251cb1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-09-01T00:02:50.941000\"}, {\"size\": 56073, \"lastupdate\": \"2018-08-31T00:02:50.765125\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e03ca6a6322c72238700071dac463a0c/Carga_SIN.json?Signature=pg1eUW4WXyJRL9DO0jfT9jzNZuQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_427\", \"checksum\": \"e03ca6a6322c72238700071dac463a0c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-31T00:02:50.765000\"}, {\"size\": 56120, \"lastupdate\": \"2018-08-30T00:03:19.605582\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f70f52d9bfd956ca6f1c81688c3c0236/Carga_SIN.json?Signature=C%2B%2F9zQPSr8n81Gjz0hSLYe%2BzXc4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_427\", \"checksum\": \"f70f52d9bfd956ca6f1c81688c3c0236\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-30T00:03:19.605000\"}, {\"size\": 56229, \"lastupdate\": \"2018-08-29T00:04:45.263781\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/01887b991804fe5471775535a8cb77db/Carga_SIN.json?Signature=3oj0XcvocWWbOiuNJ6f5v70er88%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_427\", \"checksum\": \"01887b991804fe5471775535a8cb77db\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-29T00:04:45.263000\"}, {\"size\": 56289, \"lastupdate\": \"2018-08-28T00:03:08.928967\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d092fb9276947a530ef9be09ab73a8ec/Carga_SIN.json?Signature=CLuwBkkEhj9u3WZ%2BWQKDlHCYx7Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_427\", \"checksum\": \"d092fb9276947a530ef9be09ab73a8ec\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-28T00:03:08.928000\"}, {\"size\": 56676, \"lastupdate\": \"2018-08-27T00:05:02.440530\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b5d786ee30dd3c0bf6c01556985ec647/Carga_SIN.json?Signature=Bv6nQ6bzoPsocoVpjuwjVFhfF0Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_427\", \"checksum\": \"b5d786ee30dd3c0bf6c01556985ec647\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-27T00:05:02.440000\"}, {\"size\": 56558, \"lastupdate\": \"2018-08-26T00:02:42.007903\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/098d7c6623c372360f21012924387c13/Carga_SIN.json?Signature=%2FcKcFArVOdrh2dR7%2BaCvUoqxkek%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_428\", \"checksum\": \"098d7c6623c372360f21012924387c13\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-26T00:02:42.007000\"}, {\"size\": 56167, \"lastupdate\": \"2018-08-24T00:09:14.608391\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e3563e49114c433c55863c708cd6900a/Carga_SIN.json?Signature=XtoK6HlwWVjn83wVdC8tG%2BuqcMg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_428\", \"checksum\": \"e3563e49114c433c55863c708cd6900a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-24T00:09:14.608000\"}, {\"size\": 56109, \"lastupdate\": \"2018-08-23T00:06:40.297027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6314cd0b7626fe5684d155a45a54fa92/Carga_SIN.json?Signature=LWSSmjlHJiQQst52rb9RPOdXw9E%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_428\", \"checksum\": \"6314cd0b7626fe5684d155a45a54fa92\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-23T00:06:40.297000\"}, {\"size\": 56067, \"lastupdate\": \"2018-08-22T00:03:38.178328\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/54ca3eb41b5c37a7d73f45ae29492b24/Carga_SIN.json?Signature=SDnUB3p9pyjlr%2Fps5A%2BCtx458i4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_428\", \"checksum\": \"54ca3eb41b5c37a7d73f45ae29492b24\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-22T00:03:38.178000\"}, {\"size\": 56149, \"lastupdate\": \"2018-08-21T00:02:40.214526\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0671d3358a0380a5f1906ed26b578bb9/Carga_SIN.json?Signature=%2BJEjZ0vnSsrLDxlIsdffFcrlds4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_428\", \"checksum\": \"0671d3358a0380a5f1906ed26b578bb9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-21T00:02:40.214000\"}, {\"size\": 56734, \"lastupdate\": \"2018-08-20T00:05:16.179791\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf9a2575814c46fccd6bd23f72d9f253/Carga_SIN.json?Signature=7v%2FxSelItSWvxHhfy8ESLagGHkc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_428\", \"checksum\": \"cf9a2575814c46fccd6bd23f72d9f253\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-20T00:05:16.179000\"}, {\"size\": 56106, \"lastupdate\": \"2018-08-19T00:17:41.905641\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/22de111ca8c789ab0f57e5e631993f61/Carga_SIN.json?Signature=oA%2FIntFWRUrXp66SfbwfnlV%2FJaY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_428\", \"checksum\": \"22de111ca8c789ab0f57e5e631993f61\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-19T00:17:41.905000\"}, {\"size\": 56156, \"lastupdate\": \"2018-08-18T00:08:41.162108\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a040242e4262d59dbb9a986a2a700e2d/Carga_SIN.json?Signature=wSGM8J9PBOac5kKrnEfPZL82WGs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_428\", \"checksum\": \"a040242e4262d59dbb9a986a2a700e2d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-18T00:08:41.162000\"}, {\"size\": 53255, \"lastupdate\": \"2018-08-17T00:23:50.064529\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8f00851fa6632cb1966108238923d493/Carga_SIN.json?Signature=qKqVzR43JnPsydllAEyZJElzeFc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_429\", \"checksum\": \"8f00851fa6632cb1966108238923d493\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-17T00:23:50.064000\"}, {\"size\": 55524, \"lastupdate\": \"2018-08-16T00:53:07.033384\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1d87d9078dc915a1dfd5ccbf0e39c8c2/Carga_SIN.json?Signature=Dsrx%2F2uu7gbLtbhs3n1cdmL5Qvg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_429\", \"checksum\": \"1d87d9078dc915a1dfd5ccbf0e39c8c2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-16T00:53:07.033000\"}, {\"size\": 56141, \"lastupdate\": \"2018-08-15T00:02:39.344184\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2899179c92c9f181c6d8e6172d01601e/Carga_SIN.json?Signature=yrKIwRGgborOyafd96fdSDWpbOQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_429\", \"checksum\": \"2899179c92c9f181c6d8e6172d01601e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-15T00:02:39.344000\"}, {\"size\": 56129, \"lastupdate\": \"2018-08-14T00:06:42.891526\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ba64c5e06304742115d5bbde37e24e47/Carga_SIN.json?Signature=7dvPJz4nbADutxQ9hecFbgDKF%2Fg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_429\", \"checksum\": \"ba64c5e06304742115d5bbde37e24e47\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-14T00:06:42.891000\"}, {\"size\": 56731, \"lastupdate\": \"2018-08-13T00:03:14.952265\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/df3fe2fdbeabfb403904fda03efe0299/Carga_SIN.json?Signature=raGmAj4uy3dCa4cMRtMiV9pWOpM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_429\", \"checksum\": \"df3fe2fdbeabfb403904fda03efe0299\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-13T00:03:14.952000\"}, {\"size\": 56602, \"lastupdate\": \"2018-08-12T00:02:43.064707\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ed2bf656a6ca1655b78865f31f853e32/Carga_SIN.json?Signature=BXff9lJEgcR2Et9LawNIFyF5J%2Fo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_429\", \"checksum\": \"ed2bf656a6ca1655b78865f31f853e32\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-12T00:02:43.064000\"}, {\"size\": 56153, \"lastupdate\": \"2018-08-11T00:04:40.063691\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e0a1731aee07d0f1255a6e4d5bc88b7e/Carga_SIN.json?Signature=K6ePoRRuX6wS6My8gvrqxnw6JeU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_429\", \"checksum\": \"e0a1731aee07d0f1255a6e4d5bc88b7e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-11T00:04:40.063000\"}, {\"size\": 56085, \"lastupdate\": \"2018-08-03T00:03:39.227889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d5ecbf195dc14468bc721f7dbcae5863/Carga_SIN.json?Signature=ZLMIWHKlDy3ST1bwDuaqVp7%2B7ZQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_429\", \"checksum\": \"d5ecbf195dc14468bc721f7dbcae5863\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-03T00:03:39.227000\"}, {\"size\": 56132, \"lastupdate\": \"2018-08-02T00:03:09.295009\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d7096a0f59c8bfdfaaf088e8a52d4e9a/Carga_SIN.json?Signature=sCTa9%2BjvSeoeaJ%2Fjn2xDItSmUqA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_430\", \"checksum\": \"d7096a0f59c8bfdfaaf088e8a52d4e9a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-02T00:03:09.295000\"}, {\"size\": 56105, \"lastupdate\": \"2018-08-01T00:02:39.565129\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/876b38a3e0033f994076237e47a8c85e/Carga_SIN.json?Signature=9SaYKHLixkqn%2FT%2FS0VwekSSyvCg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_430\", \"checksum\": \"876b38a3e0033f994076237e47a8c85e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-08-01T00:02:39.565000\"}, {\"size\": 56098, \"lastupdate\": \"2018-07-31T00:02:43.551247\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/52c2b1e4c64f58a41a907e2399537678/Carga_SIN.json?Signature=CA7o2q2CqNyjB3jSaM4yCB8bHec%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_430\", \"checksum\": \"52c2b1e4c64f58a41a907e2399537678\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-31T00:02:43.551000\"}, {\"size\": 56653, \"lastupdate\": \"2018-07-30T00:03:40.070364\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a165a54205a95a0b7cc0725cc4e58167/Carga_SIN.json?Signature=c9906iKf0zTi2p6s7N1RElr37M8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_430\", \"checksum\": \"a165a54205a95a0b7cc0725cc4e58167\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-30T00:03:40.070000\"}, {\"size\": 56587, \"lastupdate\": \"2018-07-29T00:03:04.659484\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a17b7674529910b5d6b3d189175ef98b/Carga_SIN.json?Signature=5idAIQCWGZRq0SxKnCkJr4Gm18Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_430\", \"checksum\": \"a17b7674529910b5d6b3d189175ef98b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-29T00:03:04.659000\"}, {\"size\": 56103, \"lastupdate\": \"2018-07-28T00:02:42.636604\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3fecf9408e882682aa349b1da5ef6448/Carga_SIN.json?Signature=lTgs6Tolkn5hJ0pFD8Rmh%2BTG8hw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_430\", \"checksum\": \"3fecf9408e882682aa349b1da5ef6448\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-28T00:02:42.636000\"}, {\"size\": 56152, \"lastupdate\": \"2018-07-27T00:03:40.120721\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/94fb2d04c6b96b24876812f70d32038b/Carga_SIN.json?Signature=6nzM%2BUNPb6Sdgju%2BBO9NZZBYeWE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_430\", \"checksum\": \"94fb2d04c6b96b24876812f70d32038b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-27T00:03:40.120000\"}, {\"size\": 56164, \"lastupdate\": \"2018-07-26T00:03:40.588840\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/007429d0a08cf23d2f0ca090ec2a0d4d/Carga_SIN.json?Signature=ldfM96nVrz3eGk%2FBvfRIGXgbjKg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_430\", \"checksum\": \"007429d0a08cf23d2f0ca090ec2a0d4d\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-26T00:03:40.588000\"}, {\"size\": 56132, \"lastupdate\": \"2018-07-25T00:06:06.391953\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a7b049c2e56a89d9dde4550c2c1f92bf/Carga_SIN.json?Signature=2hCNk9LScJz9JDIz9ys8vWLzZTI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_431\", \"checksum\": \"a7b049c2e56a89d9dde4550c2c1f92bf\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-25T00:06:06.391000\"}, {\"size\": 56186, \"lastupdate\": \"2018-07-18T00:05:09.910787\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29168833b6dbb150379eb31b9ac571cd/Carga_SIN.json?Signature=I6tzBc9yqQzbF%2FWvJyQ1bj9MLLk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_431\", \"checksum\": \"29168833b6dbb150379eb31b9ac571cd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-18T00:05:09.910000\"}, {\"size\": 56220, \"lastupdate\": \"2018-07-17T00:03:08.709910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/562ea218327ad2b97dc7e6357f558de9/Carga_SIN.json?Signature=sg92XcOSgFgYDbdIh4dP8WZtX0k%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_431\", \"checksum\": \"562ea218327ad2b97dc7e6357f558de9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-17T00:03:08.709000\"}, {\"size\": 56448, \"lastupdate\": \"2018-07-16T00:04:08.849027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/62c43ead6378af401d0337243591e007/Carga_SIN.json?Signature=slOa5rx6ELnpcU%2FoDc0mMC2uTxc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_431\", \"checksum\": \"62c43ead6378af401d0337243591e007\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-16T00:04:08.849000\"}, {\"size\": 56593, \"lastupdate\": \"2018-07-15T00:03:10.112148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7904237fe96474d5a1a1323c807a427a/Carga_SIN.json?Signature=Tm70qvnRFNSSyIo%2BQfMeNpsbE5s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_431\", \"checksum\": \"7904237fe96474d5a1a1323c807a427a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-15T00:03:10.112000\"}, {\"size\": 56242, \"lastupdate\": \"2018-07-14T00:04:43.339263\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c4a027951e5932b6009971bc82b1e49e/Carga_SIN.json?Signature=6ACTPGR1OsOTyy2fYQc1zO7WO4E%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_431\", \"checksum\": \"c4a027951e5932b6009971bc82b1e49e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-14T00:04:43.339000\"}, {\"size\": 56202, \"lastupdate\": \"2018-07-13T00:49:22.109286\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0cb6a1bddc6680909fea6c167c5eb615/Carga_SIN.json?Signature=6jSRFADx6yo%2Fwc%2BbRhDolD4SdoQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_431\", \"checksum\": \"0cb6a1bddc6680909fea6c167c5eb615\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-13T00:49:22.109000\"}, {\"size\": 56276, \"lastupdate\": \"2018-07-12T00:04:45.047501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f282038861fce422c7fe68399288f31b/Carga_SIN.json?Signature=Jp9qwPPjz7z11H8XDTKkqbTTTKE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_431\", \"checksum\": \"f282038861fce422c7fe68399288f31b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-12T00:04:45.047000\"}, {\"size\": 56296, \"lastupdate\": \"2018-07-11T00:05:16.474619\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1dbae0aa36f68e923d54cfa0c9ca160f/Carga_SIN.json?Signature=xR75z2ubN7BhDbX0IA4Tz%2BGIkxI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_432\", \"checksum\": \"1dbae0aa36f68e923d54cfa0c9ca160f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-11T00:05:16.474000\"}, {\"size\": 56484, \"lastupdate\": \"2018-07-10T00:03:17.356742\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05f8f21933a9efa48e93adf154495d6f/Carga_SIN.json?Signature=ajgmCQironwKjYnpCM5ctFTcSsM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_432\", \"checksum\": \"05f8f21933a9efa48e93adf154495d6f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-10T00:03:17.356000\"}, {\"size\": 56737, \"lastupdate\": \"2018-07-09T00:08:46.564849\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/381dcf2cc85826fdfac6eb53be6a4ad8/Carga_SIN.json?Signature=ljqih41GktpRjfenqq8Ke%2B6208g%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_432\", \"checksum\": \"381dcf2cc85826fdfac6eb53be6a4ad8\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-09T00:08:46.564000\"}, {\"size\": 56614, \"lastupdate\": \"2018-07-08T00:03:56.691978\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7aca56ab004b765fa2ab80790fbc40d6/Carga_SIN.json?Signature=huZkOQipouVKeJX1vAqjRNfrtVI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_432\", \"checksum\": \"7aca56ab004b765fa2ab80790fbc40d6\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-08T00:03:56.691000\"}, {\"size\": 56438, \"lastupdate\": \"2018-07-07T00:09:15.984086\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/904dd1f94b6ea495fda759710cbf65af/Carga_SIN.json?Signature=QS0g9Qy2E7HM6ygkOpk0%2FJ8C5wY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_432\", \"checksum\": \"904dd1f94b6ea495fda759710cbf65af\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-07T00:09:15.984000\"}, {\"size\": 56094, \"lastupdate\": \"2018-07-06T00:03:16.228217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9efedef24cc4496fdff3617ce4f78152/Carga_SIN.json?Signature=AdHOL1mXazlna0IVan1q7Bc%2Byu8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_432\", \"checksum\": \"9efedef24cc4496fdff3617ce4f78152\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-06T00:03:16.228000\"}, {\"size\": 56101, \"lastupdate\": \"2018-07-05T00:34:12.611269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d498ac005d23bb38f0c9a87f66461e35/Carga_SIN.json?Signature=5g8Ip9y%2BhabH%2FMMyk9iN08mdWrQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_432\", \"checksum\": \"d498ac005d23bb38f0c9a87f66461e35\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-05T00:34:12.611000\"}, {\"size\": 56148, \"lastupdate\": \"2018-07-04T00:14:26.658431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/25b09693e4c536ed7a5492ab0df0cbf5/Carga_SIN.json?Signature=AJzeLOEtCV7DxXwySqwNcvwt%2FQk%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_432\", \"checksum\": \"25b09693e4c536ed7a5492ab0df0cbf5\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-04T00:14:26.658000\"}, {\"size\": 56607, \"lastupdate\": \"2018-07-01T00:02:42.660356\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e758b5f7fa49ef6de6993427d0a3a18f/Carga_SIN.json?Signature=sDnW2OVJlcTpT8An%2B%2Fww9LAHlVc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_433\", \"checksum\": \"e758b5f7fa49ef6de6993427d0a3a18f\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-07-01T00:02:42.660000\"}, {\"size\": 56190, \"lastupdate\": \"2018-06-30T00:02:43.615592\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bbc5e6a53d21bb9ff1b0c79eab97d062/Carga_SIN.json?Signature=HrJ%2BEUDiVoQ%2FuAd8sZpgxShXJ4M%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_433\", \"checksum\": \"bbc5e6a53d21bb9ff1b0c79eab97d062\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-30T00:02:43.615000\"}, {\"size\": 56077, \"lastupdate\": \"2018-06-29T00:03:12.794727\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/68e45bfd70129a2182e40a10a3349ae1/Carga_SIN.json?Signature=G1cqAQ57TQaTn9uLTzNNN91IY58%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_433\", \"checksum\": \"68e45bfd70129a2182e40a10a3349ae1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-29T00:03:12.794000\"}, {\"size\": 56294, \"lastupdate\": \"2018-06-28T00:03:12.325145\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/badab8bb20e2ab50734fcbd898c6ee16/Carga_SIN.json?Signature=9TVvQxCA4QqdjJ6iMJAVfJPrnv4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_433\", \"checksum\": \"badab8bb20e2ab50734fcbd898c6ee16\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-28T00:03:12.325000\"}, {\"size\": 56129, \"lastupdate\": \"2018-06-27T00:03:14.250932\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/99c9204d92d2a4be4efbc2dbdc7d6f2b/Carga_SIN.json?Signature=du%2B1rEYbOgATG5xaC%2F%2Fo2AIEbAo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_433\", \"checksum\": \"99c9204d92d2a4be4efbc2dbdc7d6f2b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-27T00:03:14.250000\"}, {\"size\": 56134, \"lastupdate\": \"2018-06-26T00:02:44.606178\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a4b862f6c38d9121a9c805dbed9e70f0/Carga_SIN.json?Signature=5eB72%2BS5YDQhI%2FKvkBVsSYz9C0c%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_433\", \"checksum\": \"a4b862f6c38d9121a9c805dbed9e70f0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-26T00:02:44.606000\"}, {\"size\": 56687, \"lastupdate\": \"2018-06-25T00:02:46.707574\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/02bfbc5ac60b19d42c7aa29da5de7a87/Carga_SIN.json?Signature=1EsgcgC5Q8SBeXrYsnn9O%2FMQf%2Bg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_433\", \"checksum\": \"02bfbc5ac60b19d42c7aa29da5de7a87\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-25T00:02:46.707000\"}, {\"size\": 56619, \"lastupdate\": \"2018-06-24T00:02:44.671286\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5d8de1307713b0333b94a85a010bd90a/Carga_SIN.json?Signature=9VJUTT1cEVfdjoR86mVpeW1Dltk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_433\", \"checksum\": \"5d8de1307713b0333b94a85a010bd90a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-24T00:02:44.671000\"}, {\"size\": 56254, \"lastupdate\": \"2018-06-23T00:02:44.183466\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0af76fad1b9e14a0398e396d6339c8dd/Carga_SIN.json?Signature=i3YZA2TQG9gx46V4hzfX%2FyklNU4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_434\", \"checksum\": \"0af76fad1b9e14a0398e396d6339c8dd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-23T00:02:44.183000\"}, {\"size\": 56112, \"lastupdate\": \"2018-06-22T00:02:50.890422\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6d166851dcc3617ebd6959b189c20f73/Carga_SIN.json?Signature=slcwi6CUvJy0sWwv7uENQpBq5yM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_434\", \"checksum\": \"6d166851dcc3617ebd6959b189c20f73\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-22T00:02:50.890000\"}, {\"size\": 56240, \"lastupdate\": \"2018-06-21T00:02:41.847923\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5f3bc2ef2c12b468293694b7e3ca8dab/Carga_SIN.json?Signature=Igpb4PsLemysiPeSdH5AMCXbUX4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_434\", \"checksum\": \"5f3bc2ef2c12b468293694b7e3ca8dab\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-21T00:02:41.847000\"}, {\"size\": 56163, \"lastupdate\": \"2018-06-20T00:04:15.122906\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e24f45511012edd84bdb7a8219e80906/Carga_SIN.json?Signature=Zot4%2FSumQk4YoHXxZMbnzi2yQ0Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_434\", \"checksum\": \"e24f45511012edd84bdb7a8219e80906\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-20T00:04:15.122000\"}, {\"size\": 56203, \"lastupdate\": \"2018-06-19T00:03:16.894229\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/51164c755aca57e940c716f75362cf54/Carga_SIN.json?Signature=92z7HmNgNYTfM5T0R6D3vwgbInI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_434\", \"checksum\": \"51164c755aca57e940c716f75362cf54\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-19T00:03:16.894000\"}, {\"size\": 56639, \"lastupdate\": \"2018-06-18T00:02:47.487573\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/63e12520474cf3e082c0a820990a5074/Carga_SIN.json?Signature=KuxD%2Bm6k6FbY2NlnhAdsqHeN8WE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_434\", \"checksum\": \"63e12520474cf3e082c0a820990a5074\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-18T00:02:47.487000\"}, {\"size\": 56525, \"lastupdate\": \"2018-06-17T00:02:42.758408\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/83461c20add7d5fd6232d8c828762917/Carga_SIN.json?Signature=m9qoe2FG6H0i7wta3oIAngt%2BZfo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_434\", \"checksum\": \"83461c20add7d5fd6232d8c828762917\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-17T00:02:42.758000\"}, {\"size\": 56127, \"lastupdate\": \"2018-06-16T00:03:18.630806\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0dbe4b47314c5cd3524bf6065452edf7/Carga_SIN.json?Signature=N2o7WRu31mLFncsz2nJVCGS0%2B60%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_434\", \"checksum\": \"0dbe4b47314c5cd3524bf6065452edf7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-16T00:03:18.630000\"}, {\"size\": 56090, \"lastupdate\": \"2018-06-15T00:02:49.662011\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d9b8602bf9a4a1892b327c85641ed000/Carga_SIN.json?Signature=orrXiaonDInDxMssm4%2FKrwoSLyw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_435\", \"checksum\": \"d9b8602bf9a4a1892b327c85641ed000\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-15T00:02:49.662000\"}, {\"size\": 56092, \"lastupdate\": \"2018-06-14T00:03:20.262501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/31cd1c120dda0439dd4db200ee4c2ae4/Carga_SIN.json?Signature=xQJEuGr8mP7pNIZU1WGqhccmGwQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_435\", \"checksum\": \"31cd1c120dda0439dd4db200ee4c2ae4\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-14T00:03:20.262000\"}, {\"size\": 56066, \"lastupdate\": \"2018-06-13T00:02:48.929748\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/887f20e67f99d63f0203c4fb3cd7bc4a/Carga_SIN.json?Signature=OWxFSBTE%2BvQ0ahxFbfLRb7jL1QM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_435\", \"checksum\": \"887f20e67f99d63f0203c4fb3cd7bc4a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-13T00:02:48.929000\"}, {\"size\": 56093, \"lastupdate\": \"2018-06-12T00:02:21.054264\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dd06184c733d2c9c351ca3ded84b1016/Carga_SIN.json?Signature=m5SaSyWpcZQKSkUH%2FSClN%2BvamZY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_435\", \"checksum\": \"dd06184c733d2c9c351ca3ded84b1016\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_SIN\", \"downloaded\": \"2018-06-12T00:02:21.054000\"}, {\"size\": 56729, \"lastupdate\": \"2018-06-11T00:09:13.630956\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/caad357a800d549c17bb433980befc16/Carga_SIN.json?Signature=0NqigrRENIHRQxJXXQQ%2BRAVaIwg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_435\", \"checksum\": \"caad357a800d549c17bb433980befc16\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-11T00:09:13.630000\"}, {\"size\": 56624, \"lastupdate\": \"2018-06-10T00:03:11.356519\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/15ff15df0f946581c4230e0912ecacdb/Carga_SIN.json?Signature=Bvlb6eXHO6L3VIdl13zEJCEFBbc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_435\", \"checksum\": \"15ff15df0f946581c4230e0912ecacdb\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-10T00:03:11.356000\"}, {\"size\": 56162, \"lastupdate\": \"2018-06-09T00:04:43.151515\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2f1ade9976880c8b0133083649156d1c/Carga_SIN.json?Signature=Kwxy3DDnzvcAOHOJpK5Q%2Fbr2QkA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_435\", \"checksum\": \"2f1ade9976880c8b0133083649156d1c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-09T00:04:43.151000\"}, {\"size\": 55882, \"lastupdate\": \"2018-06-08T00:14:16.564086\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/42ae42a0ad2716021278a6ccca31e51a/Carga_SIN.json?Signature=4wDwPE%2FZlPmC%2BBbuPhQrsea2JHs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_435\", \"checksum\": \"42ae42a0ad2716021278a6ccca31e51a\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-08T00:14:16.564000\"}, {\"size\": 56155, \"lastupdate\": \"2018-06-07T00:04:13.388894\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a38e8add4c7de4746736d4128135a07b/Carga_SIN.json?Signature=DYgjdFE0Gm7KEK%2BaodQPUVC1zfA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_436\", \"checksum\": \"a38e8add4c7de4746736d4128135a07b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-07T00:04:13.388000\"}, {\"size\": 56386, \"lastupdate\": \"2018-06-06T00:05:42.466347\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1cfb5233b1ed6ccb1f41081ccc601ecf/Carga_SIN.json?Signature=O16c5odEj%2BIhszZBqUDzVQLsEqE%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_436\", \"checksum\": \"1cfb5233b1ed6ccb1f41081ccc601ecf\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-06T00:05:42.466000\"}, {\"size\": 56481, \"lastupdate\": \"2018-06-05T00:03:43.040511\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d4e51d32d32a80bc1e895e7575df890e/Carga_SIN.json?Signature=JEuOlBd78x3z%2FbkT5Owg7CYPi3I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_436\", \"checksum\": \"d4e51d32d32a80bc1e895e7575df890e\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-05T00:03:43.040000\"}, {\"size\": 56706, \"lastupdate\": \"2018-06-04T00:08:45.935025\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/876c055a1d61d22a8602df8ff9cb77fd/Carga_SIN.json?Signature=drsTqYgvwYMreyMoGPpAh8wEWyM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_436\", \"checksum\": \"876c055a1d61d22a8602df8ff9cb77fd\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-04T00:08:45.935000\"}, {\"size\": 56648, \"lastupdate\": \"2018-06-03T00:02:43.507112\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/07879e30e7cb99f2fed82584e780cb0c/Carga_SIN.json?Signature=tiltkB7FtLR8cTjUMwY57ybNrvk%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_436\", \"checksum\": \"07879e30e7cb99f2fed82584e780cb0c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-03T00:02:43.507000\"}, {\"size\": 56646, \"lastupdate\": \"2018-06-02T00:02:43.487449\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f75159857775aa0a45c06b7d8831b834/Carga_SIN.json?Signature=oXAA715uL7vO8KMUnsy7akJUehs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_436\", \"checksum\": \"f75159857775aa0a45c06b7d8831b834\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-02T00:02:43.487000\"}, {\"size\": 56779, \"lastupdate\": \"2018-06-01T00:08:46.706360\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ca5f9d76eab5a3637782c11d8a374cd1/Carga_SIN.json?Signature=B7dFaarjssFAbbpoQYv4D6mW8Eg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_436\", \"checksum\": \"ca5f9d76eab5a3637782c11d8a374cd1\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-06-01T00:08:46.706000\"}, {\"size\": 56708, \"lastupdate\": \"2018-05-31T00:03:44.640985\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f8d6edbadd43f75bda1754d17e1b2408/Carga_SIN.json?Signature=s3DF%2FBWs97rGaHkRzLtU56mr9No%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_436\", \"checksum\": \"f8d6edbadd43f75bda1754d17e1b2408\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-31T00:03:44.640000\"}, {\"size\": 56668, \"lastupdate\": \"2018-05-30T00:03:17.788366\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/be08e01a5006cdd6c96af6b5c3eae890/Carga_SIN.json?Signature=QO8E%2BQ0DSxkhQg6fiMsskAi7j0w%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_437\", \"checksum\": \"be08e01a5006cdd6c96af6b5c3eae890\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-30T00:03:17.788000\"}, {\"size\": 56670, \"lastupdate\": \"2018-05-29T00:03:13.692856\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/24acff8a32e072cc6f8b0e70923e2591/Carga_SIN.json?Signature=LwT9UAwJqaNUaSQRwFruhYCvClo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_437\", \"checksum\": \"24acff8a32e072cc6f8b0e70923e2591\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-29T00:03:13.692000\"}, {\"size\": 56732, \"lastupdate\": \"2018-05-28T00:02:46.366136\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/22a8775504397892a308a1b96ae12f54/Carga_SIN.json?Signature=y010tVyEBFRpnrF%2BccQeCxwt4V8%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_437\", \"checksum\": \"22a8775504397892a308a1b96ae12f54\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-28T00:02:46.366000\"}, {\"size\": 56725, \"lastupdate\": \"2018-05-27T00:02:15.986026\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/500650320c283650a406e974b94197c7/Carga_SIN.json?Signature=VsTJBnvFVl9XC4ULs35y8rxG9Bk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_437\", \"checksum\": \"500650320c283650a406e974b94197c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-27T00:02:15.986000\"}, {\"size\": 55540, \"lastupdate\": \"2018-05-26T00:21:53.479185\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f639df5bdaf1bbee48003a6eb79fc1cc/Carga_SIN.json?Signature=uvtLfd62SYid%2FtYq9%2BY%2FwilC4iA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_437\", \"checksum\": \"f639df5bdaf1bbee48003a6eb79fc1cc\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-26T00:21:53.479000\"}, {\"size\": 56480, \"lastupdate\": \"2018-05-25T00:06:47.175756\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c112a24746cda6d0dfca7cbdc3da8c9/Carga_SIN.json?Signature=K0UsyUXSKzUqvZd7CHpcZIYO8uM%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_437\", \"checksum\": \"0c112a24746cda6d0dfca7cbdc3da8c9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-25T00:06:47.175000\"}, {\"size\": 56344, \"lastupdate\": \"2018-05-24T00:02:47.509221\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/88cbbab5a6cc97c9db15a38d66cc3fd0/Carga_SIN.json?Signature=e48AqA4aNXB1ochzR2XBbPS1eIg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_437\", \"checksum\": \"88cbbab5a6cc97c9db15a38d66cc3fd0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-24T00:02:47.509000\"}, {\"size\": 56280, \"lastupdate\": \"2018-05-23T00:03:47.631342\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/14e814c8847ad01f5099bed41fb4389b/Carga_SIN.json?Signature=L6GkiR1ZvUhi2upq6iWrRYZx%2FLs%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_437\", \"checksum\": \"14e814c8847ad01f5099bed41fb4389b\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-23T00:03:47.631000\"}, {\"size\": 56281, \"lastupdate\": \"2018-05-22T00:04:51.390477\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4ec165db10303280893df47d04ea3881/Carga_SIN.json?Signature=mlkFAbLU0LPnHN8WmjmBxxUPQBU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_438\", \"checksum\": \"4ec165db10303280893df47d04ea3881\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-22T00:04:51.390000\"}, {\"size\": 53300, \"lastupdate\": \"2018-05-21T03:09:19.042715\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/26413cc24adf21bf6aeb48060f9fbfe9/Carga_SIN.json?Signature=RLsMHKLGzXuytPc8jeuY960GAQo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_438\", \"checksum\": \"26413cc24adf21bf6aeb48060f9fbfe9\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-21T03:09:19.042000\"}, {\"size\": 55393, \"lastupdate\": \"2018-05-20T00:25:57.989905\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9d44322128f82deef2b177f7ca48a1f2/Carga_SIN.json?Signature=yFJ47OsHtlni2NDKO3jVRGxN2DA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_438\", \"checksum\": \"9d44322128f82deef2b177f7ca48a1f2\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-20T00:25:57.989000\"}, {\"size\": 55422, \"lastupdate\": \"2018-05-19T00:11:50.016445\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/24a0e46157cf67bf6bb1ce44ac55a7aa/Carga_SIN.json?Signature=xcRz9IEAl4oChjlPrR3DzFVxplc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_438\", \"checksum\": \"24a0e46157cf67bf6bb1ce44ac55a7aa\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-19T00:11:50.016000\"}, {\"size\": 55921, \"lastupdate\": \"2018-05-18T00:07:48.499051\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7c4b59453d734d1ecce8e62dadf3d1bc/Carga_SIN.json?Signature=PF4MzCa%2FIm5G3rvXTUB1WYuqfhI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_438\", \"checksum\": \"7c4b59453d734d1ecce8e62dadf3d1bc\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-18T00:07:48.499000\"}, {\"size\": 55586, \"lastupdate\": \"2018-05-17T00:17:56.664180\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8290954cd8636e7d3fb80400e9faf707/Carga_SIN.json?Signature=73JUBQ4%2FwGSTb9F1fQlK%2BMe9PPk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_438\", \"checksum\": \"8290954cd8636e7d3fb80400e9faf707\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-17T00:17:56.664000\"}, {\"size\": 56014, \"lastupdate\": \"2018-05-16T00:03:52.611021\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7218bfa7994b0f901df8cfad21eac260/Carga_SIN.json?Signature=7QHwTXnMXbM7IMwzrVLtTz%2BvgaY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_438\", \"checksum\": \"7218bfa7994b0f901df8cfad21eac260\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-16T00:03:52.611000\"}, {\"size\": 56051, \"lastupdate\": \"2018-05-15T00:03:48.961583\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d8b71afc9633dce74fa17df76e5fc8a7/Carga_SIN.json?Signature=IiV3YTv9BlxLCuwZHmoCcSaQx7E%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_438\", \"checksum\": \"d8b71afc9633dce74fa17df76e5fc8a7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-15T00:03:48.961000\"}, {\"size\": 56721, \"lastupdate\": \"2018-05-14T00:03:19.345508\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9065ca900c4940b400728e318522e37c/Carga_SIN.json?Signature=JZLqM0wZtLx9Nuse%2FqAxHXRqtSA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_439\", \"checksum\": \"9065ca900c4940b400728e318522e37c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-14T00:03:19.345000\"}, {\"size\": 56566, \"lastupdate\": \"2018-05-13T00:02:52.685342\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2d51a6cbad8c9eaa0e102a1a08e9b355/Carga_SIN.json?Signature=EfIWBSHbU95CVNu6uEPB%2F6MnfYo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_439\", \"checksum\": \"2d51a6cbad8c9eaa0e102a1a08e9b355\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-13T00:02:52.685000\"}, {\"size\": 56000, \"lastupdate\": \"2018-05-12T00:04:19.830522\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5ebcc8d66318b59b92fb2bf4d1fc41f0/Carga_SIN.json?Signature=kf2Lqyb8mlKmkGu54OhQTkYAyS0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_439\", \"checksum\": \"5ebcc8d66318b59b92fb2bf4d1fc41f0\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-12T00:04:19.830000\"}, {\"size\": 56044, \"lastupdate\": \"2018-05-11T00:10:23.975733\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7e670dbf67124f36bfddecd460c8ef19/Carga_SIN.json?Signature=7XFO%2BWpxMTYny8K7ToZbUogAPNA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_439\", \"checksum\": \"7e670dbf67124f36bfddecd460c8ef19\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-11T00:10:23.975000\"}, {\"size\": 55847, \"lastupdate\": \"2018-05-10T00:45:01.007548\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1950f71cd9c0c00467fbb672673aad7/Carga_SIN.json?Signature=kF89OwlMqMVAr5ucpmmjy%2B9RMDk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_439\", \"checksum\": \"e1950f71cd9c0c00467fbb672673aad7\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-10T00:45:01.007000\"}, {\"size\": 56015, \"lastupdate\": \"2018-05-09T00:04:21.199430\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8510862d9f268804622cc95955e9f96c/Carga_SIN.json?Signature=ler8N%2BEZTFBp5UlZSGkgt6q0LR0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_439\", \"checksum\": \"8510862d9f268804622cc95955e9f96c\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-09T00:04:21.199000\"}, {\"size\": 56061, \"lastupdate\": \"2018-05-08T00:07:31.761838\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6ee86c70b15819edd82c5527e8cb8464/Carga_SIN.json?Signature=f%2B5HIvYzcsIDXGNB1dn2sjJXjHA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_439\", \"checksum\": \"6ee86c70b15819edd82c5527e8cb8464\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-08T00:07:31.761000\"}, {\"size\": 56562, \"lastupdate\": \"2018-05-07T00:10:22.703947\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/702b5faec962cc244a16b56386fff1f8/Carga_SIN.json?Signature=cUB6zeUur2NPS0WD%2FUxxb6sObkU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_439\", \"checksum\": \"702b5faec962cc244a16b56386fff1f8\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-07T00:10:22.703000\"}, {\"size\": 54550, \"lastupdate\": \"2018-05-06T02:40:05.860601\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/eaf2bf4aaa99b5fa956f845173dc6061/Carga_SIN.json?Signature=HToGyvk6xd9n%2Fo4oSLCT8Q8YomA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_440\", \"checksum\": \"eaf2bf4aaa99b5fa956f845173dc6061\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-06T02:40:05.860000\"}, {\"size\": 56006, \"lastupdate\": \"2018-05-05T01:14:43.155151\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c52ed8f11f7f03b4d3532b3626b92104/Carga_SIN.json?Signature=%2BAJS3m6sAbu1rAZSLqTGe%2FqpSyU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_440\", \"checksum\": \"c52ed8f11f7f03b4d3532b3626b92104\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-05T01:14:43.155000\"}, {\"size\": 56004, \"lastupdate\": \"2018-05-04T03:37:17.961493\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9983f5de44dab62928b56de7cd0ed351/Carga_SIN.json?Signature=BHBR%2BOaUGQjBqQZjg%2BleuF9Msjs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_440\", \"checksum\": \"9983f5de44dab62928b56de7cd0ed351\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-04T03:37:17.961000\"}, {\"size\": 54905, \"lastupdate\": \"2018-05-03T00:47:07.475793\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b9c397b6fbbad37f456008db283a4b44/Carga_SIN.json?Signature=zy4X%2BAbMMWVXDIUh8RkvYNGQ6%2Bs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_440\", \"checksum\": \"b9c397b6fbbad37f456008db283a4b44\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-03T00:47:07.475000\"}, {\"size\": 56664, \"lastupdate\": \"2018-05-02T00:04:24.230025\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f0665df8a8828b83039a2df3281f5445/Carga_SIN.json?Signature=PXUq7HicIjF4VyWY%2Bc8Gs1iIssY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_440\", \"checksum\": \"f0665df8a8828b83039a2df3281f5445\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-02T00:04:24.230000\"}, {\"size\": 56186, \"lastupdate\": \"2018-05-01T00:08:25.165763\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1b61470f62d2df2a13340f9a59c03c56/Carga_SIN.json?Signature=3cuhuNLp3sFqyFHYcg%2BkTsP%2FI8E%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_440\", \"checksum\": \"1b61470f62d2df2a13340f9a59c03c56\", \"info\": {\"processed\": true}, \"name\": \"Carga_SIN.json\", \"url\": \"\", \"downloaded\": \"2018-05-01T00:08:25.165000\"}], \"ts\": [{\"tsid\": \"ts1067_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SIN.\", \"key\": 0, \"modules\": {}, \"unit\": \"Mwmed\", \"info\": {\"lastupdate\": \"2018-11-08T00:10:19.658530\", \"npoints\": 3586228, \"mints\": 1525057200, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sin\", \"ts_carga\", \"ts_carga_sin\"], \"maxts\": 1541642280, \"created\": \"2018-08-29T14:48:45.955050\"}, \"name\": \"ts_ons_carga_1min_sin\"}], \"id\": \"ent1067_0\", \"type\": \"Ons_operacao\", \"ids\": {\"filename\": \"ons_carga_1min_sin\"}, \"location\": [-43.200946, -22.910215], \"registered\": \"2018-04-28T00:09:05.172365\"}, {\"lastupdate\": \"2018-10-30T01:05:39.219940\", \"data\": {\"title\": \"Carga Nordeste\", \"description\": \"Valores di\\u00e1rios acumulados de Carga Nordeste em MWmed.\"}, \"metadata\": {\"tags\": [\"ons_operacao\", \"ons_operacao_carga\", \"ons_carga\", \"ons_operacao_1min\", \"ons_carga_1min\", \"ons_carga_1min_nordeste\", \"carga\", \"carga_nordeste\"], \"webcrawler_id\": \"ons_operacao\"}, \"files\": [{\"size\": 56941, \"lastupdate\": \"2018-11-08T00:03:28.740525\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7891e90992f9f2a5445d1fe70b3e16e9/Carga_Nordeste.json?Signature=vInIP9fH7yutw4B6Oc3NxbcgmnU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130623\", \"checksum\": \"7891e90992f9f2a5445d1fe70b3e16e9\", \"info\": {}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-08T00:03:28.745000\"}, {\"size\": 57334, \"lastupdate\": \"2018-11-07T00:10:21.265292\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0e53ee03ac7a2e650a366bd74103511f/Carga_Nordeste.json?Signature=cCdCSke6TM5OA4GV64aaNPse2yY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_130586\", \"checksum\": \"0e53ee03ac7a2e650a366bd74103511f\", \"info\": {}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-07T00:10:21.274000\"}, {\"size\": 56994, \"lastupdate\": \"2018-11-06T00:11:59.171956\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2dc209dd16d9654df03f00226ca8e9cf/Carga_Nordeste.json?Signature=eT4i8qE9jvEqpbZ%2FmwT%2FegN7Mps%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130537\", \"checksum\": \"2dc209dd16d9654df03f00226ca8e9cf\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-06T00:04:48.099000\"}, {\"size\": 56615, \"lastupdate\": \"2018-11-05T00:20:41.089979\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dfc4e7da3ba6553d553dc90b00bbc0fd/Carga_Nordeste.json?Signature=YXsPdCrJ3WyADst1pdptpVMOZzQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_130516\", \"checksum\": \"dfc4e7da3ba6553d553dc90b00bbc0fd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-05T00:13:23.816000\"}, {\"size\": 56179, \"lastupdate\": \"2018-11-03T01:16:58.087159\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/360df36fed60e4277f6f5d694e4b9b0b/Carga_Nordeste.json?Signature=6f3LR1lMCbvdeqC7op65ZGdFyVA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130467\", \"checksum\": \"360df36fed60e4277f6f5d694e4b9b0b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-03T00:10:40.272000\"}, {\"size\": 57292, \"lastupdate\": \"2018-11-02T01:09:04.518328\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/af2dc20c0ed2bfd15fadb0a86afe8ee8/Carga_Nordeste.json?Signature=UIGbgSELGLQ899T2U2NSK8tFDnk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130410\", \"checksum\": \"af2dc20c0ed2bfd15fadb0a86afe8ee8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-02T00:06:07.876000\"}, {\"size\": 57297, \"lastupdate\": \"2018-11-01T01:11:59.031616\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c65954d3ef6bac25a87ef143a33843f7/Carga_Nordeste.json?Signature=56U%2B%2BIXoQAxToGb8YbIVKPnDVqc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130361\", \"checksum\": \"c65954d3ef6bac25a87ef143a33843f7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-31T00:08:01.490000\"}, {\"size\": 57106, \"lastupdate\": \"2018-11-01T01:11:56.964943\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fd375c6be77eb9dd51e706536568e5b5/Carga_Nordeste.json?Signature=g55Y6qlug6cFm8kQ03tZ7OB5518%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_130367\", \"checksum\": \"fd375c6be77eb9dd51e706536568e5b5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-11-01T00:05:30.398000\"}, {\"size\": 57031, \"lastupdate\": \"2018-10-30T01:11:47.448046\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d7f7e29560f5cbb8c8a0480e5136cf1a/Carga_Nordeste.json?Signature=w90LChExe4g4xCXRgpeJ6swlrIA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130326\", \"checksum\": \"d7f7e29560f5cbb8c8a0480e5136cf1a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-30T00:04:45.807000\"}, {\"size\": 57196, \"lastupdate\": \"2018-10-26T05:59:06.133219\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/77f7a066f80c94b054a4b900ffaf08df/Carga_Nordeste.json?Signature=ZoxMOrEO2JLE7tPejb36BKAWNvQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130224\", \"checksum\": \"77f7a066f80c94b054a4b900ffaf08df\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-25T00:08:43.096000\"}, {\"size\": 56927, \"lastupdate\": \"2018-10-26T01:59:38.866704\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0036bba7ac9c9370ed909e84cdea0bf1/Carga_Nordeste.json?Signature=zzUmzt4f2Nf94NZOU1uCSlQUhok%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_130177\", \"checksum\": \"0036bba7ac9c9370ed909e84cdea0bf1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-24T00:04:30.956000\"}, {\"size\": 56739, \"lastupdate\": \"2018-10-26T01:59:36.251108\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6dfa0d0489e86d8828667fda286080fb/Carga_Nordeste.json?Signature=P%2BYlrjG2QcZzgHYPx9Tua3LKSsA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_130158\", \"checksum\": \"6dfa0d0489e86d8828667fda286080fb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-23T00:08:17.608000\"}, {\"size\": 56064, \"lastupdate\": \"2018-10-26T01:59:31.954852\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/021544ac6bf1a2aae33e46e11d664cee/Carga_Nordeste.json?Signature=lOvbJVtxgwYAiC0VFRZYogf7eUI%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_130117\", \"checksum\": \"021544ac6bf1a2aae33e46e11d664cee\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-22T00:05:41.719000\"}, {\"size\": 57376, \"lastupdate\": \"2018-10-26T01:57:27.357714\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/38ac2f3666192e6b3e860563d10c8d1a/Carga_Nordeste.json?Signature=4LDHqmktFbWP6LGPhqWxnpxoov0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_130281\", \"checksum\": \"38ac2f3666192e6b3e860563d10c8d1a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-26T00:07:25.964000\"}, {\"size\": 57323, \"lastupdate\": \"2018-10-26T01:21:38.100436\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/29c4f5269ed064e5f2055360f7857db1/Carga_Nordeste.json?Signature=eEHFabrcTGFu6GK0eDpazp3VATs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_130062\", \"checksum\": \"29c4f5269ed064e5f2055360f7857db1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-21T00:12:24.063000\"}, {\"size\": 57251, \"lastupdate\": \"2018-10-20T00:04:18.290727\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8f0a4b7831e5a885700ec268cb60e960/Carga_Nordeste.json?Signature=RoVLW2vxf4fqRx7p%2BjcBMRe1%2BtU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129936\", \"checksum\": \"8f0a4b7831e5a885700ec268cb60e960\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-20T00:04:18.290000\"}, {\"size\": 57058, \"lastupdate\": \"2018-10-19T00:04:23.611367\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8a25214e8696a6b715f34f6bf8612873/Carga_Nordeste.json?Signature=hTkEkFmJH49bPqry42%2F9NLJ7F%2Fk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129650\", \"checksum\": \"8a25214e8696a6b715f34f6bf8612873\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-19T00:04:23.611000\"}, {\"size\": 57333, \"lastupdate\": \"2018-10-18T00:05:24.657988\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e245acf5136653182f2b062c6c0eee08/Carga_Nordeste.json?Signature=LIZVMG93qHCH6d3Xc%2FubDngRVcg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129652\", \"checksum\": \"e245acf5136653182f2b062c6c0eee08\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-18T00:05:24.657000\"}, {\"size\": 57329, \"lastupdate\": \"2018-10-17T00:04:51.775711\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5cc29af69e7ba76e3db7fb55a40ad23d/Carga_Nordeste.json?Signature=RNja%2F2Ns3fXybu2M%2Fv5UvBhLGsY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129653\", \"checksum\": \"5cc29af69e7ba76e3db7fb55a40ad23d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-17T00:04:51.775000\"}, {\"size\": 57073, \"lastupdate\": \"2018-10-16T00:03:21.978988\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d1abf54015a193d583414b7d9fd1d334/Carga_Nordeste.json?Signature=Bz5e0fw4GB44o8pb1ripGhUTfO4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_129655\", \"checksum\": \"d1abf54015a193d583414b7d9fd1d334\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-16T00:03:21.978000\"}, {\"size\": 55906, \"lastupdate\": \"2018-10-15T00:17:56.482652\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f73aa4cbb3ada0b09caa8078cc32177e/Carga_Nordeste.json?Signature=MrKYb3c12HXuqm4uNxJ2uKGoB8s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_129656\", \"checksum\": \"f73aa4cbb3ada0b09caa8078cc32177e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-15T00:17:56.482000\"}, {\"size\": 56454, \"lastupdate\": \"2018-10-14T00:03:20.591141\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4d446d47ff44385cb33ec76873d4c13a/Carga_Nordeste.json?Signature=Y8xxpPdOmghrmv9YWjt76fNvj74%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_129650\", \"checksum\": \"4d446d47ff44385cb33ec76873d4c13a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-14T00:03:20.591000\"}, {\"size\": 55981, \"lastupdate\": \"2018-10-13T00:03:49.418824\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/475077a92d3a444ed39eb30a2ffb7a06/Carga_Nordeste.json?Signature=hOechTE0qvHjZRC0H6r26T2yn80%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_129656\", \"checksum\": \"475077a92d3a444ed39eb30a2ffb7a06\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-13T00:03:49.418000\"}, {\"size\": 56980, \"lastupdate\": \"2018-10-12T00:03:37.164209\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7f6b9b999c11a060d8cee34b59ea5575/Carga_Nordeste.json?Signature=9jgf3PiPDu9jTjn0gyYB4HpNngY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_129656\", \"checksum\": \"7f6b9b999c11a060d8cee34b59ea5575\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-12T00:03:37.164000\"}, {\"size\": 56982, \"lastupdate\": \"2018-10-11T00:04:52.652754\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7b289c8235cf8e1ea4433cf5a1da8c36/Carga_Nordeste.json?Signature=3KScnekxa7gKkuvp8ldi2ySN8dQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_129649\", \"checksum\": \"7b289c8235cf8e1ea4433cf5a1da8c36\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-11T00:04:52.652000\"}, {\"size\": 56773, \"lastupdate\": \"2018-10-09T00:03:20.228269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d61e7517ea54af15e5342fb79da24a08/Carga_Nordeste.json?Signature=%2BPPK0YKDItkpyS4fMdpgTMI%2FeX4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_129651\", \"checksum\": \"d61e7517ea54af15e5342fb79da24a08\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-09T00:03:20.228000\"}, {\"size\": 56077, \"lastupdate\": \"2018-10-08T00:09:20.023463\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/655d5286dec8ec5ab605357a310a1afe/Carga_Nordeste.json?Signature=HeX7UvBYpuPH9KT8WlVnymvuTYk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_129652\", \"checksum\": \"655d5286dec8ec5ab605357a310a1afe\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-08T00:09:20.023000\"}, {\"size\": 56738, \"lastupdate\": \"2018-10-07T00:03:20.532043\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cf99d461cfc4ded1f3d372d2b527be62/Carga_Nordeste.json?Signature=AQQC1hKTTxaXU55Z91HdhklLG8Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_123901\", \"checksum\": \"cf99d461cfc4ded1f3d372d2b527be62\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-07T00:03:20.532000\"}, {\"size\": 57271, \"lastupdate\": \"2018-10-06T00:03:17.430201\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/79bb21c8a6183fb6c38a72ab4f0d2d03/Carga_Nordeste.json?Signature=SwRsnjujHCCiWa4zKdMs9AKy7CM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_123897\", \"checksum\": \"79bb21c8a6183fb6c38a72ab4f0d2d03\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-06T00:03:17.430000\"}, {\"size\": 57146, \"lastupdate\": \"2018-10-05T00:04:57.456299\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4c724b7115bd52ffb67ea650ad54b079/Carga_Nordeste.json?Signature=rdBWjvo5UuvjTCdUbAo3AcpuCyQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_26154\", \"checksum\": \"4c724b7115bd52ffb67ea650ad54b079\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-05T00:04:57.456000\"}, {\"size\": 56989, \"lastupdate\": \"2018-10-04T00:08:51.953495\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/684bca989d3feab0636eed6ee054d361/Carga_Nordeste.json?Signature=as4tTnmSo8HqdbH175Q8R806IpE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_7928\", \"checksum\": \"684bca989d3feab0636eed6ee054d361\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-04T00:08:51.953000\"}, {\"size\": 53871, \"lastupdate\": \"2018-10-03T00:14:31.121847\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a81861e25a180b5bb0e7d9b9cb5a8ff6/Carga_Nordeste.json?Signature=cp6zWhbGVOfAqEWeNwLDSoXgdz0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_6954\", \"checksum\": \"a81861e25a180b5bb0e7d9b9cb5a8ff6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-03T00:14:31.121000\"}, {\"size\": 56764, \"lastupdate\": \"2018-10-02T00:02:46.401245\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f0702f1cba5bc3baf31eadf9f4c35b02/Carga_Nordeste.json?Signature=FQGAW9cmt5Int%2Bq4nSMPvXWgYkg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_4326\", \"checksum\": \"f0702f1cba5bc3baf31eadf9f4c35b02\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-10-02T00:02:46.401000\"}, {\"size\": 56952, \"lastupdate\": \"2018-09-28T00:02:47.389167\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2207d49ac8ae6c83dd2b1a1a2884ee9c/Carga_Nordeste.json?Signature=wMLdkaAgdWP%2BWKh0birgMyI96mo%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_390\", \"checksum\": \"2207d49ac8ae6c83dd2b1a1a2884ee9c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-28T00:02:47.389000\"}, {\"size\": 57032, \"lastupdate\": \"2018-09-27T00:02:34.375897\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/414053d00c62f71f24448b3b2c56af50/Carga_Nordeste.json?Signature=rPCfj8MRsw7TrDv47ePwVmWqKco%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_390\", \"checksum\": \"414053d00c62f71f24448b3b2c56af50\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-27T00:02:34.375000\"}, {\"size\": 56973, \"lastupdate\": \"2018-09-26T00:03:17.332965\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5382482d64499651e614fa2fe304775b/Carga_Nordeste.json?Signature=e42uSKBUfBiGXUD5A1vLO1uMcms%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_390\", \"checksum\": \"5382482d64499651e614fa2fe304775b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-26T00:03:17.332000\"}, {\"size\": 56761, \"lastupdate\": \"2018-09-25T00:03:45.484299\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5ef6f97c5c2173279660eeeabcb53c42/Carga_Nordeste.json?Signature=nWS8uDn1DZgUtB89rmEUhlKUP4A%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_390\", \"checksum\": \"5ef6f97c5c2173279660eeeabcb53c42\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-25T00:03:45.484000\"}, {\"size\": 55880, \"lastupdate\": \"2018-09-24T00:07:16.182212\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ba4670bad72a9f1bf0348b0969bef0d4/Carga_Nordeste.json?Signature=XimzSxOjExUxRc6QriTWjT8URj0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_390\", \"checksum\": \"ba4670bad72a9f1bf0348b0969bef0d4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-24T00:07:16.182000\"}, {\"size\": 56225, \"lastupdate\": \"2018-09-23T00:02:46.403885\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b4ce0af75921791d76b9e55c6572f8f2/Carga_Nordeste.json?Signature=TZykzom3FFX6YAGXQIyGvq2vWhg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_391\", \"checksum\": \"b4ce0af75921791d76b9e55c6572f8f2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-23T00:02:46.403000\"}, {\"size\": 56505, \"lastupdate\": \"2018-09-22T00:03:16.316862\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/881ce3bf88315fca1908317aec3f7c41/Carga_Nordeste.json?Signature=B80dbwnuNnjuMVNPYPSarW49rrI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_391\", \"checksum\": \"881ce3bf88315fca1908317aec3f7c41\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-22T00:03:16.316000\"}, {\"size\": 56969, \"lastupdate\": \"2018-09-21T00:05:50.650234\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a9bb5e689d08b857c1d2fb567a939d6a/Carga_Nordeste.json?Signature=gmX%2FuuHGjaUNNHz%2FZyXxP1351lo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_391\", \"checksum\": \"a9bb5e689d08b857c1d2fb567a939d6a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-21T00:05:50.650000\"}, {\"size\": 56907, \"lastupdate\": \"2018-09-20T00:05:58.243609\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/60d50fdf68229118c3ae68a54b7a756e/Carga_Nordeste.json?Signature=sfN9WWtXDDU9njo770PB%2BFQU6IQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_391\", \"checksum\": \"60d50fdf68229118c3ae68a54b7a756e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-20T00:05:58.243000\"}, {\"size\": 56887, \"lastupdate\": \"2018-09-19T00:03:47.093300\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8c3b514ad1f3867af2821af5806f9fad/Carga_Nordeste.json?Signature=%2Fd0hby1gfWRK%2FdKQv%2BUcwsmtr7k%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_391\", \"checksum\": \"8c3b514ad1f3867af2821af5806f9fad\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-19T00:03:47.093000\"}, {\"size\": 56741, \"lastupdate\": \"2018-09-18T00:03:28.691241\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cdd0e1f65c5ca2c7836da60a2405ea9d/Carga_Nordeste.json?Signature=X1jcTHre0mIsphshzHWoxzdBDoI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_391\", \"checksum\": \"cdd0e1f65c5ca2c7836da60a2405ea9d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-18T00:03:28.691000\"}, {\"size\": 55792, \"lastupdate\": \"2018-09-17T00:02:46.013812\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1f88893fa875703268a217015dc7bc8d/Carga_Nordeste.json?Signature=S4XLu08wAleBrUti1AhK3WWgY%2Bw%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_391\", \"checksum\": \"1f88893fa875703268a217015dc7bc8d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-17T00:02:46.013000\"}, {\"size\": 55742, \"lastupdate\": \"2018-09-16T00:02:45.463173\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/636e74c0ddad3b21c04a03de9b583239/Carga_Nordeste.json?Signature=eHuqpojdM7u6Vy1ZBb2eAPrU5Vo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_391\", \"checksum\": \"636e74c0ddad3b21c04a03de9b583239\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-16T00:02:45.463000\"}, {\"size\": 56858, \"lastupdate\": \"2018-09-15T00:05:45.610479\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0c0119af32bc2eb91c94ef7b5213f1c8/Carga_Nordeste.json?Signature=v6F0w%2BUQJJi9Ugsi%2FQxe67EjfUY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_392\", \"checksum\": \"0c0119af32bc2eb91c94ef7b5213f1c8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-15T00:05:45.610000\"}, {\"size\": 56819, \"lastupdate\": \"2018-09-14T00:04:18.010738\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3b821244bcb8ff86c195b97769ad2547/Carga_Nordeste.json?Signature=4bVF6Hf5ZPHAfDvF8%2FxLbvojOog%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_392\", \"checksum\": \"3b821244bcb8ff86c195b97769ad2547\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-14T00:04:18.010000\"}, {\"size\": 56781, \"lastupdate\": \"2018-09-13T00:03:21.363427\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/27edd5f8a9f26639299855ae8b7e43b5/Carga_Nordeste.json?Signature=2Ss7mkZj5ymdtl7iNSoGKxGUzME%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_392\", \"checksum\": \"27edd5f8a9f26639299855ae8b7e43b5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-13T00:03:21.363000\"}, {\"size\": 56720, \"lastupdate\": \"2018-09-12T00:23:13.672006\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e012e47a148232d14e7c13432d2aa8af/Carga_Nordeste.json?Signature=gVwHa56YpAA9XGEDiOXuoSm3%2Bn0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_392\", \"checksum\": \"e012e47a148232d14e7c13432d2aa8af\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-12T00:23:13.672000\"}, {\"size\": 56692, \"lastupdate\": \"2018-09-11T00:03:01.796734\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d3ff7ad7fad6855c99b2cfb2176fb38a/Carga_Nordeste.json?Signature=aul1CkDZ8%2FWbyoICTCBKUBwDIRQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_392\", \"checksum\": \"d3ff7ad7fad6855c99b2cfb2176fb38a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-11T00:03:01.796000\"}, {\"size\": 55686, \"lastupdate\": \"2018-09-10T00:02:49.489666\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/72600a741d2b6d014e07293c218d53cd/Carga_Nordeste.json?Signature=WDwRTuU%2BusamUxunkvCNudxg%2FPY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_392\", \"checksum\": \"72600a741d2b6d014e07293c218d53cd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-10T00:02:49.489000\"}, {\"size\": 55555, \"lastupdate\": \"2018-09-09T00:02:47.681449\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bd3f8fc07b89d80ea668139497ab7f9c/Carga_Nordeste.json?Signature=58btlc6OlXYkQF%2B%2FgJWn7own4SA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_392\", \"checksum\": \"bd3f8fc07b89d80ea668139497ab7f9c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-09T00:02:47.681000\"}, {\"size\": 55732, \"lastupdate\": \"2018-09-08T00:02:51.053384\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/84baba0a418303e78d1564a46d3e4b7b/Carga_Nordeste.json?Signature=yGz%2B%2FWeTfww1%2BzOx205Wr%2FA%2Fqg0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_392\", \"checksum\": \"84baba0a418303e78d1564a46d3e4b7b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-08T00:02:51.053000\"}, {\"size\": 56816, \"lastupdate\": \"2018-09-07T00:03:19.560417\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c5c5fcbdb17bb8bd94a0e4e98c516724/Carga_Nordeste.json?Signature=vObnwuh9WqhuaWqZgS0mAb%2FsR%2Bc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_393\", \"checksum\": \"c5c5fcbdb17bb8bd94a0e4e98c516724\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-07T00:03:19.560000\"}, {\"size\": 56872, \"lastupdate\": \"2018-09-06T00:03:26.010384\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1b47870580a4bc079b7382a5d7a7c3fb/Carga_Nordeste.json?Signature=uDCgX1M%2F8S8v0IBvQFwGOszyPD0%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_393\", \"checksum\": \"1b47870580a4bc079b7382a5d7a7c3fb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-06T00:03:26.010000\"}, {\"size\": 56711, \"lastupdate\": \"2018-09-05T00:05:19.690038\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05587c3cecb46b88e98ab1d92a55a6bb/Carga_Nordeste.json?Signature=RHEl9qRCrPoVhJqanZWwgpJjBZQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_393\", \"checksum\": \"05587c3cecb46b88e98ab1d92a55a6bb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-05T00:05:19.690000\"}, {\"size\": 56653, \"lastupdate\": \"2018-09-04T00:02:52.341424\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ecbc9759d65a22e3fdc5ab473231144a/Carga_Nordeste.json?Signature=aa%2BBeaZRgsIuMvOAemXkro8rPVY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_393\", \"checksum\": \"ecbc9759d65a22e3fdc5ab473231144a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-04T00:02:52.341000\"}, {\"size\": 55689, \"lastupdate\": \"2018-09-03T00:02:45.947081\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/beb2144bff8f74a6a6915ef101796045/Carga_Nordeste.json?Signature=xxc8AVBx6GUWrOmCuU4EBcuQTwE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_393\", \"checksum\": \"beb2144bff8f74a6a6915ef101796045\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-03T00:02:45.947000\"}, {\"size\": 55649, \"lastupdate\": \"2018-09-02T00:02:44.922569\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8614a702a24e1c229b32c7d252412acd/Carga_Nordeste.json?Signature=NL6dd7dQIb3n1g4gjb3r1B67ics%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_393\", \"checksum\": \"8614a702a24e1c229b32c7d252412acd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-02T00:02:44.922000\"}, {\"size\": 56700, \"lastupdate\": \"2018-09-01T00:02:50.958955\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3af27c848bf27b3922296b8074a7f54d/Carga_Nordeste.json?Signature=kL3%2FdT0FJmlzlw6AL4rySGGvvis%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_393\", \"checksum\": \"3af27c848bf27b3922296b8074a7f54d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-09-01T00:02:50.958000\"}, {\"size\": 56585, \"lastupdate\": \"2018-08-31T00:02:50.762167\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/520e1da9363214234b28f952f9935d83/Carga_Nordeste.json?Signature=6%2BD4M%2FnXRtTiH%2FQn%2FgCu66FdKOo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_393\", \"checksum\": \"520e1da9363214234b28f952f9935d83\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-31T00:02:50.762000\"}, {\"size\": 56684, \"lastupdate\": \"2018-08-30T00:03:19.610448\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3293049fa68a273c38dd694ba3505a90/Carga_Nordeste.json?Signature=uJ6diiRneovrqPUAjpNOOBjbeUE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_394\", \"checksum\": \"3293049fa68a273c38dd694ba3505a90\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-30T00:03:19.610000\"}, {\"size\": 56738, \"lastupdate\": \"2018-08-29T00:04:45.262483\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/61ce277059b9e60540d25e5b746d834b/Carga_Nordeste.json?Signature=Xwegow9VUBJLvV3FlKniG2yF5Vk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_394\", \"checksum\": \"61ce277059b9e60540d25e5b746d834b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-29T00:04:45.262000\"}, {\"size\": 56693, \"lastupdate\": \"2018-08-28T00:03:08.930470\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/bdd103c3df5c17a97fcb2adc297c2b2e/Carga_Nordeste.json?Signature=MTq0FGeSAwXtcqTPzaeajZfY91I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_394\", \"checksum\": \"bdd103c3df5c17a97fcb2adc297c2b2e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-28T00:03:08.930000\"}, {\"size\": 55659, \"lastupdate\": \"2018-08-27T00:10:21.834730\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dbf0a9667ee1821d6b9588be69337787/Carga_Nordeste.json?Signature=Cd8u9I3npI%2BUI1ZHI9%2B3MnKvndk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_394\", \"checksum\": \"dbf0a9667ee1821d6b9588be69337787\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-27T00:10:21.834000\"}, {\"size\": 55767, \"lastupdate\": \"2018-08-26T00:02:44.584442\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/27cddb1d3b6b2792001fc08d0bada13e/Carga_Nordeste.json?Signature=S1Y4hQPJeErr0ccU%2BVfU99Pfigg%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_394\", \"checksum\": \"27cddb1d3b6b2792001fc08d0bada13e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-26T00:02:44.584000\"}, {\"size\": 56764, \"lastupdate\": \"2018-08-24T00:09:17.178567\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f6bfc71b4135491fe9e442231295e2f5/Carga_Nordeste.json?Signature=0OrYcAd%2Biegfle1pl5Vfrl7zI3Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_394\", \"checksum\": \"f6bfc71b4135491fe9e442231295e2f5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-24T00:09:17.178000\"}, {\"size\": 56772, \"lastupdate\": \"2018-08-23T00:06:43.098117\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8c336eedc50ef0b3969f9014d20c28dc/Carga_Nordeste.json?Signature=O5oPeBIQBR330bTO5ST%2FrgwpLfU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_394\", \"checksum\": \"8c336eedc50ef0b3969f9014d20c28dc\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-23T00:06:43.098000\"}, {\"size\": 56704, \"lastupdate\": \"2018-08-22T00:03:40.799808\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4942a794e10192bc758cf2278928aae1/Carga_Nordeste.json?Signature=8aFM0BgdE45xN0WBB%2F2%2BSUxd3is%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_394\", \"checksum\": \"4942a794e10192bc758cf2278928aae1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-22T00:03:40.799000\"}, {\"size\": 56639, \"lastupdate\": \"2018-08-21T00:02:42.345910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3fb762707116b5016fc424358d1ee6ec/Carga_Nordeste.json?Signature=2pdoNwXdZOZzla5GN9TEsT49L28%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_395\", \"checksum\": \"3fb762707116b5016fc424358d1ee6ec\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-21T00:02:42.345000\"}, {\"size\": 55642, \"lastupdate\": \"2018-08-20T00:05:18.306870\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a7bd8f91103958f3235c6ba062393a5f/Carga_Nordeste.json?Signature=3roiOzScBDZMrOGDbadQiVpG6W0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_395\", \"checksum\": \"a7bd8f91103958f3235c6ba062393a5f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-20T00:05:18.306000\"}, {\"size\": 55218, \"lastupdate\": \"2018-08-19T00:17:43.983871\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/877418706d03f2ed8a9e1e8027715d98/Carga_Nordeste.json?Signature=leUvj9KduUPaod4G2G73eAeVAvw%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_395\", \"checksum\": \"877418706d03f2ed8a9e1e8027715d98\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-19T00:17:43.983000\"}, {\"size\": 56832, \"lastupdate\": \"2018-08-18T00:08:43.275057\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ad0b30ef405e2e0ae70761abc266810c/Carga_Nordeste.json?Signature=pLUwh46ZGDddGfd%2FKfYcRYaJh2o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_395\", \"checksum\": \"ad0b30ef405e2e0ae70761abc266810c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-18T00:08:43.275000\"}, {\"size\": 53890, \"lastupdate\": \"2018-08-17T00:23:52.025774\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cc9370fd7282933a90e797f20bedca89/Carga_Nordeste.json?Signature=XuOXGCAaFEDWiKlMTodJtNHbbZU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_395\", \"checksum\": \"cc9370fd7282933a90e797f20bedca89\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-17T00:23:52.025000\"}, {\"size\": 56218, \"lastupdate\": \"2018-08-16T00:53:09.438669\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3ee1f338b00fafca5c459792e6f3ddaa/Carga_Nordeste.json?Signature=uqIDchxflVUcvg%2Fqrtw95zQRJQU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_395\", \"checksum\": \"3ee1f338b00fafca5c459792e6f3ddaa\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-16T00:53:09.438000\"}, {\"size\": 56879, \"lastupdate\": \"2018-08-15T00:02:41.489250\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e921bd3871b4de58cd7330ea19fa2376/Carga_Nordeste.json?Signature=9b9WW40BiOFVoxYKSrwPwHTT47A%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_395\", \"checksum\": \"e921bd3871b4de58cd7330ea19fa2376\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-15T00:02:41.489000\"}, {\"size\": 56731, \"lastupdate\": \"2018-08-14T00:06:45.074671\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7721b1515fc6c06ef6c297a6f316ba34/Carga_Nordeste.json?Signature=%2BQo1KYctMC%2BAKAWpRFy5Wkn9f%2Fk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_395\", \"checksum\": \"7721b1515fc6c06ef6c297a6f316ba34\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-14T00:06:45.074000\"}, {\"size\": 55729, \"lastupdate\": \"2018-08-13T00:03:17.180541\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8c55cf23506845f861484c3e8d4b0c2b/Carga_Nordeste.json?Signature=9tBmtNVyM96OjB75NoY8euwmBG4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_396\", \"checksum\": \"8c55cf23506845f861484c3e8d4b0c2b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-13T00:03:17.180000\"}, {\"size\": 56378, \"lastupdate\": \"2018-08-12T00:02:45.297582\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e1adcc1c299fb738b2e8fdf4c080870f/Carga_Nordeste.json?Signature=aOWF84CPfvdUehou2bY4ExM2E7Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_396\", \"checksum\": \"e1adcc1c299fb738b2e8fdf4c080870f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-12T00:02:45.297000\"}, {\"size\": 56828, \"lastupdate\": \"2018-08-11T00:04:42.229481\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/75561ee6ffb293b08cb983ca91c76ffb/Carga_Nordeste.json?Signature=XFLvOKhm34xvgP56o6hKAA73I0U%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_396\", \"checksum\": \"75561ee6ffb293b08cb983ca91c76ffb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-11T00:04:42.229000\"}, {\"size\": 56698, \"lastupdate\": \"2018-08-03T00:03:41.222889\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7a9b04757679f07ee5f988122cd6f15c/Carga_Nordeste.json?Signature=EMae1PHHWC1UuQooJ3DhQjkp%2F5Q%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_396\", \"checksum\": \"7a9b04757679f07ee5f988122cd6f15c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-03T00:03:41.222000\"}, {\"size\": 56685, \"lastupdate\": \"2018-08-02T00:03:11.370009\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/70e9efce267ffa740d915e89a3c5bda6/Carga_Nordeste.json?Signature=JmhY1XQibQWVCivcYg3LZl3j2cY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_396\", \"checksum\": \"70e9efce267ffa740d915e89a3c5bda6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-02T00:03:11.370000\"}, {\"size\": 56675, \"lastupdate\": \"2018-08-01T00:02:41.610128\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9991ced198719719be632103acb335ce/Carga_Nordeste.json?Signature=Fgu7vxuLNlbMT6gid8FIlPQEhPs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_396\", \"checksum\": \"9991ced198719719be632103acb335ce\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-08-01T00:02:41.610000\"}, {\"size\": 56625, \"lastupdate\": \"2018-07-31T00:02:45.577247\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/df60c4c62d49675c154531fc823a5ba6/Carga_Nordeste.json?Signature=ynPs%2BHakfL656NJUVQNpd3SibMA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_396\", \"checksum\": \"df60c4c62d49675c154531fc823a5ba6\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-31T00:02:45.577000\"}, {\"size\": 55675, \"lastupdate\": \"2018-07-30T00:03:42.263364\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6f1d56596ba24233d0d4c8a6899eb879/Carga_Nordeste.json?Signature=KdK9VXTTGwNaf1tryOfjCvnzy2I%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_396\", \"checksum\": \"6f1d56596ba24233d0d4c8a6899eb879\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-30T00:03:42.263000\"}, {\"size\": 55556, \"lastupdate\": \"2018-07-29T00:03:06.913484\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e7866fd2dce4da7b895b4e45376eaf27/Carga_Nordeste.json?Signature=m1Zlw02o6h7AjcuO3zUxswIuVko%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_397\", \"checksum\": \"e7866fd2dce4da7b895b4e45376eaf27\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-29T00:03:06.913000\"}, {\"size\": 56660, \"lastupdate\": \"2018-07-28T00:02:44.852604\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6eab2ff1fb5f283495c57b46f6b5c695/Carga_Nordeste.json?Signature=T1W7mFDvrlYSnq3MUpxjsOQHOZE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_397\", \"checksum\": \"6eab2ff1fb5f283495c57b46f6b5c695\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-28T00:02:44.852000\"}, {\"size\": 56684, \"lastupdate\": \"2018-07-27T00:03:42.296721\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f84689968be3c1f72d13796773fd8d3d/Carga_Nordeste.json?Signature=xNzzuZZHBJ6mvAGTlcEdWxEPXnk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_397\", \"checksum\": \"f84689968be3c1f72d13796773fd8d3d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-27T00:03:42.296000\"}, {\"size\": 56698, \"lastupdate\": \"2018-07-26T00:03:42.770839\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5ee28b5253de0df6013fbc9c47f3005f/Carga_Nordeste.json?Signature=MHFSquAmm7Xl6OE7B6gERKbl61Y%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_397\", \"checksum\": \"5ee28b5253de0df6013fbc9c47f3005f\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-26T00:03:42.770000\"}, {\"size\": 56641, \"lastupdate\": \"2018-07-25T00:06:08.550953\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ecd2b51d3e140cf8d1a85eea3c62f873/Carga_Nordeste.json?Signature=ETfEtxLeoG3qw8REv4kzAa0WxVQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_397\", \"checksum\": \"ecd2b51d3e140cf8d1a85eea3c62f873\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-25T00:06:08.550000\"}, {\"size\": 56584, \"lastupdate\": \"2018-07-18T00:05:12.062787\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/b67977bc52c2326ce433a63dc23787d1/Carga_Nordeste.json?Signature=7QDhXQyNWxJ6J9dhtw0h3vJL8zQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_397\", \"checksum\": \"b67977bc52c2326ce433a63dc23787d1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-18T00:05:12.062000\"}, {\"size\": 56287, \"lastupdate\": \"2018-07-17T00:03:11.231910\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8924a0ff5a248071a137e843ad2eff4c/Carga_Nordeste.json?Signature=iV2sJOqS7TuEo6vGlZ%2FX5dW5ZKY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_397\", \"checksum\": \"8924a0ff5a248071a137e843ad2eff4c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-17T00:03:11.231000\"}, {\"size\": 55424, \"lastupdate\": \"2018-07-16T00:04:11.204027\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e6099cb58acfedb8ef8fb9c5761f29c4/Carga_Nordeste.json?Signature=8iywn8NROqEGBLASGxScyI2xqHs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_397\", \"checksum\": \"e6099cb58acfedb8ef8fb9c5761f29c4\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-16T00:04:11.204000\"}, {\"size\": 55627, \"lastupdate\": \"2018-07-15T00:03:12.345148\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3acc6b2a09b77bbf270522845157cdb0/Carga_Nordeste.json?Signature=Zf9i0bAWZ5ydhT1xqQcXoGtGKxc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_398\", \"checksum\": \"3acc6b2a09b77bbf270522845157cdb0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-15T00:03:12.345000\"}, {\"size\": 56686, \"lastupdate\": \"2018-07-14T00:04:45.522263\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e2b2f7ad991c44f4e7771ae04eb67929/Carga_Nordeste.json?Signature=o1r0Xcp0u3ImCgJA1vp1cHv%2FjcQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_2293\", \"checksum\": \"e2b2f7ad991c44f4e7771ae04eb67929\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-14T00:04:45.522000\"}, {\"size\": 56619, \"lastupdate\": \"2018-07-13T00:49:24.263285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/272ba1cbe40b1575776ae055f4bd0649/Carga_Nordeste.json?Signature=BRka3iSfm3vu7iadcPizJ04izxk%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_398\", \"checksum\": \"272ba1cbe40b1575776ae055f4bd0649\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-13T00:49:24.263000\"}, {\"size\": 56733, \"lastupdate\": \"2018-07-12T00:04:47.173501\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/52c18ead0592067564259f23b2cd4fb1/Carga_Nordeste.json?Signature=yJkCuLW4dsbIDcQCqDvQI8Kwaz4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_398\", \"checksum\": \"52c18ead0592067564259f23b2cd4fb1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-12T00:04:47.173000\"}, {\"size\": 56671, \"lastupdate\": \"2018-07-11T00:05:18.670619\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aa7e79e067e7813865dc73e40445f9b2/Carga_Nordeste.json?Signature=uGShQVfmbq9APmIyLhUincJKt%2Fc%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_398\", \"checksum\": \"aa7e79e067e7813865dc73e40445f9b2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-11T00:05:18.670000\"}, {\"size\": 56657, \"lastupdate\": \"2018-07-10T00:03:19.502742\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/13108ee5f6ba33669cbf7f3cc5d086c3/Carga_Nordeste.json?Signature=7L5IEcG8YpPyMgMJV2tL%2FS4xh78%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_398\", \"checksum\": \"13108ee5f6ba33669cbf7f3cc5d086c3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-10T00:03:19.502000\"}, {\"size\": 55767, \"lastupdate\": \"2018-07-09T00:08:48.729849\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/7046733bc1eff2fe9e0a0363d604733a/Carga_Nordeste.json?Signature=VCVF6lO%2BuEmMAgO15o04KZ5JlIM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_398\", \"checksum\": \"7046733bc1eff2fe9e0a0363d604733a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-09T00:08:48.729000\"}, {\"size\": 55687, \"lastupdate\": \"2018-07-08T00:03:58.862978\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/05546e6859ab090b93e24796e4155e43/Carga_Nordeste.json?Signature=v7OhUkQgfGfriX%2BPdR85aXLSSeQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_398\", \"checksum\": \"05546e6859ab090b93e24796e4155e43\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-08T00:03:58.862000\"}, {\"size\": 56294, \"lastupdate\": \"2018-07-07T00:09:18.134085\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c5b4d00d7a5295d8e017bbcbe4d50f9e/Carga_Nordeste.json?Signature=UUqN5lcU73V%2B16i%2FXRKIQxU9TNg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_398\", \"checksum\": \"c5b4d00d7a5295d8e017bbcbe4d50f9e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-07T00:09:18.134000\"}, {\"size\": 56620, \"lastupdate\": \"2018-07-06T00:03:18.373217\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e9288494f012f77d3e34579f0eb3e8f1/Carga_Nordeste.json?Signature=3Z48EHbVQ4VG77DB2cRSGBiIVMk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_399\", \"checksum\": \"e9288494f012f77d3e34579f0eb3e8f1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-06T00:03:18.373000\"}, {\"size\": 56151, \"lastupdate\": \"2018-07-05T00:34:14.669269\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/49f7bad8a373a6bbe8898e1ca3ffee85/Carga_Nordeste.json?Signature=7HldFPj29AsIH%2FPAARbokyx7MMM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_399\", \"checksum\": \"49f7bad8a373a6bbe8898e1ca3ffee85\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-05T00:34:14.669000\"}, {\"size\": 56658, \"lastupdate\": \"2018-07-04T00:14:28.657431\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/08396cecda6a266d6dc6f030e0549d82/Carga_Nordeste.json?Signature=gg%2F7zoW9fcsJkDbNdeFKXnoKJvc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_399\", \"checksum\": \"08396cecda6a266d6dc6f030e0549d82\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-04T00:14:28.657000\"}, {\"size\": 55676, \"lastupdate\": \"2018-07-01T00:02:44.909976\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1679405128f0970db44e7e9ee9fc3ded/Carga_Nordeste.json?Signature=8o%2Bpu%2B68ty93c%2Foos6A0sX%2F%2B72s%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_399\", \"checksum\": \"1679405128f0970db44e7e9ee9fc3ded\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-07-01T00:02:44.909000\"}, {\"size\": 56452, \"lastupdate\": \"2018-06-30T00:02:45.782391\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2944bb959c4873915779a8eb86c65311/Carga_Nordeste.json?Signature=iLgRZrOCyXOtQVIsg5aegn298Wk%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_399\", \"checksum\": \"2944bb959c4873915779a8eb86c65311\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-30T00:02:45.782000\"}, {\"size\": 56580, \"lastupdate\": \"2018-06-29T00:03:15.082254\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/3a77b517564c255080ec58aebb0e846b/Carga_Nordeste.json?Signature=hYOcTFzEglyHI2nmTBLEd0%2FrGKI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_399\", \"checksum\": \"3a77b517564c255080ec58aebb0e846b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-29T00:03:15.082000\"}, {\"size\": 56103, \"lastupdate\": \"2018-06-28T00:03:14.638061\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/102e5ae041b451b0fa9ac57a79f4497d/Carga_Nordeste.json?Signature=gv6aE8SkEkpcPHAE%2BadQkjHm8i4%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_399\", \"checksum\": \"102e5ae041b451b0fa9ac57a79f4497d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-28T00:03:14.638000\"}, {\"size\": 56469, \"lastupdate\": \"2018-06-27T00:03:16.419545\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ce6d149bf774345f91d464a584ba6146/Carga_Nordeste.json?Signature=ncnG5IxMIl0CaFLuJ%2BRX0JNdhSU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_399\", \"checksum\": \"ce6d149bf774345f91d464a584ba6146\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-27T00:03:16.419000\"}, {\"size\": 56320, \"lastupdate\": \"2018-06-26T00:02:46.761212\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/6ead4f51450d657664fa866ae3235299/Carga_Nordeste.json?Signature=%2BwQJHgcSopm7Du0SwMyBJkSlasY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_400\", \"checksum\": \"6ead4f51450d657664fa866ae3235299\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-26T00:02:46.761000\"}, {\"size\": 55739, \"lastupdate\": \"2018-06-25T00:02:48.883479\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/acc8f7dc3e85aa3218bbb7e694eeea89/Carga_Nordeste.json?Signature=cvg0QHPGIlWPpHO9P8%2B%2BiaeqqWE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_400\", \"checksum\": \"acc8f7dc3e85aa3218bbb7e694eeea89\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-25T00:02:48.883000\"}, {\"size\": 55373, \"lastupdate\": \"2018-06-24T00:02:46.819324\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5175a62f569408fa99d16fbdef183aed/Carga_Nordeste.json?Signature=rYnau8HtFLdd5yPlMMOu3Q4TaJM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_400\", \"checksum\": \"5175a62f569408fa99d16fbdef183aed\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-24T00:02:46.819000\"}, {\"size\": 55994, \"lastupdate\": \"2018-06-23T00:02:46.335781\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/affd572ee7f64e91d7730f489bee8399/Carga_Nordeste.json?Signature=rJc7yJzGTKUapCdNce0gD8y03nQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_400\", \"checksum\": \"affd572ee7f64e91d7730f489bee8399\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-23T00:02:46.335000\"}, {\"size\": 56519, \"lastupdate\": \"2018-06-22T00:02:53.068757\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d2fd48a9ffa18c6b134ce8c47797a7b1/Carga_Nordeste.json?Signature=rw9ADMB%2BtfILbpOe13bK7hIyw50%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_400\", \"checksum\": \"d2fd48a9ffa18c6b134ce8c47797a7b1\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-22T00:02:53.068000\"}, {\"size\": 56548, \"lastupdate\": \"2018-06-21T00:02:44.017965\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/42ad2976fefb91b54238c5bb4a689b52/Carga_Nordeste.json?Signature=mAqQZh5BpYa6cQ1nJflEA%2FtsmfM%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_400\", \"checksum\": \"42ad2976fefb91b54238c5bb4a689b52\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-21T00:02:44.017000\"}, {\"size\": 56532, \"lastupdate\": \"2018-06-20T00:04:17.301088\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/dd1606503d33561a3ac6f20a18f2c6a9/Carga_Nordeste.json?Signature=Hz7D8eN6sleUv5MK2PQxoZvAqjA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_400\", \"checksum\": \"dd1606503d33561a3ac6f20a18f2c6a9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-20T00:04:17.301000\"}, {\"size\": 56584, \"lastupdate\": \"2018-06-19T00:03:19.082509\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d9f96b1120e8927276f16c7cae77dc88/Carga_Nordeste.json?Signature=WDRMgdgRhH7sY12rsFs19kv5XoQ%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_400\", \"checksum\": \"d9f96b1120e8927276f16c7cae77dc88\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-19T00:03:19.082000\"}, {\"size\": 55414, \"lastupdate\": \"2018-06-18T00:02:49.646272\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c970234b61f19a0a706593353084c64a/Carga_Nordeste.json?Signature=YfoCXseUn6qfRMf%2Fp4ft5NdimM0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_401\", \"checksum\": \"c970234b61f19a0a706593353084c64a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-18T00:02:49.646000\"}, {\"size\": 55678, \"lastupdate\": \"2018-06-17T00:02:44.910485\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4ceecc1f2cecd9b001e0bc07231925cc/Carga_Nordeste.json?Signature=M1v%2F5OFJeZ5%2F2LIDocqV4%2FEMcqY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_401\", \"checksum\": \"4ceecc1f2cecd9b001e0bc07231925cc\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-17T00:02:44.910000\"}, {\"size\": 56652, \"lastupdate\": \"2018-06-16T00:03:20.956605\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2c330c25de68c74e5f76062e0be497b2/Carga_Nordeste.json?Signature=Ev4khgJ9LbS0AXzddPmPxuWA03o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_401\", \"checksum\": \"2c330c25de68c74e5f76062e0be497b2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-16T00:03:20.956000\"}, {\"size\": 56602, \"lastupdate\": \"2018-06-15T00:02:51.836993\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f22ee11823afb6dd1721c21abf27e9f9/Carga_Nordeste.json?Signature=UtU4Msxg7JIp3zkoaIJz2lknTgI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_401\", \"checksum\": \"f22ee11823afb6dd1721c21abf27e9f9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-15T00:02:51.836000\"}, {\"size\": 56601, \"lastupdate\": \"2018-06-14T00:03:22.447548\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8455a40ad2caa0a4bec968bea8c55158/Carga_Nordeste.json?Signature=9%2BBVtHWV09Yl%2FRbKaX8Vm2bBs6w%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_401\", \"checksum\": \"8455a40ad2caa0a4bec968bea8c55158\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-14T00:03:22.447000\"}, {\"size\": 56664, \"lastupdate\": \"2018-06-13T00:02:51.065999\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1c85c51191256e0d4ba318af1bf2b7b5/Carga_Nordeste.json?Signature=gmH4011r2gu%2BkFFqD5nRa7W1pTw%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_401\", \"checksum\": \"1c85c51191256e0d4ba318af1bf2b7b5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-13T00:02:51.065000\"}, {\"size\": 56637, \"lastupdate\": \"2018-06-12T00:02:23.217465\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c83e2293cde857c87179a35525b9dca3/Carga_Nordeste.json?Signature=1wGp26Azy3wGuuQPMckrQFA%2Fqho%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_401\", \"checksum\": \"c83e2293cde857c87179a35525b9dca3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"http://tr.ons.org.br/Content/Get/Carga_Nordeste\", \"downloaded\": \"2018-06-12T00:02:23.217000\"}, {\"size\": 55563, \"lastupdate\": \"2018-06-11T00:09:15.738187\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/405a6dffb1b2300b182c42464168c567/Carga_Nordeste.json?Signature=whcleKd3OPCGfMF2qx%2B6J5GP0yI%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_401\", \"checksum\": \"405a6dffb1b2300b182c42464168c567\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-11T00:09:15.738000\"}, {\"size\": 55615, \"lastupdate\": \"2018-06-10T00:03:13.420655\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/23fede9733b3660217010fe426a9cef3/Carga_Nordeste.json?Signature=wm0Q9sv6S3SOIp59cyePlqNgick%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_402\", \"checksum\": \"23fede9733b3660217010fe426a9cef3\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-10T00:03:13.420000\"}, {\"size\": 56721, \"lastupdate\": \"2018-06-09T00:04:45.310510\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/cc69b4b83795f52d559f826ac2d6853c/Carga_Nordeste.json?Signature=qczf%2FeURVlo9%2FK3BtYb87bsqz6w%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_402\", \"checksum\": \"cc69b4b83795f52d559f826ac2d6853c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-09T00:04:45.310000\"}, {\"size\": 56424, \"lastupdate\": \"2018-06-08T00:14:18.678987\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1302d66acebe26519652f9962da4397a/Carga_Nordeste.json?Signature=hq%2BzyF7BU9BAObDclLLosfkJLUs%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_402\", \"checksum\": \"1302d66acebe26519652f9962da4397a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-08T00:14:18.678000\"}, {\"size\": 56612, \"lastupdate\": \"2018-06-07T00:04:15.453999\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/26b5cca8100a547c26e141b3b229552a/Carga_Nordeste.json?Signature=YMR%2BgYFo6GcCC9OMueYASagFLnQ%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_402\", \"checksum\": \"26b5cca8100a547c26e141b3b229552a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-07T00:04:15.453000\"}, {\"size\": 56481, \"lastupdate\": \"2018-06-06T00:05:44.599375\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/41159629ddc4ba9a4d9a2e87517971c7/Carga_Nordeste.json?Signature=DICFgx%2FawN60c4ckyj2WEi4a33o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_402\", \"checksum\": \"41159629ddc4ba9a4d9a2e87517971c7\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-06T00:05:44.599000\"}, {\"size\": 56361, \"lastupdate\": \"2018-06-05T00:03:45.142120\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/20546627fb38fdd88ffb3dc18f04cff8/Carga_Nordeste.json?Signature=jCIglCCyplp21pYWsW5c2wPuGCc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_402\", \"checksum\": \"20546627fb38fdd88ffb3dc18f04cff8\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-05T00:03:45.142000\"}, {\"size\": 55658, \"lastupdate\": \"2018-06-04T00:08:48.092689\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d4b32c255b982a509947800e93a23515/Carga_Nordeste.json?Signature=c43ZzsOGnd6gfuurr%2BfgxBsL120%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_402\", \"checksum\": \"d4b32c255b982a509947800e93a23515\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-04T00:08:48.092000\"}, {\"size\": 55668, \"lastupdate\": \"2018-06-03T00:02:45.586159\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c1ebe4314c1e51666e22350cd060bd9c/Carga_Nordeste.json?Signature=thSVjmBbeYwzOw21UnVF7yvL2N8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_402\", \"checksum\": \"c1ebe4314c1e51666e22350cd060bd9c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-03T00:02:45.586000\"}, {\"size\": 56153, \"lastupdate\": \"2018-06-02T00:02:45.561544\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c766f1078a2f9a01f440ad4278921587/Carga_Nordeste.json?Signature=kLpTnhOin2jBgCcxoq0RRk5bTKE%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_403\", \"checksum\": \"c766f1078a2f9a01f440ad4278921587\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-02T00:02:45.561000\"}, {\"size\": 55353, \"lastupdate\": \"2018-06-01T00:08:48.778843\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ac40eef9d1fc14275ac3f913d7f927c9/Carga_Nordeste.json?Signature=9X0iBnd%2BNDIaYKF4%2FxZJFpLtfIY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_403\", \"checksum\": \"ac40eef9d1fc14275ac3f913d7f927c9\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-06-01T00:08:48.778000\"}, {\"size\": 55523, \"lastupdate\": \"2018-05-31T00:03:46.712374\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e4ac7f096a9b01663a4381f77a4b032a/Carga_Nordeste.json?Signature=L9VlfONJpyIrzo0PVzrvm49DKNg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_403\", \"checksum\": \"e4ac7f096a9b01663a4381f77a4b032a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-31T00:03:46.712000\"}, {\"size\": 55436, \"lastupdate\": \"2018-05-30T00:03:19.849400\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/739a0b07c152df18282019234edd6134/Carga_Nordeste.json?Signature=PNZsmqdlsSxa6hfmeZVJ53Q3u1o%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_403\", \"checksum\": \"739a0b07c152df18282019234edd6134\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-30T00:03:19.849000\"}, {\"size\": 55601, \"lastupdate\": \"2018-05-29T00:03:15.808079\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/0e30de2a4392c898fdf6882695522c57/Carga_Nordeste.json?Signature=gUhP5XFppqO92l22p8lHDm05SRY%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_403\", \"checksum\": \"0e30de2a4392c898fdf6882695522c57\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-29T00:03:15.808000\"}, {\"size\": 55837, \"lastupdate\": \"2018-05-28T00:02:48.379330\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/af472a2e278e8806a1ac28eece0337ba/Carga_Nordeste.json?Signature=pMWAYRQ%2FQr4270tHtPJ0PQ2yeX8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_403\", \"checksum\": \"af472a2e278e8806a1ac28eece0337ba\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-28T00:02:48.379000\"}, {\"size\": 55421, \"lastupdate\": \"2018-05-27T00:02:18.006048\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/1902c61849a6f13c9f6d96738a6eabde/Carga_Nordeste.json?Signature=UUWV%2B94u9ad%2BQ1kAGJ9opk7YNXU%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_403\", \"checksum\": \"1902c61849a6f13c9f6d96738a6eabde\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-27T00:02:18.006000\"}, {\"size\": 55559, \"lastupdate\": \"2018-05-26T00:21:55.499761\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/164f1c8f02fba37c1b7230ff19f8945b/Carga_Nordeste.json?Signature=oRR9cZgVMM%2Ba6wzF1oGh5Qptmr8%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_403\", \"checksum\": \"164f1c8f02fba37c1b7230ff19f8945b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-26T00:21:55.499000\"}, {\"size\": 56839, \"lastupdate\": \"2018-05-25T00:06:49.229207\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5bd1b524e647c6fe3a29f59c5f90dc4c/Carga_Nordeste.json?Signature=dNyz2yWMLLhAeKkIT6FkMpR1JHA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_404\", \"checksum\": \"5bd1b524e647c6fe3a29f59c5f90dc4c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-25T00:06:49.229000\"}, {\"size\": 56734, \"lastupdate\": \"2018-05-24T00:02:49.717850\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/511f03f20741a6d4ffe638357b295811/Carga_Nordeste.json?Signature=MS2%2FwdvnP1Zrfr0VZcdn8Pw2O4w%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_2293\", \"checksum\": \"511f03f20741a6d4ffe638357b295811\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-24T00:02:49.717000\"}, {\"size\": 56935, \"lastupdate\": \"2018-05-23T00:03:49.626813\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c1add1f0529a29fb8592b3ca453a73d2/Carga_Nordeste.json?Signature=ZKuWUD7wTN5ea1TCbRhB4sBoDyA%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_404\", \"checksum\": \"c1add1f0529a29fb8592b3ca453a73d2\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-23T00:03:49.626000\"}, {\"size\": 56990, \"lastupdate\": \"2018-05-22T00:04:53.390161\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d240aff3e19b79133fd2f9725df3b61b/Carga_Nordeste.json?Signature=QEGXoJ%2BgfKvjBYHA3zz2LQKB67s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_404\", \"checksum\": \"d240aff3e19b79133fd2f9725df3b61b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-22T00:04:53.390000\"}, {\"size\": 52391, \"lastupdate\": \"2018-05-21T03:09:21.137840\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5d71b13ad458f72886ec24eb471506cd/Carga_Nordeste.json?Signature=1efsH%2FBdzecwqwzYtah1bxJC%2Bjo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_404\", \"checksum\": \"5d71b13ad458f72886ec24eb471506cd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-21T03:09:21.137000\"}, {\"size\": 50484, \"lastupdate\": \"2018-05-20T00:26:00.015234\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/958717e8a761001509993f9c6ba67f9d/Carga_Nordeste.json?Signature=%2BlNROhfqELgoMwaCCrGajUH125U%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_404\", \"checksum\": \"958717e8a761001509993f9c6ba67f9d\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-20T00:26:00.015000\"}, {\"size\": 56247, \"lastupdate\": \"2018-05-19T00:11:52.011447\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a8d5a476f2e1c94341493a21f705923c/Carga_Nordeste.json?Signature=D8mg83JlZ3EB2M3FR2hlBvhS%2F1s%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_404\", \"checksum\": \"a8d5a476f2e1c94341493a21f705923c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-19T00:11:52.011000\"}, {\"size\": 56746, \"lastupdate\": \"2018-05-18T00:07:50.491034\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/50e643b363c0dd158e578f33040f3dfd/Carga_Nordeste.json?Signature=kq5BcLLceTRaX7kBU%2BFXXrApTQ4%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_404\", \"checksum\": \"50e643b363c0dd158e578f33040f3dfd\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-18T00:07:50.491000\"}, {\"size\": 56369, \"lastupdate\": \"2018-05-17T00:17:58.629473\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/fab1ed7686986d6149e04017ed6e8d56/Carga_Nordeste.json?Signature=uiX3Kbd4tkXWlqyfr4UcjCtJ6Jg%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_404\", \"checksum\": \"fab1ed7686986d6149e04017ed6e8d56\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-17T00:17:58.629000\"}, {\"size\": 56849, \"lastupdate\": \"2018-05-16T00:03:54.626176\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/8f1b1509272bc9a0ebf81ac85d3bf031/Carga_Nordeste.json?Signature=lHRR1yGObkH7DoM9395fxmhyJI8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_405\", \"checksum\": \"8f1b1509272bc9a0ebf81ac85d3bf031\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-16T00:03:54.626000\"}, {\"size\": 56718, \"lastupdate\": \"2018-05-15T00:03:50.947855\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/e67df26d60fcc1785f6df55bda126f91/Carga_Nordeste.json?Signature=YeJRhOhlGDSgJ%2FFzYDoK%2Fp2gD%2BU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_405\", \"checksum\": \"e67df26d60fcc1785f6df55bda126f91\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-15T00:03:50.947000\"}, {\"size\": 55818, \"lastupdate\": \"2018-05-14T00:03:21.449358\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/5c10a63d33a247223d8e76018e7a9afc/Carga_Nordeste.json?Signature=f6kttuzJSadj%2Bh4iTDJYVlAsqS8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_405\", \"checksum\": \"5c10a63d33a247223d8e76018e7a9afc\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-14T00:03:21.449000\"}, {\"size\": 56441, \"lastupdate\": \"2018-05-13T00:02:54.753033\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/9f6b3bb81f157a3e0ced120bda461116/Carga_Nordeste.json?Signature=fu9Vc%2FRJPifUI%2F33xR68SunJPZU%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_405\", \"checksum\": \"9f6b3bb81f157a3e0ced120bda461116\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-13T00:02:54.753000\"}, {\"size\": 56829, \"lastupdate\": \"2018-05-12T00:04:21.869232\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4f6f719df8c10245dbef5d99e23f6a1b/Carga_Nordeste.json?Signature=oCDvA0le9677RGgICkQHEZS29ek%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_405\", \"checksum\": \"4f6f719df8c10245dbef5d99e23f6a1b\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-12T00:04:21.869000\"}, {\"size\": 56769, \"lastupdate\": \"2018-05-11T00:10:26.007871\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/25e7080e4a5f8812a3226afe51939216/Carga_Nordeste.json?Signature=BywblLfuvE51ADAOchRK5hX5Hwc%3D&Expires=1541719055&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_405\", \"checksum\": \"25e7080e4a5f8812a3226afe51939216\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-11T00:10:26.007000\"}, {\"size\": 56047, \"lastupdate\": \"2018-05-10T00:45:03.081328\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/49e9322c59be894b5c28949b67f83cca/Carga_Nordeste.json?Signature=QxokK9iJbrpUvlMSZxgLtL7j9v0%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_405\", \"checksum\": \"49e9322c59be894b5c28949b67f83cca\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-10T00:45:03.081000\"}, {\"size\": 56756, \"lastupdate\": \"2018-05-09T00:04:23.203143\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/f57c76b5203a9c56c71785cd7ac31b3a/Carga_Nordeste.json?Signature=zS0gNi7o21D7%2BK929Iz%2BMBMbY6c%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_405\", \"checksum\": \"f57c76b5203a9c56c71785cd7ac31b3a\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-09T00:04:23.203000\"}, {\"size\": 56719, \"lastupdate\": \"2018-05-08T00:07:33.882057\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/4e0d658449580330e1593f650fe77bb0/Carga_Nordeste.json?Signature=9vtxLKjTGTZikEdQ0knRqKQDEPs%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1147_406\", \"checksum\": \"4e0d658449580330e1593f650fe77bb0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-08T00:07:33.882000\"}, {\"size\": 55863, \"lastupdate\": \"2018-05-07T00:10:24.821028\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/a1940b4d1843aff6a6b7e9897c33680e/Carga_Nordeste.json?Signature=0%2B2yggtGgXssr8KMwlxOZYdU5ok%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1148_406\", \"checksum\": \"a1940b4d1843aff6a6b7e9897c33680e\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-07T00:10:24.821000\"}, {\"size\": 44369, \"lastupdate\": \"2018-05-06T02:40:08.209555\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/92223248b890c959036e1a10b785f7bb/Carga_Nordeste.json?Signature=%2FYdkibUgp6%2F1lYlcFxM7XR9USuo%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1149_406\", \"checksum\": \"92223248b890c959036e1a10b785f7bb\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-06T02:40:08.209000\"}, {\"size\": 56899, \"lastupdate\": \"2018-05-05T01:14:45.440459\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/c05f3d984d985fd3f1efdd1798824d4c/Carga_Nordeste.json?Signature=zWBIhvfW5QQgxu%2BYlcW5oPPslpY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1150_406\", \"checksum\": \"c05f3d984d985fd3f1efdd1798824d4c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-05T01:14:45.440000\"}, {\"size\": 56577, \"lastupdate\": \"2018-05-04T03:37:20.104017\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/aed65e716564a1eac4c0a10a85983b60/Carga_Nordeste.json?Signature=IjhE65Kf8qXxObz8df7KcFA5HH8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1151_406\", \"checksum\": \"aed65e716564a1eac4c0a10a85983b60\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-04T03:37:20.104000\"}, {\"size\": 55626, \"lastupdate\": \"2018-05-03T00:47:09.496802\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/ba11044812a373b6d8c6b5941ccad6c5/Carga_Nordeste.json?Signature=rle8wwDscMGuqRljjcYZtQtV9tY%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1152_406\", \"checksum\": \"ba11044812a373b6d8c6b5941ccad6c5\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-03T00:47:09.496000\"}, {\"size\": 55923, \"lastupdate\": \"2018-05-02T00:04:26.273639\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/d5280ce8ce155a9d1184fd371308cbb0/Carga_Nordeste.json?Signature=C%2BASt9emXglWStGzvbW9E4a5Ep8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1153_406\", \"checksum\": \"d5280ce8ce155a9d1184fd371308cbb0\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-02T00:04:26.273000\"}, {\"size\": 56632, \"lastupdate\": \"2018-05-01T00:08:27.187285\", \"url_storage\": \"http://s3.amazonaws.com/files.venidera.net/msfiles/2a0127d000e6ebf2e24cbad96b25588c/Carga_Nordeste.json?Signature=jb2sX0rYltfxQp4cuIWPR0X36z8%3D&Expires=1541719056&AWSAccessKeyId=AKIAJYZCP2ZD2LUOO46A\", \"fileid\": \"file1154_406\", \"checksum\": \"2a0127d000e6ebf2e24cbad96b25588c\", \"info\": {\"processed\": true}, \"name\": \"Carga_Nordeste.json\", \"url\": \"\", \"downloaded\": \"2018-05-01T00:08:27.187000\"}], \"ts\": [{\"tsid\": \"ts1069_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Nordeste.\", \"key\": 0, \"modules\": {}, \"unit\": \"Mwmed\", \"info\": {\"lastupdate\": \"2018-11-06T00:17:42.810387\", \"npoints\": 2894948, \"mints\": 1525057200, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_nordeste\", \"ts_carga\", \"ts_carga_nordeste\"], \"maxts\": 1541469480, \"created\": \"2018-08-29T14:48:45.805409\"}, \"name\": \"ts_ons_carga_1min_nordeste\"}], \"id\": \"ent1069_0\", \"type\": \"Ons_operacao\", \"ids\": {\"filename\": \"ons_carga_1min_nordeste\"}, \"location\": [-43.200946, -22.910215], \"registered\": \"2018-04-28T00:09:08.101429\"}]}"}],"_postman_id":"7a4a9cce-6221-4cc3-9b89-78fda911a5ba"},{"name":"Get one object (limit=1) of Aneel_processo_tarifario","id":"8c6a2945-dc75-4e50-89e7-754472e5beb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Y...O7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_processo_tarifario?limit=1","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_processo_tarifario"],"query":[{"key":"limit","value":"1"}]}},"response":[{"id":"0bfb6c8e-c900-4c4c-9130-3e9483b63f08","name":"Get one object (limit=1) of Aneel_processo_tarifario","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Y...O7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_processo_tarifario?limit=1","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_processo_tarifario"],"query":[{"key":"limit","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cec169cd0e67fd-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:23:11 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"1e2df40737059d36518ccd587077cb501213163f\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"1","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Hit cache. Url: /Aneel_processo_tarifario?limit=1. Entities list showing 1 object.\",\n    \"data\": [\n        {\n            \"location\": [\n                -47.882942,\n                -15.766282\n            ],\n            \"files\": [\n                {\n                    \"url\": \"http://www2.aneel.gov.br/cedoc/REH20131415.PDF\",\n                    \"name\": \"REH20131415.PDF\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/fe84365996dcd4a4f94f3c2a141b6c05.PDF?realname=REH20131415.PDF\",\n                    \"size\": 61129,\n                    \"checksum\": \"fe84365996dcd4a4f94f3c2a141b6c05\",\n                    \"downloaded\": \"2018-06-12T02:30:20.776999\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_5\"\n                },\n                {\n                    \"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/TA INternet_Bandeirante_2012.xlsx\",\n                    \"name\": \"TA%20INternet_Bandeirante_2012.xlsx\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/625a363b36724db9a46ee480e3587922.xlsx?realname=TA%20INternet_Bandeirante_2012.xlsx\",\n                    \"size\": 60843,\n                    \"checksum\": \"625a363b36724db9a46ee480e3587922\",\n                    \"downloaded\": \"2018-06-12T02:30:20.262142\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_4\"\n                },\n                {\n                    \"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/Tarifa_de_Referência_Bandeirante_RTE.xlsm\",\n                    \"name\": \"Tarifa_de_Refer%C3%AAncia_Bandeirante_RTE.xlsm\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/5bdc2991d240edf6a2690a535262f0b0.xlsm?realname=Tarifa_de_Refer%C3%AAncia_Bandeirante_RTE.xlsm\",\n                    \"size\": 899338,\n                    \"checksum\": \"5bdc2991d240edf6a2690a535262f0b0\",\n                    \"downloaded\": \"2018-06-12T02:30:19.566488\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_3\"\n                },\n                {\n                    \"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/TUSDg_Bandeirante_RTE.xlsx\",\n                    \"name\": \"TUSDg_Bandeirante_RTE.xlsx\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/0d2f0311a4b6648068269706c04ad784.xlsx?realname=TUSDg_Bandeirante_RTE.xlsx\",\n                    \"size\": 164832,\n                    \"checksum\": \"0d2f0311a4b6648068269706c04ad784\",\n                    \"downloaded\": \"2018-06-12T02:30:17.985980\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_2\"\n                },\n                {\n                    \"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/ABERTURA_TARIFÁRIA_BANDEIRANTE.xlsx\",\n                    \"name\": \"ABERTURA_TARIF%C3%81RIA_BANDEIRANTE.xlsx\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/d5c8a8bd5af9fd660c58c7898212b7cc.xlsx?realname=ABERTURA_TARIF%C3%81RIA_BANDEIRANTE.xlsx\",\n                    \"size\": 408460,\n                    \"checksum\": \"d5c8a8bd5af9fd660c58c7898212b7cc\",\n                    \"downloaded\": \"2018-06-12T02:30:17.288803\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_1\"\n                },\n                {\n                    \"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/SPARTA_BANDEIRANTE_2013.xlsm\",\n                    \"name\": \"SPARTA_BANDEIRANTE_2013.xlsm\",\n                    \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent475_111/9060cccbcf8a641b88cae5c17b4e89a7.xlsm?realname=SPARTA_BANDEIRANTE_2013.xlsm\",\n                    \"size\": 2653232,\n                    \"checksum\": \"9060cccbcf8a641b88cae5c17b4e89a7\",\n                    \"downloaded\": \"2018-06-12T02:30:16.495445\",\n                    \"info\": {\n                        \"spartafile\": false\n                    },\n                    \"fileid\": \"file475_111_0\"\n                }\n            ],\n            \"ids\": {\n                \"aneel_id\": \"aneel_tarifa_edp_sao_paulo_distribuicao_de_energia_sa_revisao_24_01_2013\"\n            },\n            \"lastupdate\": \"2018-06-18T02:35:11.353278\",\n            \"metadata\": {\n                \"tags\": [\n                    \"edp_sao_paulo_distribuicao_de_energia_sa\",\n                    \"aneel_processo_tarifario\",\n                    \"aneel_processo_tarifario_edp_sao_paulo_distribuicao_de_energia_sa\",\n                    \"aneel_processo_tarifario_revisao_extraordinaria\",\n                    \"aneel_processo_tarifario_status_definitivo\",\n                    \"aneel_processo_tarifario_2013\"\n                ],\n                \"webcrawler_id\": \"aneel_tarifas\"\n            },\n            \"data\": {\n                \"description\": \"\",\n                \"tipo_processo\": \"Revisão Extraordinária\",\n                \"agente\": \"EDP SÃO PAULO DISTRIBUIÇÃO DE ENERGIA S.A.\",\n                \"status_resultado\": \"Definitivo\",\n                \"data_aniversario\": \"24/01/2013\",\n                \"categoria_agente\": \"Concessionária de Distribuição\",\n                \"title\": \"Processo tarifário da Aneel\"\n            },\n            \"id\": \"ent475_111\",\n            \"type\": \"Aneel_processo_tarifario\",\n            \"ts\": [],\n            \"registered\": \"2018-06-12T02:30:14.835174\"\n        }\n    ]\n}"}],"_postman_id":"8c6a2945-dc75-4e50-89e7-754472e5beb5"},{"name":"Get one object (limit=1) skiping the first (skip=1) of Aneel_processo_tarifario","id":"5b98c361-6a13-4d3f-8fba-b11f7bab582c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_processo_tarifario?limit=1&skip=1","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_processo_tarifario"],"query":[{"key":"limit","value":"1"},{"key":"skip","value":"1"}]}},"response":[{"id":"dd31caa0-48f0-467b-9257-6496455619e8","name":"Get one object (limit=1) skiping the first (skip=1) of Aneel_processo_tarifario","originalRequest":{"method":"GET","header":[{"key":"Venidera-AuthToken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_processo_tarifario?limit=1&skip=1","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_processo_tarifario"],"query":[{"key":"limit","value":"1"},{"key":"skip","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cea261bbc11cee-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:01:59 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"47b74c68ff5a63d7ac202d3a6fd248c1c89fdc33\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"1","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"1","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entities list showing 1 object.\", \"data\": [{\"ts\": [], \"metadata\": {\"tags\": [\"edp_sao_paulo_distribuicao_de_energia_sa\", \"aneel_processo_tarifario\", \"aneel_processo_tarifario_edp_sao_paulo_distribuicao_de_energia_sa\", \"aneel_processo_tarifario_reajuste\", \"aneel_processo_tarifario_status_definitivo\", \"aneel_processo_tarifario_2013\"], \"webcrawler_id\": \"aneel_tarifas\"}, \"registered\": \"2018-06-12T02:22:32.033184\", \"ids\": {\"aneel_id\": \"aneel_tarifa_edp_sao_paulo_distribuicao_de_energia_sa_reajuste_21_10_2013\"}, \"files\": [{\"url\": \"http://www2.aneel.gov.br/cedoc/REH20131641.PDF\", \"size\": 309086, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent474_113/6eff4d8775b3f890de8af895299e50a2.PDF?realname=REH20131641.PDF\", \"info\": {\"spartafile\": false}, \"fileid\": \"file474_113_3\", \"name\": \"REH20131641.PDF\", \"downloaded\": \"2018-06-12T02:22:36.919069\", \"checksum\": \"6eff4d8775b3f890de8af895299e50a2\"}, {\"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/PCAT_BANDEIRANTE_2013.xlsx\", \"size\": 1885046, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent474_113/b4b619a84f93e828d734104a7964146a.xlsx?realname=PCAT_BANDEIRANTE_2013.xlsx\", \"info\": {\"spartafile\": false}, \"fileid\": \"file474_113_2\", \"name\": \"PCAT_BANDEIRANTE_2013.xlsx\", \"downloaded\": \"2018-06-12T02:22:35.701210\", \"checksum\": \"b4b619a84f93e828d734104a7964146a\"}, {\"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/TA_INTERNET_BANDEIRANTE_2013.xlsx\", \"size\": 78998, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent474_113/e87331d9e48fdcc19d9a7b0533fcc870.xlsx?realname=TA_INTERNET_BANDEIRANTE_2013.xlsx\", \"info\": {\"spartafile\": false}, \"fileid\": \"file474_113_1\", \"name\": \"TA_INTERNET_BANDEIRANTE_2013.xlsx\", \"downloaded\": \"2018-06-12T02:22:34.125495\", \"checksum\": \"e87331d9e48fdcc19d9a7b0533fcc870\"}, {\"url\": \"http://www2.aneel.gov.br/aplicacoes/tarifa/arquivo/SPARTA_BANDEIRANTE_2013.xlsx\", \"size\": 1939971, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_processo_tarifario/ent474_113/0b35cab358eb03603df241ddaace428b.xlsx?realname=SPARTA_BANDEIRANTE_2013.xlsx\", \"info\": {\"spartafile\": false}, \"fileid\": \"file474_113_0\", \"name\": \"SPARTA_BANDEIRANTE_2013.xlsx\", \"downloaded\": \"2018-06-12T02:22:33.553916\", \"checksum\": \"0b35cab358eb03603df241ddaace428b\"}], \"type\": \"Aneel_processo_tarifario\", \"data\": {\"description\": \"\", \"status_resultado\": \"Definitivo\", \"title\": \"Processo tarif\\u00e1rio da Aneel\", \"agente\": \"EDP S\\u00c3O PAULO DISTRIBUI\\u00c7\\u00c3O DE ENERGIA S.A.\", \"categoria_agente\": \"Concession\\u00e1ria de Distribui\\u00e7\\u00e3o\", \"tipo_processo\": \"Reajuste\", \"data_aniversario\": \"21/10/2013\"}, \"location\": [-47.882942, -15.766282], \"lastupdate\": \"2018-06-18T02:27:05.732176\", \"id\": \"ent474_113\"}]}"}],"_postman_id":"5b98c361-6a13-4d3f-8fba-b11f7bab582c"},{"name":"Get object from Fatura_energia_eletrica with the id ent169_60","id":"3ef5212e-d588-4b72-9dca-f5a2ea4a634b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa1P...O7k="}],"url":"https://miran-api.venidera.net/Fatura_energia_eletrica/ent197_47"},"response":[{"id":"7a624a92-bc49-42d1-a434-0b2783a953ce","name":"Get object from Fatura_energia_eletrica with the id ent169_60","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa1P...O7k="}],"url":"https://miran-api.venidera.net/Fatura_energia_eletrica/ent197_47"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"467c77bdf9f7574d-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 10 Oct 2018 22:19:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"fc1ab8828dc867d6b0c43516a5d6a595af24aa86\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Entity found.\", \"data\": {\"type\": \"Fatura_energia_eletrica\", \"ids\": {\"id_string\": \"primeweb_light_drogariasp_instalacao_421132732\", \"id_cnpjcpf\": \"primeweb_light_61412110003332_instalacao_421132732\"}, \"data\": {\"title\": \"Faturas de energia el\\u00e9trica da DROGARIA SAO PAULO S.A.\", \"bairro\": \"TANQUE\", \"estado\": \"RJ\", \"municipio\": \"RIO DE JANEIRO\", \"nome_instalacao\": \" PECHINCHA 3\", \"refs\": [\"2018/08\", \"2018/07\", \"2018/06\", \"2018/05\", \"2018/04\", \"2018/03\", \"2018/02\", \"2018/01\", \"2017/12\", \"2017/11\", \"2017/10\", \"2017/09\", \"2017/08\", \"2017/07\", \"2017/06\", \"2017/05\", \"2017/04\", \"2017/03\", \"2017/02\", \"2017/01\", \"2016/12\", \"2016/11\", \"2016/10\", \"2016/09\", \"2016/08\", \"2016/07\", \"2016/06\", \"2016/05\", \"2016/04\", \"2016/03\"], \"description\": \"Este objeto apresenta o hist\\u00f3rico de faturas de energia el\\u00e9trica para a instal\\u00e7\\u00e3o n\\u00ba 421132732 da DROGARIA SAO PAULO S.A.\", \"cnpj_cpf_instalacao\": \"33438250000167\", \"numero_instalacao\": \"421132732\", \"endereco\": \"RUA LOPO SARAIVA, 179\", \"horario_funcionamento\": \"DOMINGOS E FERIADOS\"}, \"metadata\": {\"tags\": [\"fatura_energia_eletrica\", \"fatura_drogariasp\", \"fatura_61412110003332\", \"fatura_light\", \"fatura_light_drogariasp\", \"fatura_light_61412110003332\", \"fatura_light_drogariasp_instalacao_421132732\", \"fatura_light_61412110003332_instalacao_421132732\", \"primeweb_fatura_energia_eletrica\", \"primeweb_fatura_drogariasp\", \"primeweb_fatura_61412110003332\", \"primeweb_fatura_light\", \"primeweb_fatura_light_drogariasp\", \"primeweb_fatura_light_61412110003332\", \"primeweb_fatura_light_drogariasp_instalacao_421132732\", \"primeweb_fatura_light_61412110003332_instalacao_421132732\"], \"webcrawler_id\": \"light_faturas\"}, \"ts\": [], \"location\": [-43.3596724, -22.9264447], \"lastupdate\": \"2018-10-10T05:18:04.149466\", \"registered\": \"2018-08-29T03:54:42.078621\", \"files\": [{\"lastupdate\": \"2018-09-28T04:32:31.573254\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-09-28T03:03:45.754299\", \"checksum\": \"9c69b13a5fa781511e35104a3868ec66\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=580305255713&tipo=comprovante-conta-paga\", \"size\": 614557, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/9c69b13a5fa781511e35104a3868ec66.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_30\"}, {\"lastupdate\": \"2018-09-20T04:28:24.565012\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"ec30770a6990eadce8aa0d9410abf8cf\", \"downloaded\": \"2018-08-29T03:58:28.736208\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=500005223427&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614289, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/ec30770a6990eadce8aa0d9410abf8cf.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_29\"}, {\"lastupdate\": \"2018-09-20T04:48:17.023521\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:58:21.872132\", \"checksum\": \"c9a37ecc78d46bf099f33b0cb46d11e6\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=500005281937&tipo=comprovante-conta-paga\", \"size\": 614691, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/c9a37ecc78d46bf099f33b0cb46d11e6.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_28\"}, {\"lastupdate\": \"2018-09-20T04:11:52.192149\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"e3ca25d9a4b78f23b6826746c705c961\", \"downloaded\": \"2018-08-29T03:58:15.135903\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=500005332609&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 615093, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/e3ca25d9a4b78f23b6826746c705c961.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_27\"}, {\"lastupdate\": \"2018-09-20T04:21:51.235619\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:58:08.102955\", \"checksum\": \"cb2d2060caccedb645aa55f1e881f6a2\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=500005397309&tipo=comprovante-conta-paga\", \"size\": 614289, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/cb2d2060caccedb645aa55f1e881f6a2.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_26\"}, {\"lastupdate\": \"2018-09-20T04:29:40.174793\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"7d9339bf956be749c4ff4beda0049941\", \"downloaded\": \"2018-08-29T03:58:01.249092\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=513803896286&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614289, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/7d9339bf956be749c4ff4beda0049941.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_25\"}, {\"lastupdate\": \"2018-09-20T04:13:58.479098\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:57:54.423637\", \"checksum\": \"d356589ac5c1463942fd6187addf10f6\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=602152424552&tipo=comprovante-conta-paga\", \"size\": 614289, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/d356589ac5c1463942fd6187addf10f6.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_24\"}, {\"lastupdate\": \"2018-09-20T04:11:37.175308\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"a9d15db99b0902c1d9b23d496f3cac4f\", \"downloaded\": \"2018-08-29T03:57:46.401591\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=692402904647&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614423, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/a9d15db99b0902c1d9b23d496f3cac4f.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_23\"}, {\"lastupdate\": \"2018-09-20T04:50:16.827741\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:57:38.866912\", \"checksum\": \"f15e32828de101e055038f4642faae35\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=576503868716&tipo=comprovante-conta-paga\", \"size\": 614423, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/f15e32828de101e055038f4642faae35.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_22\"}, {\"lastupdate\": \"2018-09-20T04:30:29.356106\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"6cf706dd1f0b6c5741833bfce3e83e58\", \"downloaded\": \"2018-08-29T03:57:31.953947\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=567003795373&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 615495, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/6cf706dd1f0b6c5741833bfce3e83e58.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_21\"}, {\"lastupdate\": \"2018-09-20T04:08:28.616339\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:57:25.149407\", \"checksum\": \"0ffb55e7016166ff5c79fe5cdd1798d5\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=607852144121&tipo=comprovante-conta-paga\", \"size\": 614557, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/0ffb55e7016166ff5c79fe5cdd1798d5.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_20\"}, {\"lastupdate\": \"2018-09-20T04:40:10.260599\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"06ef9a06b19846c352c1193336829ef9\", \"downloaded\": \"2018-08-29T03:57:17.925180\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=523303828258&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614557, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/06ef9a06b19846c352c1193336829ef9.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_19\"}, {\"lastupdate\": \"2018-09-20T04:59:32.305982\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:57:10.319639\", \"checksum\": \"8ee05a926d8fb62036e6191909f8ae68\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=542303681177&tipo=comprovante-conta-paga\", \"size\": 614691, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/8ee05a926d8fb62036e6191909f8ae68.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_18\"}, {\"lastupdate\": \"2018-09-20T04:55:28.618110\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"a98dec962bfb5112a9798a5c24dab5ac\", \"downloaded\": \"2018-08-29T03:57:03.531416\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=544203724683&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 615763, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/a98dec962bfb5112a9798a5c24dab5ac.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_17\"}, {\"lastupdate\": \"2018-09-20T05:02:18.074055\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:56:56.169051\", \"checksum\": \"654a07b4548336314e70621983e337a0\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=639203427751&tipo=comprovante-conta-paga\", \"size\": 615763, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/654a07b4548336314e70621983e337a0.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_16\"}, {\"lastupdate\": \"2018-09-20T04:02:27.024877\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"285a454835429e129c862578b6b0d8b9\", \"downloaded\": \"2018-08-29T03:56:48.426986\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=627803528512&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614691, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/285a454835429e129c862578b6b0d8b9.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_15\"}, {\"lastupdate\": \"2018-09-20T04:03:15.550028\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:56:41.584760\", \"checksum\": \"563b0e059c83de94efa56cc54715ce05\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=599304138448&tipo=comprovante-conta-paga\", \"size\": 614691, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/563b0e059c83de94efa56cc54715ce05.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_14\"}, {\"lastupdate\": \"2018-09-20T04:36:33.458454\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"f36cb9df6a4f704eef82014ab831e803\", \"downloaded\": \"2018-08-29T03:56:34.586315\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=650603142463&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614691, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/f36cb9df6a4f704eef82014ab831e803.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_13\"}, {\"lastupdate\": \"2018-09-20T04:24:40.202345\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:56:27.419048\", \"checksum\": \"9f5516214bb613a2d19dd193226ca352\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=527103967814&tipo=comprovante-conta-paga\", \"size\": 614691, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/9f5516214bb613a2d19dd193226ca352.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_12\"}, {\"lastupdate\": \"2018-09-20T04:30:32.987092\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"61dbad114be37c5ad485061e3156daa1\", \"downloaded\": \"2018-08-29T03:56:20.528655\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=573652795317&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614691, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/61dbad114be37c5ad485061e3156daa1.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_11\"}, {\"lastupdate\": \"2018-09-20T04:47:41.471141\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:56:12.430134\", \"checksum\": \"84accedd52bcf05dc8aceeb5e74b59ee\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=536603947163&tipo=comprovante-conta-paga\", \"size\": 614557, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/84accedd52bcf05dc8aceeb5e74b59ee.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_10\"}, {\"lastupdate\": \"2018-09-20T04:21:09.676023\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"7e28fd32a966937d787ea73c28bde374\", \"downloaded\": \"2018-08-29T03:56:04.406934\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=570804242479&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614557, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/7e28fd32a966937d787ea73c28bde374.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_9\"}, {\"lastupdate\": \"2018-09-20T05:06:40.837772\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:55:51.255092\", \"checksum\": \"770dd7df6e71cf638cbb25385414e356\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=500006984694&tipo=comprovante-conta-paga\", \"size\": 614691, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/770dd7df6e71cf638cbb25385414e356.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_8\"}, {\"lastupdate\": \"2018-09-20T04:26:14.935631\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"0eeca6649f452da2ceeb692ef7e0cbe3\", \"downloaded\": \"2018-08-29T03:55:43.870009\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=549904231170&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614691, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/0eeca6649f452da2ceeb692ef7e0cbe3.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_7\"}, {\"lastupdate\": \"2018-09-20T04:44:29.295804\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:55:36.159321\", \"checksum\": \"d71e51758ba33f577cf4af80dcc05cb1\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=557504369515&tipo=comprovante-conta-paga\", \"size\": 614423, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/d71e51758ba33f577cf4af80dcc05cb1.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_6\"}, {\"lastupdate\": \"2018-09-20T04:33:17.418790\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"3ac7e0da772041215b57aea4a6e4821b\", \"downloaded\": \"2018-08-29T03:55:29.118459\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=544204398107&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 615227, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/3ac7e0da772041215b57aea4a6e4821b.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_5\"}, {\"lastupdate\": \"2018-09-20T04:06:54.707758\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:55:19.698805\", \"checksum\": \"65643b9b1c38d8f95ebb801ddb83bcc1\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=681002844580&tipo=comprovante-conta-paga\", \"size\": 615227, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/65643b9b1c38d8f95ebb801ddb83bcc1.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_4\"}, {\"lastupdate\": \"2018-09-20T04:07:10.225528\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"ada8d34365a0fbfcf56666c2dfaa419b\", \"downloaded\": \"2018-08-29T03:55:11.681394\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=510005220687&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 615093, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/ada8d34365a0fbfcf56666c2dfaa419b.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_3\"}, {\"lastupdate\": \"2018-09-20T04:28:33.963294\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:55:04.114379\", \"checksum\": \"799e0ba393b2abab4c5415e089632830\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=510005313541&tipo=comprovante-conta-paga\", \"size\": 614557, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/799e0ba393b2abab4c5415e089632830.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_2\"}, {\"lastupdate\": \"2018-09-20T04:59:29.292520\", \"name\": \"comprovante-conta-paga.pdf\", \"checksum\": \"78f4d42c7976c6c7f62ab231dec25d09\", \"downloaded\": \"2018-08-29T03:54:56.992940\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=519505058443&tipo=comprovante-conta-paga\", \"info\": {}, \"size\": 614557, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/78f4d42c7976c6c7f62ab231dec25d09.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_1\"}, {\"lastupdate\": \"2018-09-20T04:14:44.514028\", \"name\": \"comprovante-conta-paga.pdf\", \"downloaded\": \"2018-08-29T03:54:49.710928\", \"checksum\": \"54d0f2032aa18efab976a1d42c8d5dfc\", \"url\": \"https://agenciavirtual.light.com.br/AGV/SegundaVia/BaixarPdf?invoice=595505149836&tipo=comprovante-conta-paga\", \"size\": 614557, \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_60/54d0f2032aa18efab976a1d42c8d5dfc.pdf?realname=comprovante-conta-paga.pdf\", \"fileid\": \"file169_60_0\"}], \"id\": \"ent169_60\"}}"}],"_postman_id":"3ef5212e-d588-4b72-9dca-f5a2ea4a634b"},{"name":"Get files from type Fatura_energia_eletrica","id":"44aa1792-e62a-4061-bd3a-a8c2e6119dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Fatura_energia_eletrica/files?limit=10","protocol":"https","host":["miran-api","venidera","net"],"path":["Fatura_energia_eletrica","files"],"query":[{"key":"limit","value":"10"}]}},"response":[{"id":"d2ac648e-cd9f-4960-8938-5b28aebf8140","name":"Get files from type Fatura_energia_eletrica","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Fatura_energia_eletrica/files?limit=10","protocol":"https","host":["miran-api","venidera","net"],"path":["Fatura_energia_eletrica","files"],"query":[{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cec71e4b4e67fd-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:27:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4806d0c84466ccff475ee3a629224184b85be15f\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Hit cache. Url: /Fatura_energia_eletrica/files?limit=10. Files list showing 10 objects.\",\n    \"data\": [\n        {\n            \"lastupdate\": \"2018-09-07T06:37:35.098981\",\n            \"name\": \"12173629.pdf\",\n            \"checksum\": \"5cf1cfa0bb96ed85462ae4e18ce160cb\",\n            \"downloaded\": \"2018-08-24T11:24:23.803260\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13377570\",\n            \"size\": 43997,\n            \"info\": {},\n            \"fileid\": \"file169_0_20\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/5cf1cfa0bb96ed85462ae4e18ce160cb.pdf?realname=12173629.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:20:22.891072\",\n            \"name\": \"12173629.pdf\",\n            \"checksum\": \"01da1f44fafdcf403127f96409baee86\",\n            \"downloaded\": \"2018-08-16T02:01:02.017434\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13377570\",\n            \"size\": 44028,\n            \"info\": {},\n            \"fileid\": \"file169_0_19\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/01da1f44fafdcf403127f96409baee86.pdf?realname=12173629.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:47:30.247712\",\n            \"name\": \"13377570.pdf\",\n            \"downloaded\": \"2018-07-23T11:47:33.705103\",\n            \"checksum\": \"a80f952b9a2c0697b3f4aeaa2d466469\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13377570\",\n            \"size\": 44832,\n            \"info\": {},\n            \"fileid\": \"file169_0_18\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/a80f952b9a2c0697b3f4aeaa2d466469.pdf?realname=13377570.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:04:02.438180\",\n            \"name\": \"13377570.pdf\",\n            \"checksum\": \"0fd1a067e67fbc51e3c288cd815b540d\",\n            \"downloaded\": \"2018-07-23T11:47:30.599984\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13377570\",\n            \"info\": {},\n            \"size\": 44832,\n            \"fileid\": \"file169_0_17\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/0fd1a067e67fbc51e3c288cd815b540d.pdf?realname=13377570.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:22:50.633856\",\n            \"name\": \"13301175.pdf\",\n            \"downloaded\": \"2018-07-23T11:47:27.159106\",\n            \"checksum\": \"dd9c405e93e1c79c31426b1361cdce12\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13301175\",\n            \"size\": 44172,\n            \"info\": {},\n            \"fileid\": \"file169_0_16\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/dd9c405e93e1c79c31426b1361cdce12.pdf?realname=13301175.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:45:46.584499\",\n            \"name\": \"13301175.pdf\",\n            \"checksum\": \"a46df897787b7f2e3162100a8cb8cff5\",\n            \"downloaded\": \"2018-07-23T11:47:23.960029\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13301175\",\n            \"info\": {},\n            \"size\": 44172,\n            \"fileid\": \"file169_0_15\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/a46df897787b7f2e3162100a8cb8cff5.pdf?realname=13301175.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:10:55.971880\",\n            \"name\": \"13224745.pdf\",\n            \"downloaded\": \"2018-05-30T13:58:15.636138\",\n            \"checksum\": \"670c1f05cf93b69c3e1d101b9b589e94\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13224745\",\n            \"size\": 43989,\n            \"info\": {},\n            \"fileid\": \"file169_0_14\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/670c1f05cf93b69c3e1d101b9b589e94.pdf?realname=13224745.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:10:06.423822\",\n            \"name\": \"13148529.pdf\",\n            \"checksum\": \"977f4956c90041423e1628e565c329a5\",\n            \"downloaded\": \"2018-05-30T13:58:11.701115\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13148529\",\n            \"info\": {},\n            \"size\": 42861,\n            \"fileid\": \"file169_0_13\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/977f4956c90041423e1628e565c329a5.pdf?realname=13148529.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:02:40.262859\",\n            \"name\": \"13072443.pdf\",\n            \"downloaded\": \"2018-05-30T13:58:08.072685\",\n            \"checksum\": \"a4c894c55c6ff8230e60b2cab9ca5261\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/13072443\",\n            \"size\": 42648,\n            \"info\": {},\n            \"fileid\": \"file169_0_12\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/a4c894c55c6ff8230e60b2cab9ca5261.pdf?realname=13072443.pdf\"\n        },\n        {\n            \"lastupdate\": \"2018-09-07T06:03:41.396833\",\n            \"name\": \"12995204.pdf\",\n            \"checksum\": \"d9e17dc5e13b2b9d48a9663f42faa734\",\n            \"downloaded\": \"2018-05-30T13:58:04.570588\",\n            \"url\": \"http://www2.dmedsa.com.br/AgenciaVirtual/Faturas/EmiteFatura/12995204\",\n            \"info\": {},\n            \"size\": 42578,\n            \"fileid\": \"file169_0_11\",\n            \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Fatura_energia_eletrica/ent169_0/d9e17dc5e13b2b9d48a9663f42faa734.pdf?realname=12995204.pdf\"\n        }\n    ]\n}"}],"_postman_id":"44aa1792-e62a-4061-bd3a-a8c2e6119dd2"},{"name":"Get files with contents from type Aneel_audiencia","id":"61838b37-5d34-47c9-9c02-4e22dc3068f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/files?limit=2&contents=True","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","files"],"query":[{"key":"limit","value":"2"},{"key":"contents","value":"True"}]}},"response":[{"id":"356dcdac-5fad-4d56-9ddf-737a2265bcd9","name":"Get files with contents from type Aneel_audiencia","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Aneel_audiencia/files?limit=2&contents=True","protocol":"https","host":["miran-api","venidera","net"],"path":["Aneel_audiencia","files"],"query":[{"key":"limit","value":"2"},{"key":"contents","value":"True"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"467c7a3ff908574d-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 10 Oct 2018 22:21:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"b88d05ef91cf38c7ef6d0cf8cf63c0dc9d7ecb9d\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"File-Contents","value":"True","name":"File-Contents","description":"Custom header"},{"key":"Pagination-Limit","value":"2","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Files list showing 2 objects.\", \"data\": [{\"name\": \"modelo_envio_de_contribuicoes.zip\", \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_audiencia/ent217_0/fb5cb12f8cc6646570e69bc0db97f7df.zip?realname=modelo_envio_de_contribuicoes.zip\", \"fileid\": \"file217_0_2\", \"lastupdate\": \"2016-09-26T06:05:59.328858\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2016/064/documento/modelo_envio_de_contribuicoes.zip\", \"info\": {\"title\": \"Modelo para envio de contribui\\u00e7\\u00f5es\", \"spartafile\": false, \"number\": \"4\", \"fases\": [{\"para_envio_de_contribuicoes\": \"ap064_2016@aneel.gov.br\", \"descricao\": \"1\\u00aa Fase\", \"prazo_para_recebimento_de_contribuicao\": \"De 22/09/2016 a 04/11/2016\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}]}, \"size\": 7458, \"downloaded\": \"2016-09-26T06:05:59.328858\", \"checksum\": \"fb5cb12f8cc6646570e69bc0db97f7df\"}, {\"name\": \"procedimentos_ap_cp_internet_2012.pdf\", \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_audiencia/ent217_0/44e08df409f33b3aaeb6de800cf24887.pdf?realname=procedimentos_ap_cp_internet_2012.pdf\", \"fileid\": \"file217_0_1\", \"lastupdate\": \"2018-09-14T05:49:40.772400\", \"url\": \"http://www2.aneel.gov.br/aplicacoes/audiencia/arquivo/2016/064/documento/procedimentos_ap_cp_internet_2012.pdf\", \"info\": {\"title\": \"Procedimentos para Participa\\u00e7\\u00e3o em Audi\\u00eancias e Consultas P\\u00fablicas\", \"spartafile\": false, \"number\": \"3\", \"fases\": [{\"para_envio_de_contribuicoes\": \"ap064_2016@aneel.gov.br\", \"descricao\": \"1\\u00aa Fase\", \"prazo_para_recebimento_de_contribuicao\": \"De 22/09/2016 a 04/11/2016\", \"modalidade\": \"Interc\\u00e2mbio Documental\"}], \"contents\": {\"miran_parser\": {\"pdfbox\": \" \\n \\n \\nPROCEDIMENTOS PARA PARTICIPA\\u00c7\\u00c3O EM AUDI\\u00caNCIAS E \\nCONSULTAS P\\u00daBLICAS  \\n  \\nDAS DEFINI\\u00c7\\u00d5ES  \\nI - Audi\\u00eancia P\\u00fablica: \\u00e9 um instrumento de apoio ao processo decis\\u00f3rio da ANEEL, de ampla \\nconsulta \\u00e0 sociedade, que precede a expedi\\u00e7\\u00e3o dos atos administrativos ou proposta de anteprojeto \\nde lei.  \\nA Audi\\u00eancia P\\u00fablica ser\\u00e1 realizada por interc\\u00e2mbio documental, ou seja, receber\\u00e1 contribui\\u00e7\\u00f5es por \\nescrito, ou, se assim deliberada, ter\\u00e1 Reuni\\u00e3o Presencial.  \\nSe houver Reuni\\u00e3o Presencial, os participantes, devidamente inscritos, podem se manifestar de viva \\nvoz, apresentando contribui\\u00e7\\u00f5es sobre a mat\\u00e9ria em pauta, bem como comentar sobre contribui\\u00e7\\u00f5es j\\u00e1 \\nencaminhadas.   \\nA Audi\\u00eancia P\\u00fablica tem por objetivos:  \\n\\uf0b7 obter subs\\u00eddios para o processo decis\\u00f3rio da ANEEL;   \\n\\uf0b7 propiciar aos agentes e consumidores a possibilidade de encaminhamento de seus pleitos, \\nopini\\u00f5es e sugest\\u00f5es;   \\n\\uf0b7 identificar, da forma ampla e democr\\u00e1tica, todos os aspectos relevantes \\u00e0 mat\\u00e9ria objeto da \\nAudi\\u00eancia P\\u00fablica;  \\n\\uf0b7 dar publicidade \\u00e0 a\\u00e7\\u00e3o regulat\\u00f3ria da ANEEL.  \\n  \\nII - Consulta P\\u00fablica: \\u00e9 um instrumento administrativo de compet\\u00eancia dos L\\u00edderes das Unidades \\nOrganizacionais da ANEEL para apoiar as atividades de formula\\u00e7\\u00e3o ou aperfei\\u00e7oamento de \\nregulamentos, fiscaliza\\u00e7\\u00e3o ou implementa\\u00e7\\u00e3o de suas atribui\\u00e7\\u00f5es espec\\u00edficas.   \\nA forma de realiza\\u00e7\\u00e3o e participa\\u00e7\\u00e3o em Consulta P\\u00fablica \\u00e9 id\\u00eantica \\u00e0 da Audi\\u00eancia P\\u00fablica.  \\nA Consulta P\\u00fablica tem por objetivos:   \\n\\uf0b7 obter subs\\u00eddios para identificar e aprimorar os aspectos relevantes \\u00e0 mat\\u00e9ria em quest\\u00e3o;  \\n\\uf0b7 propiciar aos agentes e consumidores a possibilidade de encaminhamento de seus pleitos, \\nopini\\u00f5es e sugest\\u00f5es;   \\n\\uf0b7 aferir, da forma ampla e democr\\u00e1tica, todos os aspectos relevantes \\u00e0 mat\\u00e9ria objeto da \\nConsulta P\\u00fablica;  \\n\\uf0b7 dar publicidade \\u00e0 a\\u00e7\\u00e3o regulat\\u00f3ria da ANEEL.  \\nA instaura\\u00e7\\u00e3o de Audi\\u00eancia P\\u00fablica ser\\u00e1 precedida de aprova\\u00e7\\u00e3o pela Diretoria Colegiada da ANEEL.  \\n  \\nDA PARTICIPA\\u00c7\\u00c3O E DO PRAZO  \\nToda a documenta\\u00e7\\u00e3o, objeto das Audi\\u00eancias e Consultas P\\u00fablicas da ANEEL estar\\u00e1 dispon\\u00edvel na \\np\\u00e1gina eletr\\u00f4nica da ANEEL (www.aneel.gov.br), na \\u00e1rea \\u201cEspa\\u00e7o do Consumidor\\u201d, menu \\nAudi\\u00eancias/Consultas.  \\nA participa\\u00e7\\u00e3o nas Audi\\u00eancias e Consultas P\\u00fablicas da ANEEL ser\\u00e1 aberta a todos os interessados, \\nconforme definido no Aviso publicado no Di\\u00e1rio Oficial da Uni\\u00e3o (DOU) e na p\\u00e1gina eletr\\u00f4nica da \\nANEEL.   \\nO Aviso conter\\u00e1 assunto, forma de recebimento e per\\u00edodo das contribui\\u00e7\\u00f5es, bem como outras \\ninforma\\u00e7\\u00f5es dispon\\u00edveis sobre a realiza\\u00e7\\u00e3o da Reuni\\u00e3o Presencial, quando houver.   \\nAs informa\\u00e7\\u00f5es sobre local, data e hor\\u00e1rio da Reuni\\u00e3o Presencial poder\\u00e3o ser publicadas \\nposteriormente na p\\u00e1gina eletr\\u00f4nica da ANEEL, com anteced\\u00eancia m\\u00ednima de 10 (dez) dias da \\nrealiza\\u00e7\\u00e3o do evento.   \\n  \\nDAS CONTRIBUI\\u00c7\\u00d5ES  \\nOs interessados poder\\u00e3o enviar suas contribui\\u00e7\\u00f5es por escrito para a sede da ANEEL no endere\\u00e7o \\nSGAN \\u2013 Quadra 603 \\u2013 M\\u00f3dulo I \\u2013 T\\u00e9rreo/Protocolo Geral, CEP 70.830-110, Bras\\u00edlia\\u2013DF ou por meio \\ndo correio eletr\\u00f4nico definido na \\u00cdntegra do Aviso publicado na p\\u00e1gina eletr\\u00f4nica da Ag\\u00eancia.  \\nOs coment\\u00e1rios e sugest\\u00f5es referentes \\u00e0s contribui\\u00e7\\u00f5es dever\\u00e3o ser fundamentados e justificados, \\nmencionando-se os artigos, par\\u00e1grafos e incisos a que se referem, devendo ser acompanhados de \\ntextos alternativos e substitutivos, quando envolverem sugest\\u00f5es de inclus\\u00e3o ou altera\\u00e7\\u00e3o, parcial ou \\ntotal, de qualquer dispositivo.  \\nAs contribui\\u00e7\\u00f5es recebidas dentro do per\\u00edodo estabelecido ficar\\u00e3o dispon\\u00edveis no site da ANEEL. A \\nan\\u00e1lise destas contribui\\u00e7\\u00f5es ser\\u00e1 publicada at\\u00e9 o dia de divulga\\u00e7\\u00e3o da pauta da Reuni\\u00e3o de Diretoria \\nem que o assunto esteja inscrito para delibera\\u00e7\\u00e3o.   \\n  \\nDO CADASTRAMENTO DE PARTICIPANTES E DE EXPOSITORES  \\nAs inscri\\u00e7\\u00f5es dos participantes e dos expositores interessados em manifestar-se de viva voz durante a \\nReuni\\u00e3o Presencial das Audi\\u00eancias e Consultas poder\\u00e3o ser realizadas apenas na secretaria do \\nevento, no dia da Reuni\\u00e3o, cabendo ao presidente da mesma estabelecer a ordem das manifesta\\u00e7\\u00f5es \\ne apresenta\\u00e7\\u00f5es.  \\n  \\n  \\n  \\n \\nDAS DISPOSI\\u00c7\\u00d5ES GERAIS  \\nO tempo limite a ser fixado para cada exposi\\u00e7\\u00e3o ficar\\u00e1 a crit\\u00e9rio do Presidente da Reuni\\u00e3o Presencial \\nda Audi\\u00eancia ou Consulta P\\u00fablica, obedecendo \\u00e0 ordem de inscri\\u00e7\\u00e3o.   \\nO n\\u00famero de expositores ser\\u00e1 definido em fun\\u00e7\\u00e3o das inscri\\u00e7\\u00f5es realizadas e do tempo total previsto \\npara a apresenta\\u00e7\\u00e3o.  \\nSer\\u00e1 permitida a manifesta\\u00e7\\u00e3o de apenas 1 (um) representante de cada entidade, sendo que, \\nfinalizadas as manifesta\\u00e7\\u00f5es dos expositores inscritos, o Presidente da Reuni\\u00e3o Presencial poder\\u00e1 \\nadmitir, durante per\\u00edodo por ele definido:  \\n\\uf0b7 o retorno de expositores para complementar sua manifesta\\u00e7\\u00e3o; e/ou  \\n\\uf0b7 a manifesta\\u00e7\\u00e3o de outros participantes, inclusive daqueles vinculados a entidades as quais os \\nrepresentantes j\\u00e1 se manifestaram anteriormente.  \\nCom o objetivo de promover total transpar\\u00eancia, a Reuni\\u00e3o Presencial ser\\u00e1 gravada e o \\u00e1udio ficar\\u00e1 \\ndispon\\u00edvel nos processos correspondentes, assegurado aos interessados o direito \\u00e0 obten\\u00e7\\u00e3o de c\\u00f3pia \\nda grava\\u00e7\\u00e3o, observado o procedimento pertinente.  \\n\"}}}, \"size\": 73865, \"downloaded\": \"2016-09-26T06:05:59.328624\", \"checksum\": \"44e08df409f33b3aaeb6de800cf24887\"}]}"}],"_postman_id":"61838b37-5d34-47c9-9c02-4e22dc3068f6"},{"name":"Get file from type Aneel_documento with id file177_16_0","id":"59492c34-dc4b-4933-9ff2-5fd91a7d37d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_documento/files/file177_16_0"},"response":[{"id":"c0dbf384-af2a-4a05-b50b-3ffa8d40e0c1","name":"Get file from type Aneel_documento with id file177_16_0","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_documento/files/file177_16_0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cec71e4b4e67fd-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:27:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4806d0c84466ccff475ee3a629224184b85be15f\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"File found.\", \"data\": {\"size\": 62323, \"checksum\": \"cf0316dceec3be1bbb519ba9ee237b79\", \"fileid\": \"file177_16_0\", \"info\": {}, \"url_storage\": \"https://files.venidera.net/vdsf/files/webdata/Aneel_documento/cf0316dceec3be1bbb519ba9ee237b79.pdf?realname=prt1991100.pdf\", \"name\": \"prt1991100.pdf\", \"lastupdate\": \"2018-09-17T14:41:30.590977\", \"downloaded\": \"2016-09-21 19:32:26.307262\", \"url\": \"http://www.aneel.gov.br/cedoc/prt1991100.pdf\"}}"}],"_postman_id":"59492c34-dc4b-4933-9ff2-5fd91a7d37d1"},{"name":"Download content from file with id file177_16_0","id":"508d4a4d-958c-4049-8ca4-355c3c6ba789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Aneel_documento/files/file177_16_0/download"},"response":[],"_postman_id":"508d4a4d-958c-4049-8ca4-355c3c6ba789"},{"name":"Get timeseries from type Ons_operacao","id":"125106a2-2230-4a16-8527-2ee082eec93c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/?limit=5","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries",""],"query":[{"key":"limit","value":"5"}]}},"response":[{"id":"689a7e88-f3b8-4b05-ac24-66f13927df1d","name":"Get timeseries from type Ons_operacao","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/?limit=5","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries",""],"query":[{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cec71e4b4e67fd-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:27:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4806d0c84466ccff475ee3a629224184b85be15f\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Time series list showing 5 objects.\", \"data\": [{\"info\": {\"created\": \"2018-08-29T14:48:45.955050\", \"mints\": 1525057200, \"lastupdate\": \"2018-10-09T00:04:05.096757\", \"npoints\": 367348, \"maxts\": 1539053940, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sin\", \"ts_carga\", \"ts_carga_sin\"]}, \"tsid\": \"ts1067_0_0\", \"name\": \"ts_ons_carga_1min_sin\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SIN.\", \"unit\": \"Mwmed\"}, {\"info\": {\"created\": \"2018-08-29T14:48:44.379002\", \"mints\": 1525057200, \"lastupdate\": \"2018-10-09T00:03:54.653918\", \"npoints\": 361478, \"maxts\": 1539053940, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_geracao\", \"ts_ons_geracao\", \"ts_ons_operacao_1min\", \"ts_ons_geracao_1min\", \"ts_ons_geracao_1min_sin_eolica\", \"ts_geracao\", \"ts_geracao_sin_eolica\"]}, \"tsid\": \"ts1067_1_0\", \"name\": \"ts_ons_geracao_1min_sin_eolica\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Geracao SIN Eolica.\", \"unit\": \"Mwmed\"}, {\"info\": {\"created\": \"2018-08-29T14:48:42.457529\", \"mints\": 1525057200, \"lastupdate\": \"2018-10-09T00:03:44.650279\", \"npoints\": 375465, \"maxts\": 1539053940, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_geracao\", \"ts_ons_geracao\", \"ts_ons_operacao_1min\", \"ts_ons_geracao_1min\", \"ts_ons_geracao_1min_nordeste_eolica\", \"ts_geracao\", \"ts_geracao_nordeste_eolica\"]}, \"tsid\": \"ts1067_2_0\", \"name\": \"ts_ons_geracao_1min_nordeste_eolica\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Geracao Nordeste Eolica.\", \"unit\": \"Mwmed\"}, {\"info\": {\"created\": \"2018-08-29T14:48:45.865368\", \"mints\": 1525057200, \"lastupdate\": \"2018-10-09T00:04:04.965008\", \"npoints\": 375478, \"maxts\": 1539053940, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_norte\", \"ts_carga\", \"ts_carga_norte\"]}, \"tsid\": \"ts1068_0_0\", \"name\": \"ts_ons_carga_1min_norte\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Norte.\", \"unit\": \"Mwmed\"}, {\"info\": {\"created\": \"2018-08-29T14:48:44.137448\", \"mints\": 1525057200, \"lastupdate\": \"2018-10-09T00:03:53.443125\", \"npoints\": 364867, \"maxts\": 1539053940, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_geracao\", \"ts_ons_geracao\", \"ts_ons_operacao_1min\", \"ts_ons_geracao_1min\", \"ts_ons_geracao_1min_sin_nuclear\", \"ts_geracao\", \"ts_geracao_sin_nuclear\"]}, \"tsid\": \"ts1068_1_0\", \"name\": \"ts_ons_geracao_1min_sin_nuclear\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Geracao SIN Nuclear.\", \"unit\": \"Mwmed\"}]}"}],"_postman_id":"125106a2-2230-4a16-8527-2ee082eec93c"},{"name":"Get timeseries from type Ons_operacao with id ts1067_0_0","id":"d11968b6-35f5-4bab-9d6c-28253df9dc88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Ons_operacao/timeseries/ts1067_0_0"},"response":[{"id":"f7b3972e-a03c-47db-a9fb-23d3187d93a8","name":"Get timeseries from type Ons_operacao with id ts1067_0_0","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":"https://miran-api.venidera.net/Ons_operacao/timeseries/ts1067_0_0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"42cec71e4b4e67fd-EZE","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 18 Jun 2018 15:27:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"4806d0c84466ccff475ee3a629224184b85be15f\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Wed Feb 06 2019 12:22:05 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d628a881bc93ba71e6ce328cbbb204a291517919725","key":"__cfduid"}],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"Hit cache. Url: /Ons_operacao/timeseries/ts1067_0_0. Time series found.\",\n    \"data\": {\n        \"desc\": \"Série temporal com valores acumulados para Carga SIN.\",\n        \"name\": \"ts_ons_carga_1min_sin\",\n        \"modules\": {},\n        \"unit\": \"Mwmed\",\n        \"tsid\": \"ts1067_0_0\",\n        \"info\": {\n            \"lastupdate\": \"2018-10-09T00:04:05.096757\",\n            \"created\": \"2018-08-29T14:48:45.955050\",\n            \"mints\": 1525057200,\n            \"tags\": [\n                \"ts_ons_operacao\",\n                \"ts_ons_operacao_carga\",\n                \"ts_ons_carga\",\n                \"ts_ons_operacao_1min\",\n                \"ts_ons_carga_1min\",\n                \"ts_ons_carga_1min_sin\",\n                \"ts_carga\",\n                \"ts_carga_sin\"\n            ],\n            \"npoints\": 367348,\n            \"maxts\": 1539053940\n        }\n    }\n}"}],"_postman_id":"d11968b6-35f5-4bab-9d6c-28253df9dc88"},{"name":"Get timeseries from type Ons_operacao with name 'ts_ons_carga_1min_sin'","id":"19ee2bd8-c159-4630-b7d4-99ca24dd7819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/search?name=ts_ons_carga_1min_sin","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","search"],"query":[{"key":"name","value":"ts_ons_carga_1min_sin"}]}},"response":[{"id":"3081af79-e8b0-4a48-83b4-fe0733b99d1a","name":"Get timeseries from type Ons_operacao with name 'ts_ons_carga_1min_sin'","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/search?name=ts_ons_carga_1min_sin","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","search"],"query":[{"key":"name","value":"ts_ons_carga_1min_sin"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b357ebb5fc1bd-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 21:42:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"87a2c80a4c8f60e1e30ee133e3b0a7689b3559e2\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Timeseries found for the name query = ts_ons_carga_1min_sin. - Found: 1\", \"data\": {\"modules\": {}, \"name\": \"ts_ons_carga_1min_sin\", \"unit\": \"Mwmed\", \"tsid\": \"ts1067_0_0\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SIN.\", \"info\": {\"lastupdate\": \"2018-11-08T00:10:19.658530\", \"created\": \"2018-08-29T14:48:45.955050\", \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sin\", \"ts_carga\", \"ts_carga_sin\"], \"mints\": 1525057200, \"maxts\": 1541642280, \"npoints\": 3586228}}}"}],"_postman_id":"19ee2bd8-c159-4630-b7d4-99ca24dd7819"},{"name":"Get timeseries from type Ons_operacao by query (regex) 'ts_ons_carga_1min_*'","id":"3dfece37-8976-4df3-897b-57fe83797f72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/search?query=ts_ons_carga_1min_*","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","search"],"query":[{"key":"query","value":"ts_ons_carga_1min_*"}]}},"response":[{"id":"8f486f72-9777-4d32-b268-bc3cd41a9321","name":"Get timeseries from type Ons_operacao by query (regex) 'ts_ons_carga_1min_*'","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/search?query=ts_ons_carga_1min_*","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","search"],"query":[{"key":"query","value":"ts_ons_carga_1min_*"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"476b3879380fc1bd-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 08 Nov 2018 21:44:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"269c0985b56721287f4d6e30d0b494fab55199a3\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"Times series found for the query = ts_ons_carga_1min_*. Found: 5\", \"data\": [{\"unit\": \"Mwmed\", \"info\": {\"maxts\": 1541469480, \"mints\": 1525057200, \"lastupdate\": \"2018-11-06T00:17:42.590547\", \"npoints\": 2772003, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sudesteecentrooeste\", \"ts_carga\", \"ts_carga_sudesteecentrooeste\"], \"created\": \"2018-08-29T14:48:45.785240\"}, \"tsid\": \"ts1070_0_0\", \"modules\": {}, \"name\": \"ts_ons_carga_1min_sudesteecentrooeste\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SudesteECentroOeste.\"}, {\"unit\": \"Mwmed\", \"info\": {\"maxts\": 1541469480, \"mints\": 1525057200, \"lastupdate\": \"2018-11-06T00:23:24.876440\", \"npoints\": 2748747, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sul\", \"ts_carga\", \"ts_carga_sul\"], \"created\": \"2018-08-29T14:48:45.733540\"}, \"tsid\": \"ts1071_0_0\", \"modules\": {}, \"name\": \"ts_ons_carga_1min_sul\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Sul.\"}, {\"unit\": \"Mwmed\", \"info\": {\"maxts\": 1541642280, \"mints\": 1525057200, \"lastupdate\": \"2018-11-08T00:10:19.387566\", \"npoints\": 3576611, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_norte\", \"ts_carga\", \"ts_carga_norte\"], \"created\": \"2018-08-29T14:48:45.865368\"}, \"tsid\": \"ts1068_0_0\", \"modules\": {}, \"name\": \"ts_ons_carga_1min_norte\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Norte.\"}, {\"unit\": \"Mwmed\", \"info\": {\"maxts\": 1541642280, \"mints\": 1525057200, \"lastupdate\": \"2018-11-08T00:10:19.658530\", \"npoints\": 3586228, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sin\", \"ts_carga\", \"ts_carga_sin\"], \"created\": \"2018-08-29T14:48:45.955050\"}, \"tsid\": \"ts1067_0_0\", \"modules\": {}, \"name\": \"ts_ons_carga_1min_sin\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SIN.\"}, {\"unit\": \"Mwmed\", \"info\": {\"maxts\": 1541469480, \"mints\": 1525057200, \"lastupdate\": \"2018-11-06T00:17:42.810387\", \"npoints\": 2894948, \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_nordeste\", \"ts_carga\", \"ts_carga_nordeste\"], \"created\": \"2018-08-29T14:48:45.805409\"}, \"tsid\": \"ts1069_0_0\", \"modules\": {}, \"name\": \"ts_ons_carga_1min_nordeste\", \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga Nordeste.\"}]}"}],"_postman_id":"3dfece37-8976-4df3-897b-57fe83797f72"},{"name":"Get points from timeseries with id ts1067_0_0","id":"76d76b12-6afa-4953-bc13-ed39c37fd6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/ts1067_0_0/points?start=2018/09/19&end=2018/09/20","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","ts1067_0_0","points"],"query":[{"key":"start","value":"2018/09/19"},{"key":"end","value":"2018/09/20"}]}},"response":[{"id":"63a3ae3c-b6cb-442b-946c-e35b3f69537c","name":"Get points from timeseries with id ts1067_0_0","originalRequest":{"method":"GET","header":[{"key":"Venidera-Authtoken","value":"Yxa...4fO7k="}],"url":{"raw":"https://miran-api.venidera.net/Ons_operacao/timeseries/ts1067_0_0/points?start=2018/09/19&end=2018/09/20","protocol":"https","host":["miran-api","venidera","net"],"path":["Ons_operacao","timeseries","ts1067_0_0","points"],"query":[{"key":"start","value":"2018/09/19"},{"key":"end","value":"2018/09/20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"CF-RAY","value":"467c5c0d39c29f7e-IAD","name":"CF-RAY","description":"Custom header"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=UTF-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 10 Oct 2018 22:00:25 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Etag","value":"W/\"b5e1032cec6024bf740a1e4501424b6fa6ff0109\"","name":"Etag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\"","name":"Expect-CT","description":"Custom header"},{"key":"Pagination-Limit","value":"100","name":"Pagination-Limit","description":"Custom header"},{"key":"Pagination-Skip","value":"0","name":"Pagination-Skip","description":"Custom header"},{"key":"Server","value":"cloudflare","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."}],"cookie":[{"expires":"Fri Feb 01 2019 02:18:54 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"venidera.net","path":"/","secure":true,"value":"d3db541be40eb7a0e5105b7e569ee2b901517451534","key":"__cfduid"}],"responseTime":null,"body":"{\"status\": \"success\", \"message\": \"List of points read.\", \"data\": {\"values\": [60910.515625, 60756.53125, 60656.6796875, 60500.81640625, 60475.09765625, 60425.96875, 60303.91796875, 60168.15625, 60051.29296875, 59998.95703125, 59909.47265625, 59943.2109375, 60084.6171875, 60172.48046875, 60187.6328125, 60208.80859375, 60157.40234375, 60125.96484375, 60095.7734375, 60077.671875, 60025.734375, 59970.35546875, 59879.91796875, 59831.40625, 59700.44921875, 59641.69921875, 59614.05859375, 59493.84375, 59451.14453125, 59477.6875, 59382.3125, 59156.45703125, 59054.14453125, 58892.51953125, 58794.49609375, 58680.5625, 58435.29296875, 58391.640625, 58388.3359375, 58354.95703125, 58346.47265625, 58358.01171875, 58271.17578125, 58151.10546875, 58086.5234375, 58103.234375, 58016.26171875, 57841.76171875, 57747.91015625, 57714.31640625, 57601.6171875, 57529.30078125, 57412.44140625, 57408.296875, 57348.51171875, 57241.12109375, 57175.44140625, 57139.30859375, 57019.32421875, 56992.7421875, 56839.41015625, 56812.26953125, 56695.85546875, 56697.99609375, 56626.0625, 56635.0390625, 56546.53515625, 56480.109375, 56329.828125, 56407.48046875, 56378.11328125, 56296.0, 56243.38671875, 56164.7109375, 56140.71484375, 56101.296875, 56055.2421875, 55981.9765625, 55991.0546875, 56000.1875, 55898.14453125, 55839.40234375, 55741.32421875, 55729.54296875, 55620.73828125, 55590.62109375, 55526.921875, 55460.78515625, 55426.8359375, 55344.66015625, 55300.1875, 55253.734375, 55254.875, 55271.078125, 55262.6953125, 55219.41015625, 55278.59765625, 55310.78125, 55238.83203125, 55166.8125, 55071.00390625, 54976.26171875, 54974.50390625, 55026.4296875, 54940.19140625, 54900.9609375, 54799.875, 54761.23046875, 54713.6796875, 54630.66015625, 54515.9375, 54492.73828125, 54511.41796875, 54493.20703125, 54423.54296875, 54394.94921875, 54340.2265625, 54299.6953125, 54245.171875, 54210.5625, 54202.2734375, 54160.84375, 54158.00390625, 54112.4140625, 54098.54296875, 54122.3984375, 54062.4921875, 54052.96484375, 54087.83203125, 54012.48046875, 53949.3203125, 53911.640625, 53909.89453125, 53794.65234375, 53794.234375, 53756.80859375, 53685.07421875, 53744.875, 53699.55859375, 53687.76953125, 53677.7421875, 53677.13671875, 53650.234375, 53714.1875, 53722.01953125, 53633.43359375, 53680.80078125, 53731.08984375, 53726.30859375, 53664.77734375, 53626.9296875, 53518.51953125, 53431.3359375, 53519.14453125, 53488.91015625, 53437.19140625, 53387.58203125, 53361.078125, 53252.45703125, 53295.14453125, 53263.71484375, 53234.28125, 53241.5, 53274.203125, 53311.30078125, 53313.56640625, 53273.47265625, 53214.48828125, 53206.546875, 53206.67578125, 53194.82421875, 53163.3046875, 53171.01953125, 53112.66796875, 53117.015625, 53102.4296875, 53098.36328125, 53075.61328125, 53061.6328125, 53006.91796875, 52992.359375, 52974.69921875, 52943.98046875, 52906.09375, 52909.30859375, 52904.5546875, 52887.1015625, 52882.54296875, 52899.99609375, 52952.1953125, 52892.5703125, 52934.96875, 52930.92578125, 52906.265625, 52830.7421875, 52790.44921875, 52850.55859375, 52921.4921875, 52871.97265625, 52879.68359375, 52825.5390625, 52879.6015625, 52932.0078125, 52972.859375, 52876.0390625, 52822.8125, 52852.61328125, 52852.3828125, 52872.86328125, 52921.609375, 52844.48046875, 52900.73046875, 52840.3515625, 52817.296875, 52792.29296875, 52869.3046875, 52873.88671875, 52722.31640625, 52604.7421875, 52632.65625, 52603.9296875, 52544.078125, 52709.24609375, 52701.359375, 52742.98046875, 52679.09765625, 52681.33203125, 52608.70703125, 52632.62890625, 52580.4453125, 52544.32421875, 52568.57421875, 52643.16796875, 52628.20703125, 52643.4140625, 52657.52734375, 52681.55078125, 52665.75, 52673.71875, 52638.41796875, 52564.8359375, 52612.03515625, 52588.14453125, 52545.79296875, 52558.328125, 52592.41796875, 52640.58203125, 52629.375, 52678.91796875, 52724.73046875, 52777.3671875, 52729.5546875, 52721.58984375, 52784.0078125, 52788.140625, 52841.1640625, 52854.53125, 52819.609375, 52809.16796875, 52724.3203125, 52726.03515625, 52755.2578125, 52770.88671875, 52890.56640625, 52989.359375, 53032.19140625, 52998.890625, 52969.4140625, 52802.25390625, 52891.0078125, 52890.48828125, 52962.5546875, 52941.29296875, 52926.625, 52918.99609375, 52977.63671875, 52963.4375, 52958.79296875, 52942.44921875, 52951.62890625, 52938.1796875, 52959.6875, 53050.81640625, 53000.83203125, 52999.79296875, 52970.671875, 53050.39453125, 53053.3671875, 53041.2890625, 53006.6953125, 53062.02734375, 53071.44140625, 53105.19140625, 53153.70703125, 53224.30078125, 53331.96484375, 53375.8515625, 53387.765625, 53405.41796875, 53467.99609375, 53454.8984375, 53469.90625, 53420.5390625, 53512.74609375, 53620.20703125, 53654.65234375, 53789.0234375, 53794.65234375, 53873.55078125, 53947.34765625, 54025.90625, 54077.5390625, 54067.88671875, 54057.03515625, 54080.09375, 54052.40234375, 54013.36328125, 54022.875, 54067.3125, 54126.02734375, 54127.36328125, 54152.140625, 54203.66015625, 54252.0078125, 54270.90625, 54286.99609375, 54225.55859375, 54234.296875, 54255.734375, 54237.65234375, 54235.0703125, 54276.078125, 54374.6171875, 54352.66796875, 54362.55859375, 54489.59765625, 54555.546875, 54620.8046875, 54709.6015625, 54782.515625, 54777.4296875, 54772.62890625, 54796.55078125, 55016.58203125, 55028.71875, 54957.18359375, 54895.1796875, 54849.9921875, 54871.453125, 54920.1484375, 54915.703125, 54956.54296875, 54979.78125, 54994.40234375, 55001.64453125, 55083.984375, 55027.67578125, 55064.7265625, 55076.08203125, 55078.89453125, 55087.58203125, 55125.3046875, 55175.4765625, 55287.08203125, 55378.03125, 55438.515625, 55553.046875, 55671.28125, 55708.89453125, 55698.8515625, 55691.7109375, 55773.70703125, 55878.6328125, 55939.3046875, 55880.78515625, 55985.94921875, 56045.66015625, 56124.17578125, 56217.0625, 56308.71875, 56282.21484375, 56254.08203125, 56277.5703125, 56350.71875, 56418.40625, 56483.9296875, 56537.390625, 56562.73828125, 56472.68359375, 56523.87109375, 56584.61328125, 56527.1875, 56511.1015625, 56594.22265625, 56636.3515625, 56603.67578125, 56683.12109375, 56818.8203125, 56819.46875, 56867.546875, 56810.078125, 56834.26953125, 56818.1796875, 56703.40625, 56704.0703125, 56816.734375, 56808.00390625, 56851.390625, 56860.05078125, 56845.375, 56879.7421875, 56962.20703125, 56976.20703125, 56992.63671875, 56872.17578125, 56933.16796875, 56882.02734375, 57020.5625, 57028.2265625, 57031.4453125, 57065.296875, 57263.765625, 57444.15625, 57668.90234375, 57962.2890625, 58157.4921875, 58403.64453125, 58597.70703125, 58767.35546875, 58976.578125, 59085.65234375, 59265.81640625, 59413.10546875, 59458.65625, 59620.45703125, 59743.7265625, 59898.3203125, 60013.00390625, 60154.86328125, 60273.07421875, 60366.37890625, 60529.1171875, 60526.62890625, 60616.04296875, 60693.12890625, 60836.09765625, 60833.79296875, 60969.09375, 61021.93359375, 61072.7109375, 61257.18359375, 61359.63671875, 61598.84765625, 61811.44921875, 61880.66015625, 61950.69921875, 62047.86328125, 62156.62109375, 62256.74609375, 62184.69140625, 62233.91015625, 62368.05859375, 62521.85546875, 62607.3203125, 62630.76953125, 62580.984375, 62698.828125, 62804.09765625, 62993.96875, 63055.68359375, 63067.66796875, 63076.578125, 63032.7265625, 63166.41796875, 63208.86328125, 63306.21875, 63375.74609375, 63342.53515625, 63488.0390625, 63539.19921875, 63623.84765625, 63614.26953125, 63490.11328125, 63620.26171875, 63679.64453125, 63840.0390625, 63996.93359375, 64060.08203125, 64260.296875, 64420.02734375, 64572.0703125, 64761.8515625, 64858.6875, 64992.78515625, 65149.08984375, 65317.6640625, 65468.83203125, 65587.6328125, 65624.0703125, 65672.7578125, 65701.53125, 65723.5234375, 65683.5, 65724.640625, 65910.6875, 65962.21875, 66020.2890625, 66153.0078125, 66179.1484375, 66185.4921875, 66292.3125, 66268.328125, 66282.015625, 66357.1171875, 66500.4140625, 66530.875, 66646.7734375, 66783.7734375, 66941.1484375, 66930.53125, 66929.4140625, 67021.5546875, 67118.734375, 67097.6796875, 67097.5, 67158.7421875, 67114.609375, 67181.4609375, 67110.09375, 67149.1640625, 67256.7890625, 67277.9140625, 67250.421875, 67260.0625, 67233.3984375, 67244.1953125, 67337.796875, 67356.9375, 67408.6015625, 67572.265625, 67680.7109375, 67760.0, 67662.421875, 67752.7421875, 67716.609375, 67837.8828125, 67819.4765625, 67853.484375, 67957.2890625, 68110.2109375, 68239.5, 68313.2578125, 68551.453125, 68598.796875, 68629.3671875, 68720.3203125, 68731.9375, 68755.671875, 68762.2734375, 68885.34375, 68902.9765625, 68926.484375, 68990.0390625, 69088.2578125, 69084.0, 69084.875, 69150.34375, 69158.0546875, 69263.21875, 69289.3828125, 69324.484375, 69378.0625, 69398.046875, 69422.9921875, 69451.0234375, 69501.4921875, 69570.671875, 69611.0859375, 69737.0859375, 69758.28125, 69826.234375, 69866.734375, 69831.2109375, 69864.4765625, 69880.8125, 70010.4296875, 70121.71875, 70135.9609375, 70131.3359375, 70120.671875, 70141.296875, 70189.640625, 70247.09375, 70247.8984375, 70325.7578125, 70433.34375, 70436.390625, 70557.296875, 70630.3671875, 70694.8828125, 70758.859375, 70791.984375, 70947.75, 70988.75, 70994.9296875, 71019.3984375, 71039.1484375, 71156.3515625, 71194.921875, 71142.09375, 71243.59375, 71255.0, 71369.171875, 71507.46875, 71510.15625, 71587.7265625, 71676.515625, 71704.6953125, 71747.9765625, 71753.0546875, 71803.359375, 71781.2890625, 71834.21875, 71825.515625, 71922.7734375, 71988.890625, 72015.265625, 72056.0703125, 72064.1875, 72061.09375, 72122.1171875, 72127.6015625, 72116.84375, 72195.8984375, 72256.96875, 72278.5234375, 72383.6171875, 72493.1796875, 72504.765625, 72534.4375, 72522.9140625, 72525.5234375, 72508.4140625, 72541.859375, 72556.59375, 72676.984375, 72690.65625, 72749.0703125, 72797.0546875, 72827.7421875, 72900.859375, 72860.3203125, 72865.5703125, 72827.71875, 72917.3984375, 72933.7265625, 72950.53125, 72983.65625, 72846.2734375, 72885.546875, 72763.8046875, 72753.265625, 72727.328125, 72659.28125, 72678.0546875, 72766.9140625, 72830.890625, 72851.078125, 72890.0078125, 72930.8359375, 73001.140625, 72992.4921875, 72954.28125, 72991.28125, 73057.2890625, 73115.8359375, 73089.1484375, 73141.7421875, 73207.5625, 73239.6875, 73165.6796875, 73092.5625, 73115.640625, 73135.140625, 73060.2890625, 73093.671875, 73074.4140625, 73040.3203125, 72965.703125, 72955.2578125, 72916.5, 72807.2890625, 72778.015625, 72734.4140625, 72772.796875, 72703.6875, 72681.703125, 72729.203125, 72749.5, 72681.28125, 72649.1015625, 72679.796875, 72655.375, 72643.7109375, 72617.796875, 72637.234375, 72557.984375, 72499.6015625, 72480.4765625, 72438.265625, 72374.4453125, 72304.4140625, 72141.140625, 71968.7890625, 71957.2421875, 71922.65625, 71806.5, 71757.6875, 71573.9140625, 71476.0625, 71325.90625, 71244.890625, 71226.4921875, 71184.3046875, 71225.7734375, 71194.4609375, 71219.3515625, 71097.9453125, 71054.40625, 70996.234375, 71002.4296875, 70996.78125, 71008.2890625, 70947.6328125, 70929.484375, 70743.171875, 70757.46875, 70728.765625, 70664.453125, 70605.8984375, 70512.7578125, 70517.65625, 70544.1484375, 70617.046875, 70567.9140625, 70500.0, 70497.25, 70461.84375, 70313.671875, 70235.3046875, 70210.1171875, 70223.921875, 70294.875, 70284.3828125, 70212.375, 70166.6328125, 70119.984375, 70160.1484375, 70180.515625, 70227.546875, 70229.3515625, 70209.296875, 70147.4296875, 70141.2109375, 70080.1875, 70061.359375, 70043.640625, 70003.6953125, 69937.46875, 69864.484375, 70010.8203125, 70125.5390625, 70169.953125, 70175.8046875, 70126.8125, 70138.796875, 70109.9609375, 70185.1953125, 70298.8125, 70229.265625, 70143.453125, 70255.984375, 70303.40625, 70328.1171875, 70415.03125, 70554.6796875, 70675.078125, 70737.890625, 70871.15625, 70990.4296875, 71158.2734375, 71267.1171875, 71602.015625, 71672.0234375, 71806.484375, 71790.75, 71916.9453125, 71968.078125, 71951.171875, 72020.921875, 72097.0078125, 72093.4296875, 72167.96875, 72304.7109375, 72298.125, 72316.5703125, 72404.0546875, 72378.1640625, 72473.46875, 72485.7890625, 72550.6328125, 72651.984375, 72747.03125, 72816.015625, 72918.78125, 72997.1171875, 73140.09375, 73169.234375, 73203.6875, 73278.6640625, 73325.7734375, 73439.140625, 73405.46875, 73346.9609375, 73375.1875, 73320.9140625, 73424.671875, 73410.6484375, 73467.453125, 73359.1171875, 73506.4296875, 73482.4375, 73571.4765625, 73431.7734375, 73529.7578125, 73472.84375, 73477.109375, 73442.4375, 73423.015625, 73359.5390625, 73416.7421875, 73402.2890625, 73422.5703125, 73449.9140625, 73432.28125, 73431.578125, 73552.328125, 73528.3125, 73580.5390625, 73540.390625, 73558.421875, 73563.3984375, 73584.21875, 73685.0, 73768.6640625, 73840.4765625, 73907.84375, 73861.6171875, 73765.7265625, 73714.8828125, 73777.1328125, 73906.40625, 73841.8984375, 73866.3828125, 73867.359375, 73862.484375, 73949.765625, 73994.3515625, 73981.109375, 73983.078125, 74049.578125, 73930.078125, 73997.015625, 74020.375, 74090.3046875, 74138.6796875, 74034.984375, 74030.6015625, 74165.78125, 74335.6484375, 74535.8671875, 74551.578125, 74546.625, 74590.1328125, 74580.015625, 74581.1640625, 74603.265625, 74581.8046875, 74648.2734375, 74617.4453125, 74667.5546875, 74721.0, 74741.1796875, 74599.828125, 74509.1015625, 74491.15625, 74536.6015625, 74517.0234375, 74497.78125, 74476.1484375, 74523.9609375, 74459.6875, 74427.015625, 74418.828125, 74463.40625, 74476.046875, 74420.90625, 74421.203125, 74378.828125, 74369.1171875, 74284.7265625, 74376.0078125, 74454.6171875, 74439.203125, 74492.703125, 74459.859375, 74483.453125, 74515.140625, 74470.3515625, 74559.90625, 74523.09375, 74585.5546875, 74585.578125, 74652.3828125, 74656.0546875, 74654.296875, 74631.6875, 74555.9140625, 74553.7109375, 74560.8515625, 74545.71875, 74502.4296875, 74511.15625, 74528.3828125, 74473.7578125, 74448.9765625, 74512.9140625, 74405.7578125, 74424.375, 74470.625, 74387.4140625, 74422.828125, 74411.6796875, 74386.28125, 74384.578125, 74370.953125, 74320.8359375, 74382.5859375, 74412.1953125, 74390.0546875, 74353.0703125, 74339.6640625, 74390.984375, 74377.1640625, 74372.78125, 74398.703125, 74411.875, 74421.4453125, 74320.34375, 74260.078125, 74110.2890625, 74041.921875, 73896.359375, 73903.9765625, 74056.84375, 74120.4453125, 74107.703125, 74055.515625, 74048.34375, 74006.5546875, 74027.96875, 74143.09375, 74044.671875, 73952.7265625, 73978.171875, 74000.5078125, 73957.671875, 73993.75, 73924.3359375, 74009.0703125, 73985.734375, 73958.6328125, 73943.390625, 73902.5, 73803.4609375, 73753.4296875, 73753.8984375, 73734.7578125, 73787.828125, 73698.6875, 73646.0234375, 73618.6875, 73576.328125, 73581.4609375, 73546.484375, 73574.03125, 73524.7890625, 73430.8125, 73423.84375, 73447.328125, 73504.2109375, 73430.4609375, 73320.578125, 73154.84375, 73141.265625, 73059.8203125, 72912.1953125, 72839.1953125, 72779.6953125, 72716.0546875, 72644.3671875, 72554.2734375, 72346.6171875, 72260.046875, 72153.9140625, 71955.015625, 71800.7734375, 71581.171875, 71353.2265625, 71253.0234375, 71122.21875, 70947.125, 70840.234375, 70799.3046875, 70703.296875, 70695.1875, 70643.171875, 70587.828125, 70536.609375, 70511.75, 70574.9921875, 70537.40625, 70564.28125, 70605.5078125, 70525.1171875, 70448.4375, 70464.078125, 70448.7109375, 70373.21875, 70307.75, 70255.921875, 70104.9375, 70121.640625, 70144.4921875, 70042.8125, 70005.0078125, 69918.5859375, 69955.421875, 70021.265625, 70020.046875, 69956.0625, 69885.8671875, 69951.78125, 69783.421875, 69770.296875, 69844.4453125, 69860.828125, 69918.1484375, 69959.5390625, 69971.1875, 70057.9296875, 70120.578125, 70190.703125, 70330.2421875, 70422.140625, 70545.1640625, 70605.1484375, 70646.6328125, 70723.0, 70829.453125, 70922.0859375, 70945.25, 70961.2734375, 70965.078125, 71002.34375, 70969.1328125, 70903.4375, 70910.515625, 70921.9375, 70908.21875, 70873.6875, 70918.34375, 70970.78125, 71128.2265625, 71271.3828125, 71395.5859375, 71556.4765625, 71680.4921875, 71816.6875, 72008.5859375, 72155.015625, 72313.984375, 72459.9296875, 72567.9375, 72655.2734375, 72858.5546875, 73044.6328125, 73167.5546875, 73191.8203125, 73245.9453125, 73317.8046875, 73518.46875, 73721.046875, 73756.8125, 73749.9765625, 73850.09375, 73820.375, 73837.390625, 73992.75, 74042.984375, 74089.6484375, 74225.4140625, 74220.078125, 74290.90625, 74298.1640625, 74288.546875, 74268.109375, 74389.28125, 74329.296875, 74401.8515625, 74443.8203125, 74468.65625, 74438.3828125, 74379.9609375, 74381.890625, 74346.6484375, 74415.1953125, 74463.921875, 74630.203125, 74699.625, 74783.546875, 74770.859375, 74821.109375, 74795.9140625, 74796.46875, 74817.6484375, 74813.03125, 74770.6796875, 74754.3203125, 74712.9921875, 74644.5625, 74617.3125, 74559.1875, 74540.4765625, 74498.90625, 74504.640625, 74470.671875, 74428.1328125, 74263.71875, 74101.4140625, 74001.2890625, 73955.546875, 73960.6484375, 73902.2265625, 73865.4765625, 73761.9453125, 73736.125, 73794.7109375, 73727.2578125, 73707.546875, 73692.5859375, 73689.71875, 73612.4453125, 73512.59375, 73482.359375, 73407.4140625, 73335.7890625, 73253.1015625, 73160.6640625, 73034.40625, 73048.46875, 72984.1875, 72878.671875, 72788.359375, 72800.25, 72663.7578125, 72629.7890625, 72603.078125, 72568.3984375, 72556.859375, 72534.046875, 72474.46875, 72420.171875, 72310.2265625, 72186.203125, 72148.0546875, 72042.2734375, 71911.0390625, 71984.703125, 71922.1640625, 71908.65625, 71953.8984375, 71980.3515625, 71792.046875, 71606.546875, 71579.2109375, 71498.0234375, 71412.6796875, 71338.7890625, 71441.5625, 71513.078125, 71357.515625, 71426.5, 71513.09375, 71629.1875, 71631.0234375, 71666.125, 71642.953125, 71607.9453125, 71681.4921875, 71614.2265625, 71757.96875, 71719.3984375, 71703.140625, 71671.3828125, 71683.3203125, 71671.875, 71672.9296875, 71668.71875, 71670.4609375, 71652.6953125, 71562.1171875, 71531.875, 71589.21875, 71558.75, 71483.078125, 71431.5390625, 71427.0390625, 71405.375, 71408.6640625, 71330.1171875, 71384.203125, 71439.4609375, 71559.4140625, 71686.59375, 71739.3828125, 71811.5, 71780.4140625, 71886.984375, 71930.546875, 71892.90625, 71877.7890625, 71800.8046875, 71832.90625, 71797.203125, 71735.921875, 71700.21875, 71651.8984375, 71639.625, 71613.609375, 71560.03125, 71435.328125, 71350.0546875, 71234.953125, 71078.40625, 70991.03125, 70830.7890625, 70696.8359375, 70586.703125, 70498.1328125, 70389.5234375, 70444.21875, 70447.40625, 70461.59375, 70574.953125, 70730.6328125, 70704.375, 70742.9765625, 70766.7578125, 70728.8359375, 70677.9921875, 70735.1328125, 70779.09375, 70834.34375, 70842.671875, 70865.5, 70737.171875, 70673.9921875, 70660.453125, 70728.4375, 70677.359375, 70737.1171875, 70747.796875, 70693.734375, 70591.3828125, 70548.28125, 70487.9921875, 70462.5390625, 70392.0390625, 70423.390625, 70334.1640625, 70256.65625, 70308.1640625, 70406.046875, 70381.078125, 70345.1015625, 70346.1953125, 70450.140625, 70627.2734375, 70801.2578125, 71040.9375, 71064.1015625, 71040.8515625, 71031.4140625, 71084.609375, 71045.4296875, 71023.421875, 71003.1328125, 70922.9296875, 70941.296875, 70860.5703125, 70674.046875, 70567.1796875, 70545.0, 70557.96875, 70499.640625, 70438.140625, 70347.8046875, 70250.4609375, 70182.671875, 70136.3984375, 70053.21875, 70035.3515625, 69982.5, 69909.6875, 69834.1171875, 69709.9921875, 69661.1015625, 69626.6015625, 69565.5546875, 69511.4140625, 69385.484375, 69273.6171875, 69256.9296875, 69153.46875, 69119.5859375, 69087.7109375, 69011.609375, 68894.7421875, 68832.1953125, 68771.953125, 68738.828125, 68664.2578125, 68645.109375, 68361.8828125, 68203.3828125, 68211.4375, 68215.8515625, 68141.4296875, 68047.0390625, 68003.0546875, 67952.7578125, 67943.875, 67940.984375, 67935.296875, 67842.671875, 67873.03125, 67836.6171875, 67806.1953125, 67740.96875, 67768.5078125, 67631.7734375, 67618.5078125, 67567.4609375, 67475.96875, 67398.5390625, 67302.7421875, 67246.0234375, 67158.859375, 67047.8046875, 66933.6171875, 66883.515625, 66741.6796875, 66615.90625, 66500.046875, 66304.234375, 66237.125, 66071.9453125, 65977.203125, 65809.375, 65729.2890625, 65729.375, 65655.1484375, 65541.625, 65405.62109375, 65234.1640625, 65044.421875, 65022.75, 64836.42578125, 64627.6796875, 64676.08984375, 64606.2734375, 64570.1640625, 64541.83984375, 64495.36328125, 64443.390625, 64388.1875, 64350.63671875, 64274.65234375, 64237.04296875, 64098.58984375, 63987.46875, 63899.0234375, 63861.81640625, 63742.4140625, 63594.484375, 63538.828125, 63446.890625, 63291.0625, 63220.71875, 63210.27734375, 63184.671875, 63088.09765625, 63079.76171875, 63021.66015625, 62956.79296875, 62913.734375, 62846.1015625, 62764.80859375, 62704.55078125, 62646.87109375, 62583.296875, 62480.59765625, 62465.44140625, 62393.89453125, 62326.51953125, 62356.50390625, 62287.57421875, 62198.83203125, 62179.26171875, 62078.21875, 61880.2109375, 61836.38671875, 61660.3125, 61588.890625, 61521.29296875, 61359.875, 61141.0703125, 60986.65625, 60969.171875, 60713.15234375], \"timestamps\": [\"2018-09-19 00:00:00\", \"2018-09-19 00:01:00\", \"2018-09-19 00:02:00\", \"2018-09-19 00:03:00\", \"2018-09-19 00:04:00\", \"2018-09-19 00:05:00\", \"2018-09-19 00:06:00\", \"2018-09-19 00:07:00\", \"2018-09-19 00:08:00\", \"2018-09-19 00:09:00\", \"2018-09-19 00:10:00\", \"2018-09-19 00:11:00\", \"2018-09-19 00:12:00\", \"2018-09-19 00:13:00\", \"2018-09-19 00:14:00\", \"2018-09-19 00:15:00\", \"2018-09-19 00:16:00\", \"2018-09-19 00:17:00\", \"2018-09-19 00:18:00\", \"2018-09-19 00:19:00\", \"2018-09-19 00:20:00\", \"2018-09-19 00:21:00\", \"2018-09-19 00:22:00\", \"2018-09-19 00:23:00\", \"2018-09-19 00:24:00\", \"2018-09-19 00:25:00\", \"2018-09-19 00:26:00\", \"2018-09-19 00:27:00\", \"2018-09-19 00:28:00\", \"2018-09-19 00:29:00\", \"2018-09-19 00:30:00\", \"2018-09-19 00:31:00\", \"2018-09-19 00:32:00\", \"2018-09-19 00:33:00\", \"2018-09-19 00:34:00\", \"2018-09-19 00:35:00\", \"2018-09-19 00:36:00\", \"2018-09-19 00:37:00\", \"2018-09-19 00:38:00\", \"2018-09-19 00:39:00\", \"2018-09-19 00:40:00\", \"2018-09-19 00:41:00\", \"2018-09-19 00:42:00\", \"2018-09-19 00:43:00\", \"2018-09-19 00:44:00\", \"2018-09-19 00:45:00\", \"2018-09-19 00:46:00\", \"2018-09-19 00:47:00\", \"2018-09-19 00:48:00\", \"2018-09-19 00:49:00\", \"2018-09-19 00:50:00\", \"2018-09-19 00:51:00\", \"2018-09-19 00:52:00\", \"2018-09-19 00:53:00\", \"2018-09-19 00:54:00\", \"2018-09-19 00:55:00\", \"2018-09-19 00:56:00\", \"2018-09-19 00:57:00\", \"2018-09-19 00:58:00\", \"2018-09-19 00:59:00\", \"2018-09-19 01:00:00\", \"2018-09-19 01:01:00\", \"2018-09-19 01:02:00\", \"2018-09-19 01:03:00\", \"2018-09-19 01:04:00\", \"2018-09-19 01:05:00\", \"2018-09-19 01:06:00\", \"2018-09-19 01:07:00\", \"2018-09-19 01:08:00\", \"2018-09-19 01:09:00\", \"2018-09-19 01:10:00\", \"2018-09-19 01:11:00\", \"2018-09-19 01:12:00\", \"2018-09-19 01:13:00\", \"2018-09-19 01:14:00\", \"2018-09-19 01:15:00\", \"2018-09-19 01:16:00\", \"2018-09-19 01:17:00\", \"2018-09-19 01:18:00\", \"2018-09-19 01:19:00\", \"2018-09-19 01:20:00\", \"2018-09-19 01:21:00\", \"2018-09-19 01:22:00\", \"2018-09-19 01:23:00\", \"2018-09-19 01:24:00\", \"2018-09-19 01:25:00\", \"2018-09-19 01:26:00\", \"2018-09-19 01:27:00\", \"2018-09-19 01:28:00\", \"2018-09-19 01:29:00\", \"2018-09-19 01:30:00\", \"2018-09-19 01:31:00\", \"2018-09-19 01:32:00\", \"2018-09-19 01:33:00\", \"2018-09-19 01:34:00\", \"2018-09-19 01:35:00\", \"2018-09-19 01:36:00\", \"2018-09-19 01:37:00\", \"2018-09-19 01:38:00\", \"2018-09-19 01:39:00\", \"2018-09-19 01:40:00\", \"2018-09-19 01:41:00\", \"2018-09-19 01:42:00\", \"2018-09-19 01:43:00\", \"2018-09-19 01:44:00\", \"2018-09-19 01:45:00\", \"2018-09-19 01:46:00\", \"2018-09-19 01:47:00\", \"2018-09-19 01:48:00\", \"2018-09-19 01:49:00\", \"2018-09-19 01:50:00\", \"2018-09-19 01:51:00\", \"2018-09-19 01:52:00\", \"2018-09-19 01:53:00\", \"2018-09-19 01:54:00\", \"2018-09-19 01:55:00\", \"2018-09-19 01:56:00\", \"2018-09-19 01:57:00\", \"2018-09-19 01:58:00\", \"2018-09-19 01:59:00\", \"2018-09-19 02:00:00\", \"2018-09-19 02:01:00\", \"2018-09-19 02:02:00\", \"2018-09-19 02:03:00\", \"2018-09-19 02:04:00\", \"2018-09-19 02:05:00\", \"2018-09-19 02:06:00\", \"2018-09-19 02:07:00\", \"2018-09-19 02:08:00\", \"2018-09-19 02:09:00\", \"2018-09-19 02:10:00\", \"2018-09-19 02:11:00\", \"2018-09-19 02:12:00\", \"2018-09-19 02:13:00\", \"2018-09-19 02:14:00\", \"2018-09-19 02:15:00\", \"2018-09-19 02:16:00\", \"2018-09-19 02:17:00\", \"2018-09-19 02:18:00\", \"2018-09-19 02:19:00\", \"2018-09-19 02:20:00\", \"2018-09-19 02:21:00\", \"2018-09-19 02:22:00\", \"2018-09-19 02:23:00\", \"2018-09-19 02:24:00\", \"2018-09-19 02:25:00\", \"2018-09-19 02:26:00\", \"2018-09-19 02:27:00\", \"2018-09-19 02:28:00\", \"2018-09-19 02:29:00\", \"2018-09-19 02:30:00\", \"2018-09-19 02:31:00\", \"2018-09-19 02:32:00\", \"2018-09-19 02:33:00\", \"2018-09-19 02:34:00\", \"2018-09-19 02:35:00\", \"2018-09-19 02:36:00\", \"2018-09-19 02:37:00\", \"2018-09-19 02:38:00\", \"2018-09-19 02:39:00\", \"2018-09-19 02:40:00\", \"2018-09-19 02:41:00\", \"2018-09-19 02:42:00\", \"2018-09-19 02:43:00\", \"2018-09-19 02:44:00\", \"2018-09-19 02:45:00\", \"2018-09-19 02:46:00\", \"2018-09-19 02:47:00\", \"2018-09-19 02:48:00\", \"2018-09-19 02:49:00\", \"2018-09-19 02:50:00\", \"2018-09-19 02:51:00\", \"2018-09-19 02:52:00\", \"2018-09-19 02:53:00\", \"2018-09-19 02:54:00\", \"2018-09-19 02:55:00\", \"2018-09-19 02:56:00\", \"2018-09-19 02:57:00\", \"2018-09-19 02:58:00\", \"2018-09-19 02:59:00\", \"2018-09-19 03:00:00\", \"2018-09-19 03:01:00\", \"2018-09-19 03:02:00\", \"2018-09-19 03:03:00\", \"2018-09-19 03:04:00\", \"2018-09-19 03:05:00\", \"2018-09-19 03:06:00\", \"2018-09-19 03:07:00\", \"2018-09-19 03:08:00\", \"2018-09-19 03:09:00\", \"2018-09-19 03:10:00\", \"2018-09-19 03:11:00\", \"2018-09-19 03:12:00\", \"2018-09-19 03:13:00\", \"2018-09-19 03:14:00\", \"2018-09-19 03:15:00\", \"2018-09-19 03:16:00\", \"2018-09-19 03:17:00\", \"2018-09-19 03:18:00\", \"2018-09-19 03:19:00\", \"2018-09-19 03:20:00\", \"2018-09-19 03:21:00\", \"2018-09-19 03:22:00\", \"2018-09-19 03:23:00\", \"2018-09-19 03:24:00\", \"2018-09-19 03:25:00\", \"2018-09-19 03:26:00\", \"2018-09-19 03:27:00\", \"2018-09-19 03:28:00\", \"2018-09-19 03:29:00\", \"2018-09-19 03:30:00\", \"2018-09-19 03:31:00\", \"2018-09-19 03:32:00\", \"2018-09-19 03:33:00\", \"2018-09-19 03:34:00\", \"2018-09-19 03:35:00\", \"2018-09-19 03:36:00\", \"2018-09-19 03:37:00\", \"2018-09-19 03:38:00\", \"2018-09-19 03:39:00\", \"2018-09-19 03:40:00\", \"2018-09-19 03:41:00\", \"2018-09-19 03:42:00\", \"2018-09-19 03:43:00\", \"2018-09-19 03:44:00\", \"2018-09-19 03:45:00\", \"2018-09-19 03:46:00\", \"2018-09-19 03:47:00\", \"2018-09-19 03:48:00\", \"2018-09-19 03:49:00\", \"2018-09-19 03:50:00\", \"2018-09-19 03:51:00\", \"2018-09-19 03:52:00\", \"2018-09-19 03:53:00\", \"2018-09-19 03:54:00\", \"2018-09-19 03:55:00\", \"2018-09-19 03:56:00\", \"2018-09-19 03:57:00\", \"2018-09-19 03:58:00\", \"2018-09-19 03:59:00\", \"2018-09-19 04:00:00\", \"2018-09-19 04:01:00\", \"2018-09-19 04:02:00\", \"2018-09-19 04:03:00\", \"2018-09-19 04:04:00\", \"2018-09-19 04:05:00\", \"2018-09-19 04:06:00\", \"2018-09-19 04:07:00\", \"2018-09-19 04:08:00\", \"2018-09-19 04:09:00\", \"2018-09-19 04:10:00\", \"2018-09-19 04:11:00\", \"2018-09-19 04:12:00\", \"2018-09-19 04:13:00\", \"2018-09-19 04:14:00\", \"2018-09-19 04:15:00\", \"2018-09-19 04:16:00\", \"2018-09-19 04:17:00\", \"2018-09-19 04:18:00\", \"2018-09-19 04:19:00\", \"2018-09-19 04:20:00\", \"2018-09-19 04:21:00\", \"2018-09-19 04:22:00\", \"2018-09-19 04:23:00\", \"2018-09-19 04:24:00\", \"2018-09-19 04:25:00\", \"2018-09-19 04:26:00\", \"2018-09-19 04:27:00\", \"2018-09-19 04:28:00\", \"2018-09-19 04:29:00\", \"2018-09-19 04:30:00\", \"2018-09-19 04:31:00\", \"2018-09-19 04:32:00\", \"2018-09-19 04:33:00\", \"2018-09-19 04:34:00\", \"2018-09-19 04:35:00\", \"2018-09-19 04:36:00\", \"2018-09-19 04:37:00\", \"2018-09-19 04:38:00\", \"2018-09-19 04:39:00\", \"2018-09-19 04:40:00\", \"2018-09-19 04:41:00\", \"2018-09-19 04:42:00\", \"2018-09-19 04:43:00\", \"2018-09-19 04:44:00\", \"2018-09-19 04:45:00\", \"2018-09-19 04:46:00\", \"2018-09-19 04:47:00\", \"2018-09-19 04:48:00\", \"2018-09-19 04:49:00\", \"2018-09-19 04:50:00\", \"2018-09-19 04:51:00\", \"2018-09-19 04:52:00\", \"2018-09-19 04:53:00\", \"2018-09-19 04:54:00\", \"2018-09-19 04:55:00\", \"2018-09-19 04:56:00\", \"2018-09-19 04:57:00\", \"2018-09-19 04:58:00\", \"2018-09-19 04:59:00\", \"2018-09-19 05:00:00\", \"2018-09-19 05:01:00\", \"2018-09-19 05:02:00\", \"2018-09-19 05:03:00\", \"2018-09-19 05:04:00\", \"2018-09-19 05:05:00\", \"2018-09-19 05:06:00\", \"2018-09-19 05:07:00\", \"2018-09-19 05:08:00\", \"2018-09-19 05:09:00\", \"2018-09-19 05:10:00\", \"2018-09-19 05:11:00\", \"2018-09-19 05:12:00\", \"2018-09-19 05:13:00\", \"2018-09-19 05:14:00\", \"2018-09-19 05:15:00\", \"2018-09-19 05:16:00\", \"2018-09-19 05:17:00\", \"2018-09-19 05:18:00\", \"2018-09-19 05:19:00\", \"2018-09-19 05:20:00\", \"2018-09-19 05:21:00\", \"2018-09-19 05:22:00\", \"2018-09-19 05:23:00\", \"2018-09-19 05:24:00\", \"2018-09-19 05:25:00\", \"2018-09-19 05:26:00\", \"2018-09-19 05:27:00\", \"2018-09-19 05:28:00\", \"2018-09-19 05:29:00\", \"2018-09-19 05:30:00\", \"2018-09-19 05:31:00\", \"2018-09-19 05:32:00\", \"2018-09-19 05:33:00\", \"2018-09-19 05:34:00\", \"2018-09-19 05:35:00\", \"2018-09-19 05:36:00\", \"2018-09-19 05:37:00\", \"2018-09-19 05:38:00\", \"2018-09-19 05:39:00\", \"2018-09-19 05:40:00\", \"2018-09-19 05:41:00\", \"2018-09-19 05:42:00\", \"2018-09-19 05:43:00\", \"2018-09-19 05:44:00\", \"2018-09-19 05:45:00\", \"2018-09-19 05:46:00\", \"2018-09-19 05:47:00\", \"2018-09-19 05:48:00\", \"2018-09-19 05:49:00\", \"2018-09-19 05:50:00\", \"2018-09-19 05:51:00\", \"2018-09-19 05:52:00\", \"2018-09-19 05:53:00\", \"2018-09-19 05:54:00\", \"2018-09-19 05:55:00\", \"2018-09-19 05:56:00\", \"2018-09-19 05:57:00\", \"2018-09-19 05:58:00\", \"2018-09-19 05:59:00\", \"2018-09-19 06:00:00\", \"2018-09-19 06:01:00\", \"2018-09-19 06:02:00\", \"2018-09-19 06:03:00\", \"2018-09-19 06:04:00\", \"2018-09-19 06:05:00\", \"2018-09-19 06:06:00\", \"2018-09-19 06:07:00\", \"2018-09-19 06:08:00\", \"2018-09-19 06:09:00\", \"2018-09-19 06:10:00\", \"2018-09-19 06:11:00\", \"2018-09-19 06:12:00\", \"2018-09-19 06:13:00\", \"2018-09-19 06:14:00\", \"2018-09-19 06:15:00\", \"2018-09-19 06:16:00\", \"2018-09-19 06:17:00\", \"2018-09-19 06:18:00\", \"2018-09-19 06:19:00\", \"2018-09-19 06:20:00\", \"2018-09-19 06:21:00\", \"2018-09-19 06:22:00\", \"2018-09-19 06:23:00\", \"2018-09-19 06:24:00\", \"2018-09-19 06:25:00\", \"2018-09-19 06:26:00\", \"2018-09-19 06:27:00\", \"2018-09-19 06:28:00\", \"2018-09-19 06:29:00\", \"2018-09-19 06:30:00\", \"2018-09-19 06:31:00\", \"2018-09-19 06:32:00\", \"2018-09-19 06:33:00\", \"2018-09-19 06:34:00\", \"2018-09-19 06:35:00\", \"2018-09-19 06:36:00\", \"2018-09-19 06:37:00\", \"2018-09-19 06:38:00\", \"2018-09-19 06:39:00\", \"2018-09-19 06:40:00\", \"2018-09-19 06:41:00\", \"2018-09-19 06:42:00\", \"2018-09-19 06:43:00\", \"2018-09-19 06:44:00\", \"2018-09-19 06:45:00\", \"2018-09-19 06:46:00\", \"2018-09-19 06:47:00\", \"2018-09-19 06:48:00\", \"2018-09-19 06:49:00\", \"2018-09-19 06:50:00\", \"2018-09-19 06:51:00\", \"2018-09-19 06:52:00\", \"2018-09-19 06:53:00\", \"2018-09-19 06:54:00\", \"2018-09-19 06:55:00\", \"2018-09-19 06:56:00\", \"2018-09-19 06:57:00\", \"2018-09-19 06:58:00\", \"2018-09-19 06:59:00\", \"2018-09-19 07:00:00\", \"2018-09-19 07:01:00\", \"2018-09-19 07:02:00\", \"2018-09-19 07:03:00\", \"2018-09-19 07:04:00\", \"2018-09-19 07:05:00\", \"2018-09-19 07:06:00\", \"2018-09-19 07:07:00\", \"2018-09-19 07:08:00\", \"2018-09-19 07:09:00\", \"2018-09-19 07:10:00\", \"2018-09-19 07:11:00\", \"2018-09-19 07:12:00\", \"2018-09-19 07:13:00\", \"2018-09-19 07:14:00\", \"2018-09-19 07:15:00\", \"2018-09-19 07:16:00\", \"2018-09-19 07:17:00\", \"2018-09-19 07:18:00\", \"2018-09-19 07:19:00\", \"2018-09-19 07:20:00\", \"2018-09-19 07:21:00\", \"2018-09-19 07:22:00\", \"2018-09-19 07:23:00\", \"2018-09-19 07:24:00\", \"2018-09-19 07:25:00\", \"2018-09-19 07:26:00\", \"2018-09-19 07:27:00\", \"2018-09-19 07:28:00\", \"2018-09-19 07:29:00\", \"2018-09-19 07:30:00\", \"2018-09-19 07:31:00\", \"2018-09-19 07:32:00\", \"2018-09-19 07:33:00\", \"2018-09-19 07:34:00\", \"2018-09-19 07:35:00\", \"2018-09-19 07:36:00\", \"2018-09-19 07:37:00\", \"2018-09-19 07:38:00\", \"2018-09-19 07:39:00\", \"2018-09-19 07:40:00\", \"2018-09-19 07:41:00\", \"2018-09-19 07:42:00\", \"2018-09-19 07:43:00\", \"2018-09-19 07:44:00\", \"2018-09-19 07:45:00\", \"2018-09-19 07:46:00\", \"2018-09-19 07:47:00\", \"2018-09-19 07:48:00\", \"2018-09-19 07:49:00\", \"2018-09-19 07:50:00\", \"2018-09-19 07:51:00\", \"2018-09-19 07:52:00\", \"2018-09-19 07:53:00\", \"2018-09-19 07:54:00\", \"2018-09-19 07:55:00\", \"2018-09-19 07:56:00\", \"2018-09-19 07:57:00\", \"2018-09-19 07:58:00\", \"2018-09-19 07:59:00\", \"2018-09-19 08:00:00\", \"2018-09-19 08:01:00\", \"2018-09-19 08:02:00\", \"2018-09-19 08:03:00\", \"2018-09-19 08:04:00\", \"2018-09-19 08:05:00\", \"2018-09-19 08:06:00\", \"2018-09-19 08:07:00\", \"2018-09-19 08:08:00\", \"2018-09-19 08:09:00\", \"2018-09-19 08:10:00\", \"2018-09-19 08:11:00\", \"2018-09-19 08:12:00\", \"2018-09-19 08:13:00\", \"2018-09-19 08:14:00\", \"2018-09-19 08:15:00\", \"2018-09-19 08:16:00\", \"2018-09-19 08:17:00\", \"2018-09-19 08:18:00\", \"2018-09-19 08:19:00\", \"2018-09-19 08:20:00\", \"2018-09-19 08:21:00\", \"2018-09-19 08:22:00\", \"2018-09-19 08:23:00\", \"2018-09-19 08:24:00\", \"2018-09-19 08:25:00\", \"2018-09-19 08:26:00\", \"2018-09-19 08:27:00\", \"2018-09-19 08:28:00\", \"2018-09-19 08:29:00\", \"2018-09-19 08:30:00\", \"2018-09-19 08:31:00\", \"2018-09-19 08:32:00\", \"2018-09-19 08:33:00\", \"2018-09-19 08:34:00\", \"2018-09-19 08:35:00\", \"2018-09-19 08:36:00\", \"2018-09-19 08:37:00\", \"2018-09-19 08:38:00\", \"2018-09-19 08:39:00\", \"2018-09-19 08:40:00\", \"2018-09-19 08:41:00\", \"2018-09-19 08:42:00\", \"2018-09-19 08:43:00\", \"2018-09-19 08:44:00\", \"2018-09-19 08:45:00\", \"2018-09-19 08:46:00\", \"2018-09-19 08:47:00\", \"2018-09-19 08:48:00\", \"2018-09-19 08:49:00\", \"2018-09-19 08:50:00\", \"2018-09-19 08:51:00\", \"2018-09-19 08:52:00\", \"2018-09-19 08:53:00\", \"2018-09-19 08:54:00\", \"2018-09-19 08:55:00\", \"2018-09-19 08:56:00\", \"2018-09-19 08:57:00\", \"2018-09-19 08:58:00\", \"2018-09-19 08:59:00\", \"2018-09-19 09:00:00\", \"2018-09-19 09:01:00\", \"2018-09-19 09:02:00\", \"2018-09-19 09:03:00\", \"2018-09-19 09:04:00\", \"2018-09-19 09:05:00\", \"2018-09-19 09:06:00\", \"2018-09-19 09:07:00\", \"2018-09-19 09:08:00\", \"2018-09-19 09:09:00\", \"2018-09-19 09:10:00\", \"2018-09-19 09:11:00\", \"2018-09-19 09:12:00\", \"2018-09-19 09:13:00\", \"2018-09-19 09:14:00\", \"2018-09-19 09:15:00\", \"2018-09-19 09:16:00\", \"2018-09-19 09:17:00\", \"2018-09-19 09:18:00\", \"2018-09-19 09:19:00\", \"2018-09-19 09:20:00\", \"2018-09-19 09:21:00\", \"2018-09-19 09:22:00\", \"2018-09-19 09:23:00\", \"2018-09-19 09:24:00\", \"2018-09-19 09:25:00\", \"2018-09-19 09:26:00\", \"2018-09-19 09:27:00\", \"2018-09-19 09:28:00\", \"2018-09-19 09:29:00\", \"2018-09-19 09:30:00\", \"2018-09-19 09:31:00\", \"2018-09-19 09:32:00\", \"2018-09-19 09:33:00\", \"2018-09-19 09:34:00\", \"2018-09-19 09:35:00\", \"2018-09-19 09:36:00\", \"2018-09-19 09:37:00\", \"2018-09-19 09:38:00\", \"2018-09-19 09:39:00\", \"2018-09-19 09:40:00\", \"2018-09-19 09:41:00\", \"2018-09-19 09:42:00\", \"2018-09-19 09:43:00\", \"2018-09-19 09:44:00\", \"2018-09-19 09:45:00\", \"2018-09-19 09:46:00\", \"2018-09-19 09:47:00\", \"2018-09-19 09:48:00\", \"2018-09-19 09:49:00\", \"2018-09-19 09:50:00\", \"2018-09-19 09:51:00\", \"2018-09-19 09:52:00\", \"2018-09-19 09:53:00\", \"2018-09-19 09:54:00\", \"2018-09-19 09:55:00\", \"2018-09-19 09:56:00\", \"2018-09-19 09:57:00\", \"2018-09-19 09:58:00\", \"2018-09-19 09:59:00\", \"2018-09-19 10:00:00\", \"2018-09-19 10:01:00\", \"2018-09-19 10:02:00\", \"2018-09-19 10:03:00\", \"2018-09-19 10:04:00\", \"2018-09-19 10:05:00\", \"2018-09-19 10:06:00\", \"2018-09-19 10:07:00\", \"2018-09-19 10:08:00\", \"2018-09-19 10:09:00\", \"2018-09-19 10:10:00\", \"2018-09-19 10:11:00\", \"2018-09-19 10:12:00\", \"2018-09-19 10:13:00\", \"2018-09-19 10:14:00\", \"2018-09-19 10:15:00\", \"2018-09-19 10:16:00\", \"2018-09-19 10:17:00\", \"2018-09-19 10:18:00\", \"2018-09-19 10:19:00\", \"2018-09-19 10:20:00\", \"2018-09-19 10:21:00\", \"2018-09-19 10:22:00\", \"2018-09-19 10:23:00\", \"2018-09-19 10:24:00\", \"2018-09-19 10:25:00\", \"2018-09-19 10:26:00\", \"2018-09-19 10:27:00\", \"2018-09-19 10:28:00\", \"2018-09-19 10:29:00\", \"2018-09-19 10:30:00\", \"2018-09-19 10:31:00\", \"2018-09-19 10:32:00\", \"2018-09-19 10:33:00\", \"2018-09-19 10:34:00\", \"2018-09-19 10:35:00\", \"2018-09-19 10:36:00\", \"2018-09-19 10:37:00\", \"2018-09-19 10:38:00\", \"2018-09-19 10:39:00\", \"2018-09-19 10:40:00\", \"2018-09-19 10:41:00\", \"2018-09-19 10:42:00\", \"2018-09-19 10:43:00\", \"2018-09-19 10:44:00\", \"2018-09-19 10:45:00\", \"2018-09-19 10:46:00\", \"2018-09-19 10:47:00\", \"2018-09-19 10:48:00\", \"2018-09-19 10:49:00\", \"2018-09-19 10:50:00\", \"2018-09-19 10:51:00\", \"2018-09-19 10:52:00\", \"2018-09-19 10:53:00\", \"2018-09-19 10:54:00\", \"2018-09-19 10:55:00\", \"2018-09-19 10:56:00\", \"2018-09-19 10:57:00\", \"2018-09-19 10:58:00\", \"2018-09-19 10:59:00\", \"2018-09-19 11:00:00\", \"2018-09-19 11:01:00\", \"2018-09-19 11:02:00\", \"2018-09-19 11:03:00\", \"2018-09-19 11:04:00\", \"2018-09-19 11:05:00\", \"2018-09-19 11:06:00\", \"2018-09-19 11:07:00\", \"2018-09-19 11:08:00\", \"2018-09-19 11:09:00\", \"2018-09-19 11:10:00\", \"2018-09-19 11:11:00\", \"2018-09-19 11:12:00\", \"2018-09-19 11:13:00\", \"2018-09-19 11:14:00\", \"2018-09-19 11:15:00\", \"2018-09-19 11:16:00\", \"2018-09-19 11:17:00\", \"2018-09-19 11:18:00\", \"2018-09-19 11:19:00\", \"2018-09-19 11:20:00\", \"2018-09-19 11:21:00\", \"2018-09-19 11:22:00\", \"2018-09-19 11:23:00\", \"2018-09-19 11:24:00\", \"2018-09-19 11:25:00\", \"2018-09-19 11:26:00\", \"2018-09-19 11:27:00\", \"2018-09-19 11:28:00\", \"2018-09-19 11:29:00\", \"2018-09-19 11:30:00\", \"2018-09-19 11:31:00\", \"2018-09-19 11:32:00\", \"2018-09-19 11:33:00\", \"2018-09-19 11:34:00\", \"2018-09-19 11:35:00\", \"2018-09-19 11:36:00\", \"2018-09-19 11:37:00\", \"2018-09-19 11:38:00\", \"2018-09-19 11:39:00\", \"2018-09-19 11:40:00\", \"2018-09-19 11:41:00\", \"2018-09-19 11:42:00\", \"2018-09-19 11:43:00\", \"2018-09-19 11:44:00\", \"2018-09-19 11:45:00\", \"2018-09-19 11:46:00\", \"2018-09-19 11:47:00\", \"2018-09-19 11:48:00\", \"2018-09-19 11:49:00\", \"2018-09-19 11:50:00\", \"2018-09-19 11:51:00\", \"2018-09-19 11:52:00\", \"2018-09-19 11:53:00\", \"2018-09-19 11:54:00\", \"2018-09-19 11:55:00\", \"2018-09-19 11:56:00\", \"2018-09-19 11:57:00\", \"2018-09-19 11:58:00\", \"2018-09-19 11:59:00\", \"2018-09-19 12:00:00\", \"2018-09-19 12:01:00\", \"2018-09-19 12:02:00\", \"2018-09-19 12:03:00\", \"2018-09-19 12:04:00\", \"2018-09-19 12:05:00\", \"2018-09-19 12:06:00\", \"2018-09-19 12:07:00\", \"2018-09-19 12:08:00\", \"2018-09-19 12:09:00\", \"2018-09-19 12:10:00\", \"2018-09-19 12:11:00\", \"2018-09-19 12:12:00\", \"2018-09-19 12:13:00\", \"2018-09-19 12:14:00\", \"2018-09-19 12:15:00\", \"2018-09-19 12:16:00\", \"2018-09-19 12:17:00\", \"2018-09-19 12:18:00\", \"2018-09-19 12:19:00\", \"2018-09-19 12:20:00\", \"2018-09-19 12:21:00\", \"2018-09-19 12:22:00\", \"2018-09-19 12:23:00\", \"2018-09-19 12:24:00\", \"2018-09-19 12:25:00\", \"2018-09-19 12:26:00\", \"2018-09-19 12:27:00\", \"2018-09-19 12:28:00\", \"2018-09-19 12:29:00\", \"2018-09-19 12:30:00\", \"2018-09-19 12:31:00\", \"2018-09-19 12:32:00\", \"2018-09-19 12:33:00\", \"2018-09-19 12:34:00\", \"2018-09-19 12:35:00\", \"2018-09-19 12:36:00\", \"2018-09-19 12:37:00\", \"2018-09-19 12:38:00\", \"2018-09-19 12:39:00\", \"2018-09-19 12:40:00\", \"2018-09-19 12:41:00\", \"2018-09-19 12:42:00\", \"2018-09-19 12:43:00\", \"2018-09-19 12:44:00\", \"2018-09-19 12:45:00\", \"2018-09-19 12:46:00\", \"2018-09-19 12:47:00\", \"2018-09-19 12:48:00\", \"2018-09-19 12:49:00\", \"2018-09-19 12:50:00\", \"2018-09-19 12:51:00\", \"2018-09-19 12:52:00\", \"2018-09-19 12:53:00\", \"2018-09-19 12:54:00\", \"2018-09-19 12:55:00\", \"2018-09-19 12:56:00\", \"2018-09-19 12:57:00\", \"2018-09-19 12:58:00\", \"2018-09-19 12:59:00\", \"2018-09-19 13:00:00\", \"2018-09-19 13:01:00\", \"2018-09-19 13:02:00\", \"2018-09-19 13:03:00\", \"2018-09-19 13:04:00\", \"2018-09-19 13:05:00\", \"2018-09-19 13:06:00\", \"2018-09-19 13:07:00\", \"2018-09-19 13:08:00\", \"2018-09-19 13:09:00\", \"2018-09-19 13:10:00\", \"2018-09-19 13:11:00\", \"2018-09-19 13:12:00\", \"2018-09-19 13:13:00\", \"2018-09-19 13:14:00\", \"2018-09-19 13:15:00\", \"2018-09-19 13:16:00\", \"2018-09-19 13:17:00\", \"2018-09-19 13:18:00\", \"2018-09-19 13:19:00\", \"2018-09-19 13:20:00\", \"2018-09-19 13:21:00\", \"2018-09-19 13:22:00\", \"2018-09-19 13:23:00\", \"2018-09-19 13:24:00\", \"2018-09-19 13:25:00\", \"2018-09-19 13:26:00\", \"2018-09-19 13:27:00\", \"2018-09-19 13:28:00\", \"2018-09-19 13:29:00\", \"2018-09-19 13:30:00\", \"2018-09-19 13:31:00\", \"2018-09-19 13:32:00\", \"2018-09-19 13:33:00\", \"2018-09-19 13:34:00\", \"2018-09-19 13:35:00\", \"2018-09-19 13:36:00\", \"2018-09-19 13:37:00\", \"2018-09-19 13:38:00\", \"2018-09-19 13:39:00\", \"2018-09-19 13:40:00\", \"2018-09-19 13:41:00\", \"2018-09-19 13:42:00\", \"2018-09-19 13:43:00\", \"2018-09-19 13:44:00\", \"2018-09-19 13:45:00\", \"2018-09-19 13:46:00\", \"2018-09-19 13:47:00\", \"2018-09-19 13:48:00\", \"2018-09-19 13:49:00\", \"2018-09-19 13:50:00\", \"2018-09-19 13:51:00\", \"2018-09-19 13:52:00\", \"2018-09-19 13:53:00\", \"2018-09-19 13:54:00\", \"2018-09-19 13:55:00\", \"2018-09-19 13:56:00\", \"2018-09-19 13:57:00\", \"2018-09-19 13:58:00\", \"2018-09-19 13:59:00\", \"2018-09-19 14:00:00\", \"2018-09-19 14:01:00\", \"2018-09-19 14:02:00\", \"2018-09-19 14:03:00\", \"2018-09-19 14:04:00\", \"2018-09-19 14:05:00\", \"2018-09-19 14:06:00\", \"2018-09-19 14:07:00\", \"2018-09-19 14:08:00\", \"2018-09-19 14:09:00\", \"2018-09-19 14:10:00\", \"2018-09-19 14:11:00\", \"2018-09-19 14:12:00\", \"2018-09-19 14:13:00\", \"2018-09-19 14:14:00\", \"2018-09-19 14:15:00\", \"2018-09-19 14:16:00\", \"2018-09-19 14:17:00\", \"2018-09-19 14:18:00\", \"2018-09-19 14:19:00\", \"2018-09-19 14:20:00\", \"2018-09-19 14:21:00\", \"2018-09-19 14:22:00\", \"2018-09-19 14:23:00\", \"2018-09-19 14:24:00\", \"2018-09-19 14:25:00\", \"2018-09-19 14:26:00\", \"2018-09-19 14:27:00\", \"2018-09-19 14:28:00\", \"2018-09-19 14:29:00\", \"2018-09-19 14:30:00\", \"2018-09-19 14:31:00\", \"2018-09-19 14:32:00\", \"2018-09-19 14:33:00\", \"2018-09-19 14:34:00\", \"2018-09-19 14:35:00\", \"2018-09-19 14:36:00\", \"2018-09-19 14:37:00\", \"2018-09-19 14:38:00\", \"2018-09-19 14:39:00\", \"2018-09-19 14:40:00\", \"2018-09-19 14:41:00\", \"2018-09-19 14:42:00\", \"2018-09-19 14:43:00\", \"2018-09-19 14:44:00\", \"2018-09-19 14:45:00\", \"2018-09-19 14:46:00\", \"2018-09-19 14:47:00\", \"2018-09-19 14:48:00\", \"2018-09-19 14:49:00\", \"2018-09-19 14:50:00\", \"2018-09-19 14:51:00\", \"2018-09-19 14:52:00\", \"2018-09-19 14:53:00\", \"2018-09-19 14:54:00\", \"2018-09-19 14:55:00\", \"2018-09-19 14:56:00\", \"2018-09-19 14:57:00\", \"2018-09-19 14:58:00\", \"2018-09-19 14:59:00\", \"2018-09-19 15:00:00\", \"2018-09-19 15:01:00\", \"2018-09-19 15:02:00\", \"2018-09-19 15:03:00\", \"2018-09-19 15:04:00\", \"2018-09-19 15:05:00\", \"2018-09-19 15:06:00\", \"2018-09-19 15:07:00\", \"2018-09-19 15:08:00\", \"2018-09-19 15:09:00\", \"2018-09-19 15:10:00\", \"2018-09-19 15:11:00\", \"2018-09-19 15:12:00\", \"2018-09-19 15:13:00\", \"2018-09-19 15:14:00\", \"2018-09-19 15:15:00\", \"2018-09-19 15:16:00\", \"2018-09-19 15:17:00\", \"2018-09-19 15:18:00\", \"2018-09-19 15:19:00\", \"2018-09-19 15:20:00\", \"2018-09-19 15:21:00\", \"2018-09-19 15:22:00\", \"2018-09-19 15:23:00\", \"2018-09-19 15:24:00\", \"2018-09-19 15:25:00\", \"2018-09-19 15:26:00\", \"2018-09-19 15:27:00\", \"2018-09-19 15:28:00\", \"2018-09-19 15:29:00\", \"2018-09-19 15:30:00\", \"2018-09-19 15:31:00\", \"2018-09-19 15:32:00\", \"2018-09-19 15:33:00\", \"2018-09-19 15:34:00\", \"2018-09-19 15:35:00\", \"2018-09-19 15:36:00\", \"2018-09-19 15:37:00\", \"2018-09-19 15:38:00\", \"2018-09-19 15:39:00\", \"2018-09-19 15:40:00\", \"2018-09-19 15:41:00\", \"2018-09-19 15:42:00\", \"2018-09-19 15:43:00\", \"2018-09-19 15:44:00\", \"2018-09-19 15:45:00\", \"2018-09-19 15:46:00\", \"2018-09-19 15:47:00\", \"2018-09-19 15:48:00\", \"2018-09-19 15:49:00\", \"2018-09-19 15:50:00\", \"2018-09-19 15:51:00\", \"2018-09-19 15:52:00\", \"2018-09-19 15:53:00\", \"2018-09-19 15:54:00\", \"2018-09-19 15:55:00\", \"2018-09-19 15:56:00\", \"2018-09-19 15:57:00\", \"2018-09-19 15:58:00\", \"2018-09-19 15:59:00\", \"2018-09-19 16:00:00\", \"2018-09-19 16:01:00\", \"2018-09-19 16:02:00\", \"2018-09-19 16:03:00\", \"2018-09-19 16:04:00\", \"2018-09-19 16:05:00\", \"2018-09-19 16:06:00\", \"2018-09-19 16:07:00\", \"2018-09-19 16:08:00\", \"2018-09-19 16:09:00\", \"2018-09-19 16:10:00\", \"2018-09-19 16:11:00\", \"2018-09-19 16:12:00\", \"2018-09-19 16:13:00\", \"2018-09-19 16:14:00\", \"2018-09-19 16:15:00\", \"2018-09-19 16:16:00\", \"2018-09-19 16:17:00\", \"2018-09-19 16:18:00\", \"2018-09-19 16:19:00\", \"2018-09-19 16:20:00\", \"2018-09-19 16:21:00\", \"2018-09-19 16:22:00\", \"2018-09-19 16:23:00\", \"2018-09-19 16:24:00\", \"2018-09-19 16:25:00\", \"2018-09-19 16:26:00\", \"2018-09-19 16:27:00\", \"2018-09-19 16:28:00\", \"2018-09-19 16:29:00\", \"2018-09-19 16:30:00\", \"2018-09-19 16:31:00\", \"2018-09-19 16:32:00\", \"2018-09-19 16:33:00\", \"2018-09-19 16:34:00\", \"2018-09-19 16:35:00\", \"2018-09-19 16:36:00\", \"2018-09-19 16:37:00\", \"2018-09-19 16:38:00\", \"2018-09-19 16:39:00\", \"2018-09-19 16:40:00\", \"2018-09-19 16:41:00\", \"2018-09-19 16:42:00\", \"2018-09-19 16:43:00\", \"2018-09-19 16:44:00\", \"2018-09-19 16:45:00\", \"2018-09-19 16:46:00\", \"2018-09-19 16:47:00\", \"2018-09-19 16:48:00\", \"2018-09-19 16:49:00\", \"2018-09-19 16:50:00\", \"2018-09-19 16:51:00\", \"2018-09-19 16:52:00\", \"2018-09-19 16:53:00\", \"2018-09-19 16:54:00\", \"2018-09-19 16:55:00\", \"2018-09-19 16:56:00\", \"2018-09-19 16:57:00\", \"2018-09-19 16:58:00\", \"2018-09-19 16:59:00\", \"2018-09-19 17:00:00\", \"2018-09-19 17:01:00\", \"2018-09-19 17:02:00\", \"2018-09-19 17:03:00\", \"2018-09-19 17:04:00\", \"2018-09-19 17:05:00\", \"2018-09-19 17:06:00\", \"2018-09-19 17:07:00\", \"2018-09-19 17:08:00\", \"2018-09-19 17:09:00\", \"2018-09-19 17:10:00\", \"2018-09-19 17:11:00\", \"2018-09-19 17:12:00\", \"2018-09-19 17:13:00\", \"2018-09-19 17:14:00\", \"2018-09-19 17:15:00\", \"2018-09-19 17:16:00\", \"2018-09-19 17:17:00\", \"2018-09-19 17:18:00\", \"2018-09-19 17:19:00\", \"2018-09-19 17:20:00\", \"2018-09-19 17:21:00\", \"2018-09-19 17:22:00\", \"2018-09-19 17:23:00\", \"2018-09-19 17:24:00\", \"2018-09-19 17:25:00\", \"2018-09-19 17:26:00\", \"2018-09-19 17:27:00\", \"2018-09-19 17:28:00\", \"2018-09-19 17:29:00\", \"2018-09-19 17:30:00\", \"2018-09-19 17:31:00\", \"2018-09-19 17:32:00\", \"2018-09-19 17:33:00\", \"2018-09-19 17:34:00\", \"2018-09-19 17:35:00\", \"2018-09-19 17:36:00\", \"2018-09-19 17:37:00\", \"2018-09-19 17:38:00\", \"2018-09-19 17:39:00\", \"2018-09-19 17:40:00\", \"2018-09-19 17:41:00\", \"2018-09-19 17:42:00\", \"2018-09-19 17:43:00\", \"2018-09-19 17:44:00\", \"2018-09-19 17:45:00\", \"2018-09-19 17:46:00\", \"2018-09-19 17:47:00\", \"2018-09-19 17:48:00\", \"2018-09-19 17:49:00\", \"2018-09-19 17:50:00\", \"2018-09-19 17:51:00\", \"2018-09-19 17:52:00\", \"2018-09-19 17:53:00\", \"2018-09-19 17:54:00\", \"2018-09-19 17:55:00\", \"2018-09-19 17:56:00\", \"2018-09-19 17:57:00\", \"2018-09-19 17:58:00\", \"2018-09-19 17:59:00\", \"2018-09-19 18:00:00\", \"2018-09-19 18:01:00\", \"2018-09-19 18:02:00\", \"2018-09-19 18:03:00\", \"2018-09-19 18:04:00\", \"2018-09-19 18:05:00\", \"2018-09-19 18:06:00\", \"2018-09-19 18:07:00\", \"2018-09-19 18:08:00\", \"2018-09-19 18:09:00\", \"2018-09-19 18:10:00\", \"2018-09-19 18:11:00\", \"2018-09-19 18:12:00\", \"2018-09-19 18:13:00\", \"2018-09-19 18:14:00\", \"2018-09-19 18:15:00\", \"2018-09-19 18:16:00\", \"2018-09-19 18:17:00\", \"2018-09-19 18:18:00\", \"2018-09-19 18:19:00\", \"2018-09-19 18:20:00\", \"2018-09-19 18:21:00\", \"2018-09-19 18:22:00\", \"2018-09-19 18:23:00\", \"2018-09-19 18:24:00\", \"2018-09-19 18:25:00\", \"2018-09-19 18:26:00\", \"2018-09-19 18:27:00\", \"2018-09-19 18:28:00\", \"2018-09-19 18:29:00\", \"2018-09-19 18:30:00\", \"2018-09-19 18:31:00\", \"2018-09-19 18:32:00\", \"2018-09-19 18:33:00\", \"2018-09-19 18:34:00\", \"2018-09-19 18:35:00\", \"2018-09-19 18:36:00\", \"2018-09-19 18:37:00\", \"2018-09-19 18:38:00\", \"2018-09-19 18:39:00\", \"2018-09-19 18:40:00\", \"2018-09-19 18:41:00\", \"2018-09-19 18:42:00\", \"2018-09-19 18:43:00\", \"2018-09-19 18:44:00\", \"2018-09-19 18:45:00\", \"2018-09-19 18:46:00\", \"2018-09-19 18:47:00\", \"2018-09-19 18:48:00\", \"2018-09-19 18:49:00\", \"2018-09-19 18:50:00\", \"2018-09-19 18:51:00\", \"2018-09-19 18:52:00\", \"2018-09-19 18:53:00\", \"2018-09-19 18:54:00\", \"2018-09-19 18:55:00\", \"2018-09-19 18:56:00\", \"2018-09-19 18:57:00\", \"2018-09-19 18:58:00\", \"2018-09-19 18:59:00\", \"2018-09-19 19:00:00\", \"2018-09-19 19:01:00\", \"2018-09-19 19:02:00\", \"2018-09-19 19:03:00\", \"2018-09-19 19:04:00\", \"2018-09-19 19:05:00\", \"2018-09-19 19:06:00\", \"2018-09-19 19:07:00\", \"2018-09-19 19:08:00\", \"2018-09-19 19:09:00\", \"2018-09-19 19:10:00\", \"2018-09-19 19:11:00\", \"2018-09-19 19:12:00\", \"2018-09-19 19:13:00\", \"2018-09-19 19:14:00\", \"2018-09-19 19:15:00\", \"2018-09-19 19:16:00\", \"2018-09-19 19:17:00\", \"2018-09-19 19:18:00\", \"2018-09-19 19:19:00\", \"2018-09-19 19:20:00\", \"2018-09-19 19:21:00\", \"2018-09-19 19:22:00\", \"2018-09-19 19:23:00\", \"2018-09-19 19:24:00\", \"2018-09-19 19:25:00\", \"2018-09-19 19:26:00\", \"2018-09-19 19:27:00\", \"2018-09-19 19:28:00\", \"2018-09-19 19:29:00\", \"2018-09-19 19:30:00\", \"2018-09-19 19:31:00\", \"2018-09-19 19:32:00\", \"2018-09-19 19:33:00\", \"2018-09-19 19:34:00\", \"2018-09-19 19:35:00\", \"2018-09-19 19:36:00\", \"2018-09-19 19:37:00\", \"2018-09-19 19:38:00\", \"2018-09-19 19:39:00\", \"2018-09-19 19:40:00\", \"2018-09-19 19:41:00\", \"2018-09-19 19:42:00\", \"2018-09-19 19:43:00\", \"2018-09-19 19:44:00\", \"2018-09-19 19:45:00\", \"2018-09-19 19:46:00\", \"2018-09-19 19:47:00\", \"2018-09-19 19:48:00\", \"2018-09-19 19:49:00\", \"2018-09-19 19:50:00\", \"2018-09-19 19:51:00\", \"2018-09-19 19:52:00\", \"2018-09-19 19:53:00\", \"2018-09-19 19:54:00\", \"2018-09-19 19:55:00\", \"2018-09-19 19:56:00\", \"2018-09-19 19:57:00\", \"2018-09-19 19:58:00\", \"2018-09-19 19:59:00\", \"2018-09-19 20:00:00\", \"2018-09-19 20:01:00\", \"2018-09-19 20:02:00\", \"2018-09-19 20:03:00\", \"2018-09-19 20:04:00\", \"2018-09-19 20:05:00\", \"2018-09-19 20:06:00\", \"2018-09-19 20:07:00\", \"2018-09-19 20:08:00\", \"2018-09-19 20:09:00\", \"2018-09-19 20:10:00\", \"2018-09-19 20:11:00\", \"2018-09-19 20:12:00\", \"2018-09-19 20:13:00\", \"2018-09-19 20:14:00\", \"2018-09-19 20:15:00\", \"2018-09-19 20:16:00\", \"2018-09-19 20:17:00\", \"2018-09-19 20:18:00\", \"2018-09-19 20:19:00\", \"2018-09-19 20:20:00\", \"2018-09-19 20:21:00\", \"2018-09-19 20:22:00\", \"2018-09-19 20:23:00\", \"2018-09-19 20:24:00\", \"2018-09-19 20:25:00\", \"2018-09-19 20:26:00\", \"2018-09-19 20:27:00\", \"2018-09-19 20:28:00\", \"2018-09-19 20:29:00\", \"2018-09-19 20:30:00\", \"2018-09-19 20:31:00\", \"2018-09-19 20:32:00\", \"2018-09-19 20:33:00\", \"2018-09-19 20:34:00\", \"2018-09-19 20:35:00\", \"2018-09-19 20:36:00\", \"2018-09-19 20:37:00\", \"2018-09-19 20:38:00\", \"2018-09-19 20:39:00\", \"2018-09-19 20:40:00\", \"2018-09-19 20:41:00\", \"2018-09-19 20:42:00\", \"2018-09-19 20:43:00\", \"2018-09-19 20:44:00\", \"2018-09-19 20:45:00\", \"2018-09-19 20:46:00\", \"2018-09-19 20:47:00\", \"2018-09-19 20:48:00\", \"2018-09-19 20:49:00\", \"2018-09-19 20:50:00\", \"2018-09-19 20:51:00\", \"2018-09-19 20:52:00\", \"2018-09-19 20:53:00\", \"2018-09-19 20:54:00\", \"2018-09-19 20:55:00\", \"2018-09-19 20:56:00\", \"2018-09-19 20:57:00\", \"2018-09-19 20:58:00\", \"2018-09-19 20:59:00\", \"2018-09-19 21:00:00\", \"2018-09-19 21:01:00\", \"2018-09-19 21:02:00\", \"2018-09-19 21:03:00\", \"2018-09-19 21:04:00\", \"2018-09-19 21:05:00\", \"2018-09-19 21:06:00\", \"2018-09-19 21:07:00\", \"2018-09-19 21:08:00\", \"2018-09-19 21:09:00\", \"2018-09-19 21:10:00\", \"2018-09-19 21:11:00\", \"2018-09-19 21:12:00\", \"2018-09-19 21:13:00\", \"2018-09-19 21:14:00\", \"2018-09-19 21:15:00\", \"2018-09-19 21:16:00\", \"2018-09-19 21:17:00\", \"2018-09-19 21:18:00\", \"2018-09-19 21:19:00\", \"2018-09-19 21:20:00\", \"2018-09-19 21:21:00\", \"2018-09-19 21:22:00\", \"2018-09-19 21:23:00\", \"2018-09-19 21:24:00\", \"2018-09-19 21:25:00\", \"2018-09-19 21:26:00\", \"2018-09-19 21:27:00\", \"2018-09-19 21:28:00\", \"2018-09-19 21:29:00\", \"2018-09-19 21:30:00\", \"2018-09-19 21:31:00\", \"2018-09-19 21:32:00\", \"2018-09-19 21:33:00\", \"2018-09-19 21:34:00\", \"2018-09-19 21:35:00\", \"2018-09-19 21:36:00\", \"2018-09-19 21:37:00\", \"2018-09-19 21:38:00\", \"2018-09-19 21:39:00\", \"2018-09-19 21:40:00\", \"2018-09-19 21:41:00\", \"2018-09-19 21:42:00\", \"2018-09-19 21:43:00\", \"2018-09-19 21:44:00\", \"2018-09-19 21:45:00\", \"2018-09-19 21:46:00\", \"2018-09-19 21:47:00\", \"2018-09-19 21:48:00\", \"2018-09-19 21:49:00\", \"2018-09-19 21:50:00\", \"2018-09-19 21:51:00\", \"2018-09-19 21:52:00\", \"2018-09-19 21:53:00\", \"2018-09-19 21:54:00\", \"2018-09-19 21:55:00\", \"2018-09-19 21:56:00\", \"2018-09-19 21:57:00\", \"2018-09-19 21:58:00\", \"2018-09-19 21:59:00\", \"2018-09-19 22:00:00\", \"2018-09-19 22:01:00\", \"2018-09-19 22:02:00\", \"2018-09-19 22:03:00\", \"2018-09-19 22:04:00\", \"2018-09-19 22:05:00\", \"2018-09-19 22:06:00\", \"2018-09-19 22:07:00\", \"2018-09-19 22:08:00\", \"2018-09-19 22:09:00\", \"2018-09-19 22:10:00\", \"2018-09-19 22:11:00\", \"2018-09-19 22:12:00\", \"2018-09-19 22:13:00\", \"2018-09-19 22:14:00\", \"2018-09-19 22:15:00\", \"2018-09-19 22:16:00\", \"2018-09-19 22:17:00\", \"2018-09-19 22:18:00\", \"2018-09-19 22:19:00\", \"2018-09-19 22:20:00\", \"2018-09-19 22:21:00\", \"2018-09-19 22:22:00\", \"2018-09-19 22:23:00\", \"2018-09-19 22:24:00\", \"2018-09-19 22:25:00\", \"2018-09-19 22:26:00\", \"2018-09-19 22:27:00\", \"2018-09-19 22:28:00\", \"2018-09-19 22:29:00\", \"2018-09-19 22:30:00\", \"2018-09-19 22:31:00\", \"2018-09-19 22:32:00\", \"2018-09-19 22:33:00\", \"2018-09-19 22:34:00\", \"2018-09-19 22:35:00\", \"2018-09-19 22:36:00\", \"2018-09-19 22:37:00\", \"2018-09-19 22:38:00\", \"2018-09-19 22:39:00\", \"2018-09-19 22:40:00\", \"2018-09-19 22:41:00\", \"2018-09-19 22:42:00\", \"2018-09-19 22:43:00\", \"2018-09-19 22:44:00\", \"2018-09-19 22:45:00\", \"2018-09-19 22:46:00\", \"2018-09-19 22:47:00\", \"2018-09-19 22:48:00\", \"2018-09-19 22:49:00\", \"2018-09-19 22:50:00\", \"2018-09-19 22:51:00\", \"2018-09-19 22:52:00\", \"2018-09-19 22:53:00\", \"2018-09-19 22:54:00\", \"2018-09-19 22:55:00\", \"2018-09-19 22:56:00\", \"2018-09-19 22:57:00\", \"2018-09-19 22:58:00\", \"2018-09-19 22:59:00\", \"2018-09-19 23:00:00\", \"2018-09-19 23:01:00\", \"2018-09-19 23:02:00\", \"2018-09-19 23:03:00\", \"2018-09-19 23:04:00\", \"2018-09-19 23:05:00\", \"2018-09-19 23:06:00\", \"2018-09-19 23:07:00\", \"2018-09-19 23:08:00\", \"2018-09-19 23:09:00\", \"2018-09-19 23:10:00\", \"2018-09-19 23:11:00\", \"2018-09-19 23:12:00\", \"2018-09-19 23:13:00\", \"2018-09-19 23:14:00\", \"2018-09-19 23:15:00\", \"2018-09-19 23:16:00\", \"2018-09-19 23:17:00\", \"2018-09-19 23:18:00\", \"2018-09-19 23:19:00\", \"2018-09-19 23:20:00\", \"2018-09-19 23:21:00\", \"2018-09-19 23:22:00\", \"2018-09-19 23:23:00\", \"2018-09-19 23:24:00\", \"2018-09-19 23:25:00\", \"2018-09-19 23:26:00\", \"2018-09-19 23:27:00\", \"2018-09-19 23:28:00\", \"2018-09-19 23:29:00\", \"2018-09-19 23:30:00\", \"2018-09-19 23:31:00\", \"2018-09-19 23:32:00\", \"2018-09-19 23:33:00\", \"2018-09-19 23:34:00\", \"2018-09-19 23:35:00\", \"2018-09-19 23:36:00\", \"2018-09-19 23:37:00\", \"2018-09-19 23:38:00\", \"2018-09-19 23:39:00\", \"2018-09-19 23:40:00\", \"2018-09-19 23:41:00\", \"2018-09-19 23:42:00\", \"2018-09-19 23:43:00\", \"2018-09-19 23:44:00\", \"2018-09-19 23:45:00\", \"2018-09-19 23:46:00\", \"2018-09-19 23:47:00\", \"2018-09-19 23:48:00\", \"2018-09-19 23:49:00\", \"2018-09-19 23:50:00\", \"2018-09-19 23:51:00\", \"2018-09-19 23:52:00\", \"2018-09-19 23:53:00\", \"2018-09-19 23:54:00\", \"2018-09-19 23:55:00\", \"2018-09-19 23:56:00\", \"2018-09-19 23:57:00\", \"2018-09-19 23:58:00\", \"2018-09-19 23:59:00\", \"2018-09-20 00:00:00\"], \"points_returned\": 1441, \"timeseries_returned\": 1441, \"info\": {\"lastupdate\": \"2018-10-09T00:04:05.096757\", \"mints\": 1525057200, \"tsid\": \"ts1067_0_0\", \"name\": \"ts_ons_carga_1min_sin\", \"npoints\": 367348, \"desc\": \"S\\u00e9rie temporal com valores acumulados para Carga SIN.\", \"unit\": \"Mwmed\", \"tags\": [\"ts_ons_operacao\", \"ts_ons_operacao_carga\", \"ts_ons_carga\", \"ts_ons_operacao_1min\", \"ts_ons_carga_1min\", \"ts_ons_carga_1min_sin\", \"ts_carga\", \"ts_carga_sin\"], \"maxts\": 1539053940, \"created\": \"2018-08-29T14:48:45.955050\"}}}"}],"_postman_id":"76d76b12-6afa-4953-bc13-ed39c37fd6ea"}],"event":[{"listen":"prerequest","script":{"id":"d4797a0f-ec45-4397-99f7-758a292e5672","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dd417821-5b39-474a-b03a-dd7aa0ca70e4","type":"text/javascript","exec":[""]}}]}