Removed reference from Control Loop of Design Implementation
[policy/parent.git] / docs / clamp / acm / design-impl / participants / swagger / participant-sim.json
index 79fc301..b258f85 100644 (file)
         "/onap/participantsim/v2/elements": {
             "put": {
                 "tags": [
-                    "Clamp Control Loop Participant Simulator API"
+                    "Clamp Automation Composition Participant Simulator API"
                 ],
-                "summary": "Updates simulated control loop elements",
-                "description": "Updates simulated control loop elements, returning the updated control loop definition IDs",
+                "summary": "Updates simulated automation composition elements",
+                "description": "Updates simulated automation composition elements, returning the updated automation composition definition IDs",
                 "operationId": "updateUsingPUT",
                 "consumes": [
                     "application/json"
                     {
                         "in": "body",
                         "name": "body",
-                        "description": "Body of a control loop element",
+                        "description": "Body of a automation composition element",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/ControlLoopElementReq",
-                            "originalRef": "ControlLoopElementReq"
+                            "$ref": "#/definitions/AutomationCompositionElementReq",
+                            "originalRef": "AutomationCompositionElementReq"
                         }
                     },
                     {
@@ -51,8 +51,8 @@
                     "200": {
                         "description": "OK",
                         "schema": {
-                            "$ref": "#/definitions/TypedSimpleResponse«ControlLoopElement»",
-                            "originalRef": "TypedSimpleResponse«ControlLoopElement»"
+                            "$ref": "#/definitions/TypedSimpleResponse«AutomationCompositionElement»",
+                            "originalRef": "TypedSimpleResponse«AutomationCompositionElement»"
                         }
                     },
                     "201": {
         "/onap/participantsim/v2/elements/{name}/{version}": {
             "get": {
                 "tags": [
-                    "Clamp Control Loop Participant Simulator API"
+                    "Clamp Automation Composition Participant Simulator API"
                 ],
-                "summary": "Query details of the requested simulated control loop elements",
-                "description": "Queries details of the requested simulated control loop elements, returning all control loop element details",
+                "summary": "Query details of the requested simulated automation composition elements",
+                "description": "Queries details of the requested simulated automation composition elements, returning all automation composition element details",
                 "operationId": "elementsUsingGET",
                 "produces": [
                     "application/json",
                     {
                         "name": "name",
                         "in": "path",
-                        "description": "Control loop element name",
+                        "description": "Automation Composition element name",
                         "required": true,
                         "type": "string"
                     },
                     {
                         "name": "version",
                         "in": "path",
-                        "description": "Control loop element version",
+                        "description": "Automation Composition element version",
                         "required": true,
                         "type": "string"
                     },
                         "schema": {
                             "type": "object",
                             "additionalProperties": {
-                                "$ref": "#/definitions/ControlLoopElementRes",
-                                "originalRef": "ControlLoopElementRes"
+                                "$ref": "#/definitions/AutomationCompositionElementRes",
+                                "originalRef": "AutomationCompositionElementRes"
                             }
                         }
                     },
         "/onap/participantsim/v2/participants": {
             "put": {
                 "tags": [
-                    "Clamp Control Loop Participant Simulator API"
+                    "Clamp Automation Composition Participant Simulator API"
                 ],
                 "summary": "Updates simulated participants",
-                "description": "Updates simulated participants, returning the updated control loop definition IDs",
+                "description": "Updates simulated participants, returning the updated automation composition definition IDs",
                 "operationId": "updateUsingPUT_1",
                 "consumes": [
                     "application/json"
         "/onap/participantsim/v2/participants/{name}/{version}": {
             "get": {
                 "tags": [
-                    "Clamp Control Loop Participant Simulator API"
+                    "Clamp Automation Composition Participant Simulator API"
                 ],
                 "summary": "Query details of the requested simulated participants",
                 "description": "Queries details of the requested simulated participants, returning all participant details",