UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

45 lines 1.13 kB
{ "actions": [ { "name": "getAutomationConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/automation-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/getAutomationConfig-default.json" } ] }, { "name": "patchAutomationConfig", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v1/automation-config?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }