/
REST-API Quickstart
REST-API Quickstart
Requirements -
- A running instance of MongoDB
- A running instance of RADAR-base Management Portal
To run the application do:
- Edit the
radar.yml
config file and add the mongoDB configuration (Username and password) - Also add information about the Management Portal. More details on configuration at REST-API Configuration
- Then copy the config folder under any of these paths.
/usr/share/conf/radar/rest-api
/usr/local/conf/radar/rest-api
- run
./gradlew build
- Run the
radar-restapi-0.2.0.jar
located atbuild/libs/
You can also run the app using the distribution files located at
build/distributions/
By default, log messages are redirected to the STDOUT
.
The api documentation is located at <your-server-address>:<port>/api/openapi.json
Click here to see documentation of dev deploy instance.
, multiple selections available,
Related content
REST-API Clients
REST-API Clients
Read with this
REST-API Configuration
REST-API Configuration
More like this
RADAR-base REST-API
RADAR-base REST-API
More like this
REST-API Data Access
REST-API Data Access
More like this
Integrating new Apps and Devices into RADAR-base platform
Integrating new Apps and Devices into RADAR-base platform
More like this
Setting up a Kubernetes Cluster for RADAR-base
Setting up a Kubernetes Cluster for RADAR-base
More like this