UNPKG

@itentialopensource/adapter-apache_airflow

Version:

This adapter integrates with system described as: Apache Airflow

106 lines 2.75 kB
{ "actions": [ { "name": "getVariables", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/variables?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getVariables-default.json" } ] }, { "name": "postVariables", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/variables?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postVariables-default.json" } ] }, { "name": "getVariable", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/variables/{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/getVariable-default.json" } ] }, { "name": "patchVariable", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/variables/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/patchVariable-default.json" } ] }, { "name": "deleteVariable", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/variables/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }