UNPKG

@itentialopensource/adapter-accedian_skylight

Version:

This adapter integrates with system described as: accedianSkylight.

106 lines 2.74 kB
{ "actions": [ { "name": "createIngestionDictionaryV3", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v3/ingestion-dictionaries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllIngestionDictionariesV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/ingestion-dictionaries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getIngestionDictionaryV3", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v3/ingestion-dictionaries/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateIngestionDictionaryV3", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v3/ingestion-dictionaries/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteIngestionDictionaryV3", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v3/ingestion-dictionaries/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }