UNPKG

@itentialopensource/adapter-etsi_sol002

Version:

This adapter integrates with system described as: ETSI sol002

45 lines 1.18 kB
{ "actions": [ { "name": "getConfiguration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/vnfconfig/v1/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getConfiguration-default.json" } ] }, { "name": "patchConfiguration", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/vnfconfig/v1/configuration?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchConfiguration-default.json" } ] } ] }