-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathload_users.sh
More file actions
executable file
·13 lines (13 loc) · 1.26 KB
/
load_users.sh
File metadata and controls
executable file
·13 lines (13 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
curl -d '{"services": [
\ {"base_url": "http://192.168.1.8:8092/JerseyInPayaraServer/rest/jersey","rest_service": "Jersey","server": "Micro Payara"},
\ {"base_url": "http://192.168.1.8:8093/JerseyInTomcatServer/rest/jersey","rest_service": "Jersey","server": "Tomcat"},
\ {"base_url": "http://192.168.1.8:8094/RestEasyInWildflyServer/rest/resteasy","rest_service": "RestEasy","server": "Wildfly"},
\ {"base_url": "http://192.168.1.8:8095/rest/spark","rest_service": "Spark Java","server": "Jetty"},
\ {"base_url": "http://192.168.1.8:8096/rest/javalin","rest_service": "Javalin","server": "Jetty"},
\ {"base_url": "http://192.168.1.8:8097/rest/springboot","rest_service": "Spring Boot","server": "Tomcat"},
\ {"base_url": "http://192.168.1.8:8099/rest/helidon","rest_service": "Helidon","server": "Netty"},
\ {"base_url": "http://192.168.1.8:8087/rest/jooby","rest_service": "Jooby","server": "Netty"},
\ {"base_url": "http://192.168.1.8:3000/rest/nodejs","rest_service": "NodeJS","server": "NodeJS"},
\ {"base_url": "http://192.168.1.8:8086/rest/vertx","rest_service": "Vertx","server": "Netty"},
\ {"base_url": "http://192.168.1.8:8088/rest/quarkus","rest_service": "Quarkus","server": "Netty"}]}'
\ -H "Content-Type: application/json" -X POST http://192.168.1.8:8091/rest/regis