aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml')
-rw-r--r--plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml15
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml b/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml
index 64144d37..31e98776 100644
--- a/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml
+++ b/plugins/sample/src/main/resources/open-cli-schema/hello-world-http.yaml
@@ -4,13 +4,9 @@ name: hello-world-http
description: First cmd hello world using http runing under lighttpd in cli at http://<cli-ip>:8080/version.json
-version: sample-1.0
-
-service:
- name: sample-service
- version: 1.0.0
- auth: none
- mode: direct
+info:
+ product: sample
+ service: hello-world
parameters:
- name: name
@@ -30,6 +26,11 @@ results:
scope: short
http:
+ service:
+ name: sample-service
+ version: 1.0.0
+ auth: none
+ mode: direct
request:
uri: /version.json
method: GET