UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

67 lines 1.87 kB
{ "actions": [ { "name": "getRecentPayload", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/traffic/payloads/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getRecentPayload-default.json" } ] }, { "name": "getTrafficSummary", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/traffic/summary?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTrafficSummary-default.json" } ] }, { "name": "getAllRecentPayloads", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/traffic/payloads?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllRecentPayloads-default.json" } ] } ] }