UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

151 lines 3.91 kB
{ "actions": [ { "name": "postLogchannelDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/logchannel/delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postLogchannelEdit", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/logchannel/edit?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "logChannelPage", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/logchannel/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/logChannelPage-default.json" } ] }, { "name": "searchLogChannelReferences", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/logchannel/references?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getLogchannelGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/logchannel/get?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLogchannelGet-default.json" } ] }, { "name": "getLogchannelList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/logchannel/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLogchannelList-default.json" } ] }, { "name": "postLogchannelAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/logchannel/add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }