aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/clamp/swagger/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clamp/clamp/swagger/swagger.json')
-rw-r--r--docs/clamp/clamp/swagger/swagger.json2092
1 files changed, 0 insertions, 2092 deletions
diff --git a/docs/clamp/clamp/swagger/swagger.json b/docs/clamp/clamp/swagger/swagger.json
deleted file mode 100644
index c0723a54..00000000
--- a/docs/clamp/clamp/swagger/swagger.json
+++ /dev/null
@@ -1,2092 +0,0 @@
-{
- "swagger" : "2.0",
- "info" : {
- "version" : "6.1.3-SNAPSHOT",
- "title" : "Clamp Rest API"
- },
- "host" : "localhost:39221",
- "basePath" : "/restservices/clds/",
- "schemes" : [ "http" ],
- "paths" : {
- "/v2/clampInformation" : {
- "get" : {
- "operationId" : "verb362",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/ClampInformation"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route369"
- }
- },
- "/v2/dictionary" : {
- "get" : {
- "operationId" : "verb333",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route340"
- },
- "put" : {
- "operationId" : "verb336",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route343"
- }
- },
- "/v2/dictionary/{dictionaryName}" : {
- "get" : {
- "operationId" : "verb335",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "dictionaryName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route342"
- }
- },
- "/v2/dictionary/{name}" : {
- "put" : {
- "operationId" : "verb337",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "name",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Dictionary"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route344"
- },
- "delete" : {
- "operationId" : "verb338",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "name",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route345"
- }
- },
- "/v2/dictionary/{name}/elements/{shortName}" : {
- "delete" : {
- "operationId" : "verb339",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "name",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "shortName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route346"
- }
- },
- "/v2/dictionary/secondary/names" : {
- "get" : {
- "operationId" : "verb334",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "array",
- "items" : {
- "type" : "string"
- }
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route341"
- }
- },
- "/v2/loop/{loopName}" : {
- "get" : {
- "operationId" : "verb314",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route321"
- }
- },
- "/v2/loop/addOperationaPolicy/{loopName}/policyModel/{policyType}/{policyVersion}" : {
- "put" : {
- "operationId" : "verb327",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route334"
- }
- },
- "/v2/loop/create/{loopName}?templateName={templateName}" : {
- "post" : {
- "operationId" : "verb329",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "templateName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route336"
- }
- },
- "/v2/loop/delete/{loopName}" : {
- "put" : {
- "operationId" : "verb325",
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route332"
- }
- },
- "/v2/loop/deploy/{loopName}" : {
- "put" : {
- "operationId" : "verb318",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route325"
- }
- },
- "/v2/loop/getAllNames" : {
- "get" : {
- "operationId" : "verb313",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "array",
- "items" : {
- "type" : "string"
- }
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route320"
- }
- },
- "/v2/loop/getstatus/{loopName}" : {
- "get" : {
- "operationId" : "verb326",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route333"
- }
- },
- "/v2/loop/refreshMicroServicePolicyJsonSchema/{loopName}/{microServicePolicyName}" : {
- "put" : {
- "operationId" : "verb319",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "microServicePolicyName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route326"
- }
- },
- "/v2/loop/refreshOperationalPolicyJsonSchema/{loopName}/{operationalPolicyName}" : {
- "put" : {
- "operationId" : "verb320",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "operationalPolicyName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route327"
- }
- },
- "/v2/loop/removeOperationaPolicy/{loopName}/policyModel/{policyType}/{policyVersion}/{policyName}" : {
- "put" : {
- "operationId" : "verb328",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route335"
- }
- },
- "/v2/loop/restart/{loopName}" : {
- "put" : {
- "operationId" : "verb323",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route330"
- }
- },
- "/v2/loop/stop/{loopName}" : {
- "put" : {
- "operationId" : "verb322",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route329"
- }
- },
- "/v2/loop/submit/{loopName}" : {
- "put" : {
- "operationId" : "verb324",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route331"
- }
- },
- "/v2/loop/undeploy/{loopName}" : {
- "put" : {
- "operationId" : "verb321",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route328"
- }
- },
- "/v2/loop/updateGlobalProperties/{loopName}" : {
- "post" : {
- "operationId" : "verb315",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/JsonObject"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route322"
- }
- },
- "/v2/loop/updateMicroservicePolicy/{loopName}" : {
- "post" : {
- "operationId" : "verb317",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/MicroServicePolicy"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/MicroServicePolicy"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route324"
- }
- },
- "/v2/loop/updateOperationalPolicies/{loopName}" : {
- "post" : {
- "operationId" : "verb316",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "loopName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/JsonArray"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route323"
- }
- },
- "/v2/policies" : {
- "get" : {
- "operationId" : "verb343",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/JsonObject"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route350"
- }
- },
- "/v2/policies/{policyModelType}/{policyModelVersion}/{policyName}/{policyVersion}" : {
- "post" : {
- "operationId" : "verb344",
- "consumes" : [ "application/json" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "policyModelType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyModelVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/JsonElement"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/JsonObject"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route351"
- },
- "delete" : {
- "operationId" : "verb345",
- "parameters" : [ {
- "name" : "policyModelType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyModelVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route352"
- }
- },
- "/v2/policies/pdpDeployment" : {
- "put" : {
- "operationId" : "verb346",
- "consumes" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "$ref" : "#/definitions/JsonElement"
- }
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route353"
- }
- },
- "/v2/policies/policytype" : {
- "post" : {
- "operationId" : "verb347",
- "consumes" : [ "plain/text" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route354"
- }
- },
- "/v2/policyToscaModels" : {
- "get" : {
- "operationId" : "verb340",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/PolicyModel"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route347"
- }
- },
- "/v2/policyToscaModels/{policyModelType}/{policyModelVersion}" : {
- "get" : {
- "operationId" : "verb341",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "policyModelType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyModelVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/JsonObject"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route348"
- }
- },
- "/v2/policyToscaModels/yaml/{policyModelType}/{policyModelVersion}" : {
- "get" : {
- "operationId" : "verb342",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "policyModelType",
- "in" : "path",
- "required" : true,
- "type" : "string"
- }, {
- "name" : "policyModelVersion",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route349"
- }
- },
- "/v2/templates" : {
- "get" : {
- "operationId" : "verb330",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/LoopTemplate"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route337"
- }
- },
- "/v2/templates/{templateName}" : {
- "get" : {
- "operationId" : "verb331",
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "name" : "templateName",
- "in" : "path",
- "required" : true,
- "type" : "string"
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/LoopTemplate"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route338"
- }
- },
- "/v2/templates/names" : {
- "get" : {
- "operationId" : "verb332",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "array",
- "items" : {
- "type" : "string"
- }
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route339"
- }
- },
- "/v2/toscaControlLoop/commissionToscaTemplate" : {
- "post" : {
- "operationId" : "verb349",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route356"
- }
- },
- "/v2/toscaControlLoop/decommissionToscaTemplate" : {
- "delete" : {
- "operationId" : "verb350",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route357"
- }
- },
- "/v2/toscaControlLoop/deleteToscaInstanceProperties" : {
- "delete" : {
- "operationId" : "verb358",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route365"
- }
- },
- "/v2/toscaControlLoop/deleteToscaInstantiation" : {
- "delete" : {
- "operationId" : "verb351",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route358"
- }
- },
- "/v2/toscaControlLoop/getCommonOrInstanceProperties" : {
- "get" : {
- "operationId" : "verb359",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route366"
- }
- },
- "/v2/toscaControlLoop/getControlLoopDefinitions" : {
- "get" : {
- "operationId" : "verb356",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route363"
- }
- },
- "/v2/toscaControlLoop/getElementDefinitions" : {
- "get" : {
- "operationId" : "verb355",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route362"
- }
- },
- "/v2/toscaControlLoop/getInstantiationOrderState" : {
- "get" : {
- "operationId" : "verb353",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route360"
- }
- },
- "/v2/toscaControlLoop/getJsonSchema" : {
- "get" : {
- "operationId" : "verb354",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route361"
- }
- },
- "/v2/toscaControlLoop/getToscaInstantiation" : {
- "get" : {
- "operationId" : "verb352",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route359"
- }
- },
- "/v2/toscaControlLoop/getToscaTemplate" : {
- "get" : {
- "operationId" : "verb348",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route355"
- }
- },
- "/v2/toscaControlLoop/postToscaInstanceProperties" : {
- "post" : {
- "operationId" : "verb357",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route364"
- }
- },
- "/v2/toscaControlLoop/postToscaInstantiation" : {
- "post" : {
- "operationId" : "verb360",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route367"
- }
- },
- "/v2/toscaControlLoop/putToscaInstantiationStateChange" : {
- "put" : {
- "operationId" : "verb361",
- "consumes" : [ "plain/text" ],
- "produces" : [ "application/json" ],
- "parameters" : [ {
- "in" : "body",
- "name" : "body",
- "required" : true,
- "schema" : {
- "type" : "string"
- }
- } ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "type" : "string"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route368"
- }
- },
- "/v1/healthcheck" : {
- "get" : {
- "operationId" : "verb363",
- "produces" : [ "application/json" ],
- "responses" : {
- "200" : {
- "description" : "Output type",
- "schema" : {
- "$ref" : "#/definitions/CldsHealthCheck"
- }
- }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route370"
- }
- },
- "/v1/user/getUser" : {
- "get" : {
- "operationId" : "verb364",
- "produces" : [ "text/plain" ],
- "responses" : {
- "200" : { }
- },
- "x-camelContextId" : "camel-7",
- "x-routeId" : "route371"
- }
- }
- },
- "definitions" : {
- "ClampInformation" : {
- "type" : "object",
- "properties" : {
- "userName" : {
- "type" : "string"
- },
- "cldsVersion" : {
- "type" : "string"
- },
- "allPermissions" : {
- "type" : "array",
- "items" : {
- "type" : "string"
- }
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.clds.model.ClampInformation"
- }
- },
- "Dictionary" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "secondLevelDictionary" : {
- "type" : "integer",
- "format" : "int32"
- },
- "subDictionaryType" : {
- "type" : "string"
- },
- "dictionaryElements" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/DictionaryElement"
- }
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.tosca.Dictionary"
- }
- },
- "DictionaryElement" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "shortName" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "description" : {
- "type" : "string"
- },
- "type" : {
- "type" : "string"
- },
- "subDictionary" : {
- "type" : "string"
- },
- "usedByDictionaries" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/Dictionary"
- }
- }
- }
- },
- "Loop" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "dcaeDeploymentId" : {
- "type" : "string"
- },
- "dcaeDeploymentStatusUrl" : {
- "type" : "string"
- },
- "globalPropertiesJson" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "modelService" : {
- "$ref" : "#/definitions/Service"
- },
- "lastComputedState" : {
- "type" : "string",
- "enum" : [ "DESIGN", "SUBMITTED", "DEPLOYED", "RUNNING", "STOPPED", "IN_ERROR", "WAITING" ]
- },
- "components" : {
- "type" : "object",
- "additionalProperties" : {
- "$ref" : "#/definitions/ExternalComponent"
- }
- },
- "operationalPolicies" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/OperationalPolicy"
- }
- },
- "microServicePolicies" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/MicroServicePolicy"
- }
- },
- "loopLogs" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/LoopLog"
- }
- },
- "loopTemplate" : {
- "$ref" : "#/definitions/LoopTemplate"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.loop.Loop"
- }
- },
- "JsonPrimitive" : {
- "type" : "object",
- "properties" : {
- "asBoolean" : {
- "type" : "boolean"
- },
- "number" : {
- "type" : "boolean"
- },
- "asString" : {
- "type" : "string"
- },
- "asNumber" : {
- "$ref" : "#/definitions/Number"
- },
- "asDouble" : {
- "type" : "number",
- "format" : "double"
- },
- "asFloat" : {
- "type" : "number",
- "format" : "float"
- },
- "asLong" : {
- "type" : "integer",
- "format" : "int64"
- },
- "asInt" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asByte" : {
- "type" : "string",
- "format" : "byte"
- },
- "asCharacter" : {
- "type" : "string"
- },
- "asBigDecimal" : {
- "type" : "number"
- },
- "asBigInteger" : {
- "type" : "integer"
- },
- "asShort" : {
- "type" : "integer",
- "format" : "int32"
- },
- "boolean" : {
- "type" : "boolean"
- },
- "string" : {
- "type" : "boolean"
- },
- "asJsonPrimitive" : {
- "$ref" : "#/definitions/JsonPrimitive"
- },
- "asJsonObject" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "jsonArray" : {
- "type" : "boolean"
- },
- "jsonObject" : {
- "type" : "boolean"
- },
- "jsonPrimitive" : {
- "type" : "boolean"
- },
- "jsonNull" : {
- "type" : "boolean"
- },
- "asJsonArray" : {
- "$ref" : "#/definitions/JsonArray"
- },
- "asJsonNull" : {
- "$ref" : "#/definitions/JsonNull"
- }
- }
- },
- "MicroServicePolicy" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "jsonRepresentation" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "configurationsJson" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "loopElementModel" : {
- "$ref" : "#/definitions/LoopElementModel"
- },
- "pdpGroup" : {
- "type" : "string"
- },
- "pdpSubgroup" : {
- "type" : "string"
- },
- "policyModel" : {
- "$ref" : "#/definitions/PolicyModel"
- },
- "name" : {
- "type" : "string"
- },
- "context" : {
- "type" : "string"
- },
- "deviceTypeScope" : {
- "type" : "string"
- },
- "shared" : {
- "type" : "boolean"
- },
- "usedByLoops" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/Loop"
- }
- },
- "dcaeDeploymentId" : {
- "type" : "string"
- },
- "dcaeDeploymentStatusUrl" : {
- "type" : "string"
- },
- "dcaeBlueprintId" : {
- "type" : "string"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.policy.microservice.MicroServicePolicy"
- }
- },
- "JsonObject" : {
- "type" : "object",
- "properties" : {
- "asBoolean" : {
- "type" : "boolean"
- },
- "asJsonPrimitive" : {
- "$ref" : "#/definitions/JsonPrimitive"
- },
- "asString" : {
- "type" : "string"
- },
- "asJsonObject" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "jsonArray" : {
- "type" : "boolean"
- },
- "jsonObject" : {
- "type" : "boolean"
- },
- "jsonPrimitive" : {
- "type" : "boolean"
- },
- "jsonNull" : {
- "type" : "boolean"
- },
- "asJsonArray" : {
- "$ref" : "#/definitions/JsonArray"
- },
- "asJsonNull" : {
- "$ref" : "#/definitions/JsonNull"
- },
- "asNumber" : {
- "$ref" : "#/definitions/Number"
- },
- "asDouble" : {
- "type" : "number",
- "format" : "double"
- },
- "asFloat" : {
- "type" : "number",
- "format" : "float"
- },
- "asLong" : {
- "type" : "integer",
- "format" : "int64"
- },
- "asInt" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asByte" : {
- "type" : "string",
- "format" : "byte"
- },
- "asCharacter" : {
- "type" : "string"
- },
- "asBigDecimal" : {
- "type" : "number"
- },
- "asBigInteger" : {
- "type" : "integer"
- },
- "asShort" : {
- "type" : "integer",
- "format" : "int32"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "com.google.gson.JsonObject"
- }
- },
- "PolicyModel" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "policyModelType" : {
- "type" : "string"
- },
- "version" : {
- "type" : "string"
- },
- "policyModelTosca" : {
- "type" : "string"
- },
- "policyAcronym" : {
- "type" : "string"
- },
- "usedByElementModels" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/LoopElementModel"
- }
- },
- "policyPdpGroup" : {
- "$ref" : "#/definitions/JsonObject"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.loop.template.PolicyModel"
- }
- },
- "Service" : {
- "type" : "object",
- "properties" : {
- "serviceUuid" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "version" : {
- "type" : "string"
- },
- "serviceDetails" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "resourceDetails" : {
- "$ref" : "#/definitions/JsonObject"
- }
- }
- },
- "LoopTemplateLoopElementModel" : {
- "type" : "object",
- "properties" : {
- "loopTemplate" : {
- "$ref" : "#/definitions/LoopTemplate"
- },
- "loopElementModel" : {
- "$ref" : "#/definitions/LoopElementModel"
- },
- "flowOrder" : {
- "type" : "integer",
- "format" : "int32"
- }
- }
- },
- "OperationalPolicy" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "jsonRepresentation" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "configurationsJson" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "loopElementModel" : {
- "$ref" : "#/definitions/LoopElementModel"
- },
- "pdpGroup" : {
- "type" : "string"
- },
- "pdpSubgroup" : {
- "type" : "string"
- },
- "policyModel" : {
- "$ref" : "#/definitions/PolicyModel"
- },
- "name" : {
- "type" : "string"
- },
- "loop" : {
- "$ref" : "#/definitions/Loop"
- }
- }
- },
- "JsonNull" : {
- "type" : "object",
- "properties" : {
- "asBoolean" : {
- "type" : "boolean"
- },
- "asJsonPrimitive" : {
- "$ref" : "#/definitions/JsonPrimitive"
- },
- "asString" : {
- "type" : "string"
- },
- "asJsonObject" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "jsonArray" : {
- "type" : "boolean"
- },
- "jsonObject" : {
- "type" : "boolean"
- },
- "jsonPrimitive" : {
- "type" : "boolean"
- },
- "jsonNull" : {
- "type" : "boolean"
- },
- "asJsonArray" : {
- "$ref" : "#/definitions/JsonArray"
- },
- "asJsonNull" : {
- "$ref" : "#/definitions/JsonNull"
- },
- "asNumber" : {
- "$ref" : "#/definitions/Number"
- },
- "asDouble" : {
- "type" : "number",
- "format" : "double"
- },
- "asFloat" : {
- "type" : "number",
- "format" : "float"
- },
- "asLong" : {
- "type" : "integer",
- "format" : "int64"
- },
- "asInt" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asByte" : {
- "type" : "string",
- "format" : "byte"
- },
- "asCharacter" : {
- "type" : "string"
- },
- "asBigDecimal" : {
- "type" : "number"
- },
- "asBigInteger" : {
- "type" : "integer"
- },
- "asShort" : {
- "type" : "integer",
- "format" : "int32"
- }
- }
- },
- "JsonArray" : {
- "type" : "object",
- "properties" : {
- "asBoolean" : {
- "type" : "boolean"
- },
- "asString" : {
- "type" : "string"
- },
- "asNumber" : {
- "$ref" : "#/definitions/Number"
- },
- "asDouble" : {
- "type" : "number",
- "format" : "double"
- },
- "asFloat" : {
- "type" : "number",
- "format" : "float"
- },
- "asLong" : {
- "type" : "integer",
- "format" : "int64"
- },
- "asInt" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asByte" : {
- "type" : "string",
- "format" : "byte"
- },
- "asCharacter" : {
- "type" : "string"
- },
- "asBigDecimal" : {
- "type" : "number"
- },
- "asBigInteger" : {
- "type" : "integer"
- },
- "asShort" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asJsonPrimitive" : {
- "$ref" : "#/definitions/JsonPrimitive"
- },
- "asJsonObject" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "jsonArray" : {
- "type" : "boolean"
- },
- "jsonObject" : {
- "type" : "boolean"
- },
- "jsonPrimitive" : {
- "type" : "boolean"
- },
- "jsonNull" : {
- "type" : "boolean"
- },
- "asJsonArray" : {
- "$ref" : "#/definitions/JsonArray"
- },
- "asJsonNull" : {
- "$ref" : "#/definitions/JsonNull"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "com.google.gson.JsonArray"
- }
- },
- "LoopLog" : {
- "type" : "object",
- "properties" : {
- "id" : {
- "type" : "integer",
- "format" : "int64"
- },
- "logType" : {
- "type" : "string",
- "enum" : [ "INFO", "WARNING", "ERROR" ]
- },
- "logComponent" : {
- "type" : "string"
- },
- "message" : {
- "type" : "string"
- },
- "loop" : {
- "$ref" : "#/definitions/Loop"
- },
- "logInstant" : {
- "type" : "integer",
- "format" : "int64"
- }
- }
- },
- "Number" : {
- "type" : "object"
- },
- "ExternalComponent" : {
- "type" : "object",
- "properties" : {
- "state" : {
- "$ref" : "#/definitions/ExternalComponentState"
- },
- "componentName" : {
- "type" : "string"
- }
- }
- },
- "LoopTemplate" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "dcaeBlueprintId" : {
- "type" : "string"
- },
- "blueprint" : {
- "type" : "string"
- },
- "loopElementModelsUsed" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/LoopTemplateLoopElementModel"
- }
- },
- "modelService" : {
- "$ref" : "#/definitions/Service"
- },
- "maximumInstancesAllowed" : {
- "type" : "integer",
- "format" : "int32"
- },
- "uniqueBlueprint" : {
- "type" : "boolean"
- },
- "allowedLoopType" : {
- "type" : "string",
- "enum" : [ "OPEN", "CLOSED", "HYBRID" ]
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.loop.template.LoopTemplate"
- }
- },
- "ExternalComponentState" : {
- "type" : "object",
- "properties" : {
- "stateName" : {
- "type" : "string"
- },
- "description" : {
- "type" : "string"
- },
- "level" : {
- "type" : "integer",
- "format" : "int32"
- }
- }
- },
- "LoopElementModel" : {
- "type" : "object",
- "properties" : {
- "createdDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedDate" : {
- "type" : "integer",
- "format" : "int64"
- },
- "updatedBy" : {
- "type" : "string"
- },
- "createdBy" : {
- "type" : "string"
- },
- "name" : {
- "type" : "string"
- },
- "dcaeBlueprintId" : {
- "type" : "string"
- },
- "blueprint" : {
- "type" : "string"
- },
- "loopElementType" : {
- "type" : "string"
- },
- "shortName" : {
- "type" : "string"
- },
- "policyModels" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/PolicyModel"
- }
- },
- "usedByLoopTemplates" : {
- "type" : "array",
- "uniqueItems" : true,
- "items" : {
- "$ref" : "#/definitions/LoopTemplateLoopElementModel"
- }
- }
- }
- },
- "JsonElement" : {
- "type" : "object",
- "properties" : {
- "asBoolean" : {
- "type" : "boolean"
- },
- "asJsonPrimitive" : {
- "$ref" : "#/definitions/JsonPrimitive"
- },
- "asString" : {
- "type" : "string"
- },
- "asJsonObject" : {
- "$ref" : "#/definitions/JsonObject"
- },
- "jsonArray" : {
- "type" : "boolean"
- },
- "jsonObject" : {
- "type" : "boolean"
- },
- "jsonPrimitive" : {
- "type" : "boolean"
- },
- "jsonNull" : {
- "type" : "boolean"
- },
- "asJsonArray" : {
- "$ref" : "#/definitions/JsonArray"
- },
- "asJsonNull" : {
- "$ref" : "#/definitions/JsonNull"
- },
- "asNumber" : {
- "$ref" : "#/definitions/Number"
- },
- "asDouble" : {
- "type" : "number",
- "format" : "double"
- },
- "asFloat" : {
- "type" : "number",
- "format" : "float"
- },
- "asLong" : {
- "type" : "integer",
- "format" : "int64"
- },
- "asInt" : {
- "type" : "integer",
- "format" : "int32"
- },
- "asByte" : {
- "type" : "string",
- "format" : "byte"
- },
- "asCharacter" : {
- "type" : "string"
- },
- "asBigDecimal" : {
- "type" : "number"
- },
- "asBigInteger" : {
- "type" : "integer"
- },
- "asShort" : {
- "type" : "integer",
- "format" : "int32"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "com.google.gson.JsonElement"
- }
- },
- "CldsHealthCheck" : {
- "type" : "object",
- "properties" : {
- "healthCheckComponent" : {
- "type" : "string"
- },
- "healthCheckStatus" : {
- "type" : "string"
- },
- "description" : {
- "type" : "string"
- }
- },
- "x-className" : {
- "type" : "string",
- "format" : "org.onap.policy.clamp.clds.model.CldsHealthCheck"
- }
- }
- }
-} \ No newline at end of file