UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

25 lines 610 B
{ "actions": [ { "name": "getDatumsDataPoints", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/datums-data-points?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDatumsDataPoints-default.json" } ] } ] }