My Eikon installation has no running APIPROXY service so far as I can tell. So I'm not able to use any of the python APIs to connect to my desktop session. Entering http://localhost:9000/ping?all , returns:
{"port":9000,"mode":"eikon4","pid":19092,"hasSecure":true,"startedTime":"Mon Nov 15 2021 10:44:56 GMT-0600 (Central Standard Time)","subApps":[{"path":"/heap"},{"path":"/ping"},{"path":"/sxs","data":{"hasSecure":true,"sxsApps":{}}}]}
I think there should be a {"path":"/api"} in here.
Also http://localhost:9000/api/status , returns: Cannot GET /api/status. And http://localhost:9000/api : Cannot GET /api
How do I get the api service running?
Thanks,