summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/how-to-use-docs/myAPI1.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-developer/how-to-use-docs/myAPI1.json')
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/myAPI1.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/guides/onap-developer/how-to-use-docs/myAPI1.json b/docs/guides/onap-developer/how-to-use-docs/myAPI1.json
deleted file mode 100644
index b611ad81c..000000000
--- a/docs/guides/onap-developer/how-to-use-docs/myAPI1.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "swagger" : "2.0",
- "info" : {
- "description" : "my API 1",
- "version" : "1.0.0",
- "title" : "API example",
- "contact" : {
- "email" : "onap@orange.com"
- },
- "license" : {
- "name" : "Apache 2.0",
- "url" : "http://www.apache.org/licenses/LICENSE-2.0.html"
- }
- },
- "host" : "serverRoot",
- "basePath" : "/healthCheck",
- "schemes" : [ "https" ],
- "produces": [
- "application/json;charset=utf-8"
- ],
- "paths" : {
- "/healthCheck" : {
- "get" : {
- "summary" : "Displays healhcheck for my favorite component",
- "description" : "Displays healthcheck for my favorite component",
- "responses": {
- "200": {
- "description": "Service OK"
- },
- "503" : {
- "description" : "Service Unavailable"
- }
- }
- }
- }
- }
-}