Hi everybody,
I have recently started dealing with Dell PowerEdge servers. As I am looking to monitor the hardware status and information regarding my servers, I came across the OpenManage REST APIs, the documentation seems pretty straightforward.
However, when I attempted to code a Python script to pull the information using the required base_url given which is https://<hostname>:<portNumber>/api/OME.svc/<informationWeWant>
I kept facing a 404 Not Found exception should I be using a Session object to make the GET HTTP request, or a 503 Service Unavailable exception when I use a simple Request object to obtain it.
Does anybody have any clue if the URL is ill-formed or am I missing something? Thanks!