@itentialopensource/adapter-moogsoft_saas
Version:
This adapter integrates with system described as: Moogsoft SaS
126 lines • 3.41 kB
JSON
{
"actions": [
{
"name": "getWebhook",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/webhooks/{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/getWebhook-default.json"
}
]
},
{
"name": "deleteWebhook",
"protocol": "REST",
"method": "DELETE",
"entitypath": "{base_path}/{version}/v1/integrations/webhooks/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": ""
}
]
},
{
"name": "modifyWebhook",
"protocol": "REST",
"method": "PATCH",
"entitypath": "{base_path}/{version}/v1/integrations/webhooks/{pathv1}?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/modifyWebhook-default.json"
}
]
},
{
"name": "testWebhooksConfig",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/integrations/webhook-test?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/testWebhooksConfig-default.json"
}
]
},
{
"name": "getWebhooksConfig",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v1/integrations/webhooks?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getWebhooksConfig-default.json"
}
]
},
{
"name": "postWebhookConfig",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v1/integrations/webhooks?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postWebhookConfig-default.json"
}
]
}
]
}