Skip to main content

Database & Storage

Manage file stores, JSON data stores, NoSQL records, and audit logs.

See also: Database & Storage documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/auditQuery Audit EventsAPI Reference →
GET/audit/list-event-typesList all Audit Event Types in the systemAPI Reference →
POST/file-stores/{fileStoreName}/**Create a folder or copy/move/rename an existing file or folderAPI Reference →
DELETE/file-stores/{name}/**Delete a file or directoryAPI Reference →
GET/file-stores/{name}/**List a directory or download a file from a storeAPI Reference →
POST/file-stores/{name}/**Upload a file to a store with a pathAPI Reference →
GET/file-stores/download-file/{name}/**Download a file from a storeAPI Reference →
GET/json-dataList all available xidsAPI Reference →
DELETE/json-data/{xid}Fully Delete JSON DataAPI Reference →
GET/json-data/{xid}Get JSON DataAPI Reference →
POST/json-data/{xid}Create/replace JSON DataAPI Reference →
PUT/json-data/{xid}Append JSON Data to existingAPI Reference →
DELETE/json-data/{xid}/{path}Partially Delete JSON DataAPI Reference →
GET/json-data/{xid}/{path}Get JSON Data using a pathAPI Reference →
POST/json-data/{xid}/{path}Replace JSON DataAPI Reference →
PUT/json-data/{xid}/{path}Append JSON Data to existingAPI Reference →
GET/json-data/public/{xid}Get Public JSON DataAPI Reference →
DELETE/json/data/{xid}Delete all data in a JSON storeAPI Reference →
GET/json/data/{xid}Get all data from a JSON storeAPI Reference →
POST/json/data/{xid}Set the data for a JSON storeAPI Reference →
DELETE/json/data/{xid}/**Delete data at a specific JSON pointer path within a storeAPI Reference →
GET/json/data/{xid}/**Get data at a specific JSON pointer path within a storeAPI Reference →
POST/json/data/{xid}/**Set data at a specific JSON pointer path within a storeAPI Reference →
GET/json/query/{xid}Query all data in a JSON storeAPI Reference →
GET/json/query/{xid}/**Query data at a specific JSON pointer path within a storeAPI Reference →
POST/json/storeCreate a new JSON storeAPI Reference →
DELETE/json/store/{xid}Delete a JSON store by XIDAPI Reference →
GET/json/store/{xid}Get a JSON store by XIDAPI Reference →
PUT/json/store/{xid}Update a JSON storeAPI Reference →
GET/logging/downloadDownload log fileAPI Reference →
GET/logging/log-filesQuery log filesAPI Reference →
GET/logging/view/{filename}View logAPI Reference →
POST/mango-nosql/backupBackup the MangoNoSQL databaseAPI Reference →
GET/mango-nosql/backup-file-listGet list of files for restoring backupsAPI Reference →
POST/mango-nosql/mergeMerge external MangoNoSQL databaseAPI Reference →
POST/mango-nosql/migrate-nosqlMigrate MangoNoSQL data using both external SQL and MangoNoSQL databases.API Reference →
POST/mango-nosql/migrate-sqlMigrate point values from an SQL databaseAPI Reference →
POST/mango-nosql/reload-linksReload MangoNoSQL LinksAPI Reference →
POST/mango-nosql/restoreRestore a MangoNoSQL databaseAPI Reference →
GET/mango-nosql/statisticsGet database statisticsAPI Reference →
GET/mango-nosql/statusList all non expired operationsAPI Reference →
DELETE/mango-nosql/status/{id}Cancel a running task.API Reference →
GET/mango-nosql/status/{id}Get the status of a data transfer operation using its idAPI Reference →
POST/system-actions/log4JUtilLog4J UtilityAPI Reference →
GET/user-file-storesQuery all file storesAPI Reference →
POST/user-file-storesCreate a user file storeAPI Reference →
DELETE/user-file-stores/{xid}Delete a user file storeAPI Reference →
GET/user-file-stores/{xid}Get a user file store modelAPI Reference →
PUT/user-file-stores/{xid}Update a user file storeAPI Reference →