Tiago Laureano Alves

Results 9 comments of Tiago Laureano Alves

@schniber Thanks for the reply. Yes, I had seen that. That example shows how to create an EC2 instance, volume, and `volume_attachment`. My proposal is that the definition of the...

Hi, this is just a first attempt showing the changes I proposed in https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/276 Looking forward for feedback about if this is the right approach or not for simplifying Terragrunt...

Same here, thank you @mwiede !

@FozzieUK Thanks for the reply. I see that you're using `dimension: "month"` - I'll check that. The empty results I got was when using `dimension: "day"` and fetching data from...

@FozzieUK, thanks for sharing some working examples. When posting to `https://www.foxesscloud.com/op/v0/device/report/query` to retrieve data for 2024-02-19, with the request: ``` { "method": "POST", "headers": { "Content-Type": "application/json", "token": ************, "signature":...

Example for historical data on 2024-02-19 to `https://www.foxesscloud.com/op/v0/device/history/query` where filters aren't working: ``` { "method": "POST", "headers": { "Content-Type": "application/json", "token": ***********, "signature": "fa6332c10586b382f4ac3e1daaa8ccaa", "timestamp": "1708702363609", "lang": "en", "User-Agent": "curl/7.64.1"...

@FozzieUK Thanks for looking into this. I've tried adding the quotes as you suggested but I get the same result. The [documentation](https://www.foxesscloud.com/public/i18n/en/OpenApiDocument.html#get20device20history20data0a3ca20id3dget20device20history20data4303e203ca3e) states that `begin` and `end` are number and...

@FozzieUK thank you. Having someone double check these results gave me a lot of sanity already. I appreciate it lot. Thanks again. I suspect the issue being from FoxESS side...

@FozzieUK I appreciate a lot you sharing more details. I've tried your token+SN in my code and I got: ``` { "errno": 0, "msg": "success", "result": null } ``` You...