Skip to content

Commit f8fb899

Browse files
committed
gfm table test
1 parent ede9f77 commit f8fb899

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,13 @@ and then change the password as appropriate
7676
JdbcUrl jdbc:sqlite:/opt/apache-tomee-plus-7.0.1/database/timeseries.db
7777
</Resource>
7878
</tomee>
79+
80+
# REST Services
81+
82+
The CIMApplication (HTML/Javascript) accessed at http://server:8080/cimweb is supported on the backend by
83+
RESTful services provided by the CIMWeb .war file.
84+
85+
Endpoint | Verb | Parameters | Description|
86+
------------ | ------------- | ------------- | -------------|
87+
/cimweb/cim/ping | GET | optional ;debug=true | Simple response EJB to check for proper deployment. The optional boolean debug matrix parameter will return the current set of environment variables on the server.|
88+
/cimweb/cim/file | GET | optional path | Returns the contents of the directory or file.|

0 commit comments

Comments
 (0)