UNPKG

@itentialopensource/adapter-starburst

Version:

This adapter integrates with system described as: starburst.

230 lines 5.86 kB
{ "actions": [ { "name": "cloneDataProduct", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/products/{pathv1}/clone?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "createDataProduct", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/products?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "searchDataProducts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/products?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getDataProduct", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/products/{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": "updateDataProduct", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/products/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getMaterializedViewRefreshMetadata", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/products/{pathv1}/materializedViews/{pathv2}/refreshMetadata?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getOpenApi", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/openApi?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getTargetCatalogs", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/catalogs?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "listSampleQueries", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/products/{pathv1}/sampleQueries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateSampleQueries", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/products/{pathv1}/sampleQueries?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "reassignDomainForDataProducts", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/products/reassignDomain?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }