Recently I've worked a bit with the HPE OneView Global Dashboard. I was surprised to see that HPE hadn't created a Powershell Module for it so I decided to create one my self
Read MoreAs a follow-up of my exploration of the HPE PDU REST API I wanted to create a Powershell module as a wrapper for the API. I've previously written a post on how to create a Powershell module as a wrapper for an API here. The PDU module will be built in the same way where there will be a private function that handles the actual API requests
Read MoreCreating a Powershell module as an API wrapper
We all love today's modern web with lots of API's available, both for retrieving information from various sources, gaining additional insights and for transform and enrich your data. Most API's today are RESTFUL, meaning that they should follow the REST principles. REST is not a standard, it's more a guideline for how …
Read More