UNPKG

@itentialopensource/adapter-onap_so

Version:

This adapter integrates with system described as: onap_so.

130 lines 3.53 kB
{ "actions": [ { "name": "createE2EServiceInstance", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateE2EServiceInstance", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteE2EServiceInstance", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getE2EServiceInstances", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}/{pathv2}/operations/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "scaleE2EServiceInstance", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}/{pathv2}/scale?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "compareModelwithTargetVersion", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/onap/so/infra/e2eServiceInstances/{pathv1}/{pathv2}/modeldifferences?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }