resourceType
query parameter can be used to specify the blob type. For example, specify file
when uploading a text or CSV file, like this:
resourceType
is below:
Type | Description |
---|---|
banana | A Banana dashboard |
catalog | An analytics catalog |
driver:jdbc | A Upload a JDBC Driver to Fusion Server |
file:js-index | A JavaScript file for use with a Managed Javascript index stage |
file:js-query | A JavaScript file for use with a Managed Javascript query stage |
file | Any uploaded file, such as from the Quickstart or the Index Workbench |
unspecified | A blob of unknown type If no resourceType is specified on upload, “other” is assigned by default. |
plugin:index-stage | An index stage plugin |
plugin:query-stage | A query stage plugin |
Upload a JDBC Driver to Fusion Server
/blobs/{id}
endpoint.
Specify an arbitrary blob ID, and a resourceType
value of plugin:connector
, as in this example:
curl -u USERNAME:PASSWORD https://FUSION_HOST:FUSION_PORT/api/blobs
BLOB_ID
is the name specified during upload, such as “mydriver” above. A success response looks like this:
mssql-jdbc-6.6.2-jre8.jar
file.apps/lib
folder. For example:
apps\libs\mssql-jdbc-6.2.2.jre8.jar
apps/jetty/connectors-classic/webapps/connectors-extra-classpath.txt
file and add the following line:
apps/libs/mssql-jdbc-6.2.2.jre8.jar
Quickstart
Elements | Description |
---|---|
![]() | Copies the JSON to the clipboard. |
![]() | Pastes the clipboard into the editor. Only valid JSON is accepted. |
![]() | Expands the editor to a fullscreen view. |
![]() | Condenses the editor to a compact view. |
![]() | Saves the JSON in the editor and updates the blob. |
![]() | Resets changes made since the last time changes were applied. |
Use the Blob Editor