UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

106 lines 3.06 kB
{ "actions": [ { "name": "posttestEndpointConfig", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/config/test?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/posttestEndpointConfig-default.json" } ] }, { "name": "getgetLiveEndpointConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/config/live?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getgetLiveEndpointConfig-default.json" } ] }, { "name": "putupdateLiveEndpointConfig", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/config/live?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putupdateLiveEndpointConfig-default.json" } ] }, { "name": "getgetDraftEndpointConfig", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/config/draft?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getgetDraftEndpointConfig-default.json" } ] }, { "name": "putupdateDraftEndpointConfig", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/v1/integrations/byoapi/{pathv1}/config/draft?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/putupdateDraftEndpointConfig-default.json" } ] } ] }