UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

86 lines 2.31 kB
{ "actions": [ { "name": "associateMarCredentials1", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/mars-credentials/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getMarCollectorCredentials1", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/mars-credentials/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMarCollectorCredentials1-default.json" } ] }, { "name": "disassociateMarCredentials1", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/mars-credentials/{pathv1}/{pathv2}/{pathv3}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getMarCredentials1", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/mars-credentials?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMarCredentials1-default.json" } ] } ] }