UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

146 lines 4.04 kB
{ "actions": [ { "name": "getgetWebhooksConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/items?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getgetWebhooksConfig-default.json" } ] }, { "name": "postpostWebhookConfig", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/items?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postpostWebhookConfig-default.json" } ] }, { "name": "getgetWebhook", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/items/{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/getgetWebhook-default.json" } ] }, { "name": "deletedeleteWebhook", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/items/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "patchmodifyWebhook", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/items/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchmodifyWebhook-default.json" } ] }, { "name": "previewWebhook", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/preview?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/previewWebhook-default.json" } ] }, { "name": "posttestWebhooksConfig", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v2/integrations/webhooks/test?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/posttestWebhooksConfig-default.json" } ] } ] }