-
Notifications
You must be signed in to change notification settings - Fork 28
Dev: REST endpoint links
Ondrej Zizka edited this page Feb 27, 2017
·
1 revision
- Resteasy registry - endpoints: http://localhost:8080/windup-web-services/rest/resteasy/registry
- Resteasy furnace - endpoints: http://localhost:8080/windup-web-services/rest-furnace/resteasy/registry
- Windup config: http://localhost:8080/windup-web-services/rest/configuration
-
http://localhost:8080/windup-web-services/rest/registeredApplications/list
0/applicationGroup/executions/0/id
- GET http://localhost:8080/windup-web-services/rest-furnace/graph/{executionID}/{id}
Ex: http://localhost:8080/windup-web-services/rest-furnace/graph/1871/3584 - GET http://localhost:8080/windup-web-services/rest-furnace/graph/{executionID}/by-type/{vertexType}
- Params:
-
in
,out
: edge labels whitelisting - other edges will be skipped for adjacencies. Default: include all.
This can be used for skippingin
edges:...?in=nonexistentLabel
-
depth
(int): How far in the graph to traverse. Default0
. -
dedup
(bool): Deduplicate repeated vertices by only listing their_id
property.
TODO: The client side will need to cache.
Ex: http://localhost:8080/windup-web-services/rest-furnace/graph/1871/by-type/WarArchiveModel
-
- Params:
- GET http://localhost:8080/windup-web-services/rest-furnace/graph/by-type/{type}
Ex: http://localhost:8080/windup-web-services/rest-furnace/graph/by-type/WarArchiveModel - POST - create, PUT - update, DELETE - delete
- Test - returns static string: http://localhost:8080/windup-web-services/rest-furnace/graph/test
Base: http://localhost:8080/windup-web-services/rest/
RestEasy docs: http://docs.jboss.org/resteasy/docs/3.0.19.Final/userguide/html_single/index.html