Commit Graph

7 Commits

Author SHA1 Message Date
Robert von Burg 3056d5eb95 [New] added version info metadata to agent 2014-01-23 22:01:23 +01:00
Robert von Burg 74525d9e77 [Major] renamed package li.strolch.rest.inspector.model
to li.strolch.rest.mode
2014-01-23 07:34:30 +01:00
Robert von Burg c198a7337e [Bugfix] fixed problem of starting tests due to in-use port 2014-01-22 20:32:43 +01:00
Robert von Burg 495c925094 [New] Added tests for inspector with HTTP request test 2014-01-22 20:19:25 +01:00
Robert von Burg 4a0a0d5001 [New] Added tests for inspector with HTTP request test 2014-01-21 00:21:33 +01:00
Robert von Burg d155a8753b [New] Now the inspector can inspect from Agent to Element overviews
When the strolch restful classes are registered, the following API is
enabled:

strolch/inspector - overview of the realms
strolch/inspector/{realm} - ovierview of the elements in a realm
strolch/inspector/{realm}/order - overview of the orders
strolch/inspector/{realm}/resource - overview of the resources
strolch/inspector/{realm}/resource/{type} - overview of the resource
                                            types
strolch/inspector/{realm}/order/{type} - overview of the order types
strolch/inspector/{realm}/resource/{type}/{id} - get resource overview
strolch/inspector/{realm}/order/{type}/{id} - get an order overview

Getting details of the Resources and Orders is coming next
2014-01-17 12:36:59 +01:00
Robert von Burg 54494a9070 [Initial] Initial import
We have an inspector Rest URL to get an orderview of the order and
resource map
2014-01-15 21:59:24 +01:00