UNPKG

@itentialopensource/adapter-apache_airflow

Version:

This adapter integrates with system described as: Apache Airflow

46 lines 1.15 kB
{ "actions": [ { "name": "getEventLogs", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/eventLogs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getEventLogs-default.json" } ] }, { "name": "getEventLog", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/eventLogs/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getEventLog-default.json" } ] } ] }