UNSOLVED

eustacez

updated

9 years ago

E

eustacez

1 Message

0

2401

June 9th, 2017 06:00

OME REST APIs

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:// : Number>/api/OME.svc/

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!