@itentialopensource/adapter-moogsoft_saas
Version:
This adapter integrates with system described as: Moogsoft SaS
106 lines • 3.02 kB
JSON
{
"actions": [
{
"name": "getDraftEndpointConfig",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/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/getDraftEndpointConfig-default.json"
}
]
},
{
"name": "updateDraftEndpointConfig",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v2/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/updateDraftEndpointConfig-default.json"
}
]
},
{
"name": "getLiveEndpointConfig",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/v2/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/getLiveEndpointConfig-default.json"
}
]
},
{
"name": "updateLiveEndpointConfig",
"protocol": "REST",
"method": "PUT",
"entitypath": "{base_path}/{version}/v2/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/updateLiveEndpointConfig-default.json"
}
]
},
{
"name": "testEndpointConfig",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/v2/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/testEndpointConfig-default.json"
}
]
}
]
}