UNPKG

@itentialopensource/adapter-apache_airflow

Version:

This adapter integrates with system described as: Apache Airflow

126 lines 3.32 kB
{ "actions": [ { "name": "getConnections", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/connections?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getConnections-default.json" } ] }, { "name": "postConnection", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/connections?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postConnection-default.json" } ] }, { "name": "getConnection", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/connections/{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/getConnection-default.json" } ] }, { "name": "patchConnection", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/connections/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchConnection-default.json" } ] }, { "name": "deleteConnection", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/connections/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "testConnection", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/connections/test?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/testConnection-default.json" } ] } ] }