UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

126 lines 3.35 kB
{ "actions": [ { "name": "findPluginConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/plugin-config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/findPluginConfig-default.json" } ] }, { "name": "createPluginConfig", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/plugin-config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createPluginConfig-default.json" } ] }, { "name": "deleteMatchingPluginConfig", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v2/plugin-config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getPluginConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/plugin-config/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPluginConfig-default.json" } ] }, { "name": "deletePluginConfig", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v2/plugin-config/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePluginConfig", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v2/plugin-config/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updatePluginConfig-default.json" } ] } ] }