Dan Moore
Dan Moore
:+1:
@Plaristote, What is the request you're formulating to the server? I have not had this happen to me, but I am only using read functions in the API.
I tried it with a different vCenter and was able to get stats from the 300 intervalId. It must be a server side config. ``` console irb(main):203:0> pm.retrieve_stats([hosts[0]], ['cpu.usagemhz'], {interval:...
Right, but that's not the problem here. The underlying problem here is calling the counter 'cpu.usagemhz' returns the first instance of cpu.usagemhz -- which is of rollup (none) - only...
I could see the reverse being useful as well -- part of a Swagger CodeGen plugin!
Here is a ruby-specific DSL for generating Swagger docs we've used recently: https://github.com/domaindrivendev/rswag
I would love to see this and help. I think a limitation is the heroku permissions. Apps don't have the ability to auto-configure themselves. Therefore it probably needs to be...
I think what you're referring to is the ["Platform API"](https://devcenter.heroku.com/categories/platform-api). Their [authentication methods are per-user](https://devcenter.heroku.com/articles/platform-api-quickstart#authentication), which is as good as account-wide access. To use that method, you'd need a [specific...
A quick analysis of Sabayon -- it's a separate Go application that runs on heroku scheduler daily to renew a single certificate of another application -- using a Heroku API...
So based on a month working with this stuff -- we really like the sabayon side-app with permissions mentioned above. I would recommend changing this plugin / engine to use...