X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world-sme-invoker%2FREADME.md;fp=sample-services%2Fhello-world-sme-invoker%2FREADME.md;h=be6cf1e627a7da0b4073c92a23224580f5409489;hb=9ddce2b0e23655371aa311c94ce9605dcc74f74e;hp=95822a717280ade0674c9afe576ba8c65d663b24;hpb=5dd9e2d24bacf2d403c76304284edfcbabeb5d4b;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/README.md b/sample-services/hello-world-sme-invoker/README.md index 95822a71..be6cf1e6 100644 --- a/sample-services/hello-world-sme-invoker/README.md +++ b/sample-services/hello-world-sme-invoker/README.md @@ -1,6 +1,6 @@ # Hello World Sme Invoker Service -This repository contains a Spring Boot application serving few Hello World SME endpoints. +This repository contains a Spring Boot application serving as Hello World SME invoker application. The application can be built and run using the provided script - ``hello-world-sme-invoker-build-start.sh``. ## Prerequisites @@ -16,13 +16,7 @@ Run the script: The script will build a Docker image and run a container with the Hello World SME service. After the container starts, wait for a few seconds to ensure the Spring Boot application is fully initialized. Next, it will make an HTTP request to the -Hello World SME endpoint and display the response: - -```bash - response=$(curl -s http://localhost:8080/helloworld/v1/sme) - echo "Response from the Hello World SME endpoint:" - echo "$response" -``` +Hello World SME endpoint on the interval of 5 seconds and displays the response: To stop and remove the Docker container: @@ -31,7 +25,3 @@ To stop and remove the Docker container: docker rm hello-world-sme-invoker ``` -## Additional Information - -- The Hello World SME endpoint is available at http://localhost:8080/helloworld/v1/sme. -