update packaging
[platform/core/system/edge-orchestration.git] / doc / edge-orchestration-api.json
index 7bd3287..e058a7d 100644 (file)
                                        }
                                }
                        }
+               },
+               "/api/v1/servicemgr/services/{appname}": {
+                       "get": {
+                               "tags": [
+                                       "Service Manager"
+                               ],
+                               "description": "Get information of app",
+                               "consumes": [
+                                       "application/json"
+                               ],
+                               "produces": [
+                                       "application/json"
+                               ],
+                               "parameters": [
+                                       {
+                                               "name": "appname",
+                                               "in": "path",
+                                               "description": "Name of executed app",
+                                               "required": true,
+                                               "type": "string"
+                                       }
+                               ],
+                               "responses": {
+                                       "200": {
+                                               "description": "Successful operation",
+                                               "schema": {
+                                                       "$ref": "#/definitions/ServiceInfo"
+                                               }
+                                       }
+                               }
+                       }
                }
        },
        "definitions": {