UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

46 lines 1.2 kB
{ "actions": [ { "name": "getAllDefinitions1", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/mars-definitions?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllDefinitions1-default.json" } ] }, { "name": "getDefinition1", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/mars-definitions/{pathv1}/{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/getDefinition1-default.json" } ] } ] }