-
|
Hi, after reading https://www.hammerdb.com/blog/uncategorized/using-hammerdb-as-a-web-service/ i have pull the last docker image of hammerDB for Oracle and try to use it (it's HammerDB 5.0). Can anyone give me an example of how to use the rest API of HammerDB 5.0 with cURL ? i try something like below without success : thanks regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes the direct HTTP/REST API was removed as it was not being used, so the current web service is read only providing a browser based interface to the results stored in the SQLite repository. The changes were made here #352 |
Beta Was this translation helpful? Give feedback.
Yes the direct HTTP/REST API was removed as it was not being used, so the current web service is read only providing a browser based interface to the results stored in the SQLite repository. The changes were made here #352
Workloads are driven through the GUI & CLI only at v5.0.