REST and TREP ADS/ADH: how to get the itemdb/cache?

I'm trying to use the REST API on my ADH/ADS 3.4.

By example, the below URL is working fine and give me all my config:

http://myserver:1234/configs?securityKey=myPassword

But I can't get the cache. By example, the below URL is not working:

http://myserver:1234/idemdb/cache?securityKey=myPassword (Error 404)

Best Answer

Answers

  • Thanks a lot Zoya.

    The itemdb/state is working fine.

    And regarding the cache, it's also working when cacheLocation=ssl. Which make sense!