Managed Fusion Admin APIs
{fusion_path}/data/nlp
directory, or files that you have created on your own.
You can also work with blobs in the Managed Fusion UI using the blob manager.
When you upload a blob without specifying an app, the blob is stored in the system_blobs
collection and you can access it via the Use the Object Explorer.
Use the Object Explorer
PARSER
) in the Filter box. You can enter group
to search for groups. Enter the search term in any case. Object Explorer displays a list of matching objects._shared
group:A-Z
, a-z
, 0-9
, -
(hyphen), and _
(underscore).
_shared
. Its members are calculated for you.
resourceType
query parameter can be used to specify the blob type. For example, specify file:js-index
when uploading a Javascript index stage, like this:
resourceType
is below:
Type | Description |
---|---|
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. |
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