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
| Method | Path | Description | Reference |
|---|---|---|---|
| GET | /audit | Query Audit Events | API Reference → |
| GET | /audit/list-event-types | List all Audit Event Types in the system | API Reference → |
| POST | /file-stores/{fileStoreName}/** | Create a folder or copy/move/rename an existing file or folder | API Reference → |
| DELETE | /file-stores/{name}/** | Delete a file or directory | API Reference → |
| GET | /file-stores/{name}/** | List a directory or download a file from a store | API Reference → |
| POST | /file-stores/{name}/** | Upload a file to a store with a path | API Reference → |
| GET | /file-stores/download-file/{name}/** | Download a file from a store | API Reference → |
| GET | /json-data | List all available xids | API Reference → |
| DELETE | /json-data/{xid} | Fully Delete JSON Data | API Reference → |
| GET | /json-data/{xid} | Get JSON Data | API Reference → |
| POST | /json-data/{xid} | Create/replace JSON Data | API Reference → |
| PUT | /json-data/{xid} | Append JSON Data to existing | API Reference → |
| DELETE | /json-data/{xid}/{path} | Partially Delete JSON Data | API Reference → |
| GET | /json-data/{xid}/{path} | Get JSON Data using a path | API Reference → |
| POST | /json-data/{xid}/{path} | Replace JSON Data | API Reference → |
| PUT | /json-data/{xid}/{path} | Append JSON Data to existing | API Reference → |
| GET | /json-data/public/{xid} | Get Public JSON Data | API Reference → |
| DELETE | /json/data/{xid} | Delete all data in a JSON store | API Reference → |
| GET | /json/data/{xid} | Get all data from a JSON store | API Reference → |
| POST | /json/data/{xid} | Set the data for a JSON store | API Reference → |
| DELETE | /json/data/{xid}/** | Delete data at a specific JSON pointer path within a store | API Reference → |
| GET | /json/data/{xid}/** | Get data at a specific JSON pointer path within a store | API Reference → |
| POST | /json/data/{xid}/** | Set data at a specific JSON pointer path within a store | API Reference → |
| GET | /json/query/{xid} | Query all data in a JSON store | API Reference → |
| GET | /json/query/{xid}/** | Query data at a specific JSON pointer path within a store | API Reference → |
| POST | /json/store | Create a new JSON store | API Reference → |
| DELETE | /json/store/{xid} | Delete a JSON store by XID | API Reference → |
| GET | /json/store/{xid} | Get a JSON store by XID | API Reference → |
| PUT | /json/store/{xid} | Update a JSON store | API Reference → |
| GET | /logging/download | Download log file | API Reference → |
| GET | /logging/log-files | Query log files | API Reference → |
| GET | /logging/view/{filename} | View log | API Reference → |
| POST | /mango-nosql/backup | Backup the MangoNoSQL database | API Reference → |
| GET | /mango-nosql/backup-file-list | Get list of files for restoring backups | API Reference → |
| POST | /mango-nosql/merge | Merge external MangoNoSQL database | API Reference → |
| POST | /mango-nosql/migrate-nosql | Migrate MangoNoSQL data using both external SQL and MangoNoSQL databases. | API Reference → |
| POST | /mango-nosql/migrate-sql | Migrate point values from an SQL database | API Reference → |
| POST | /mango-nosql/reload-links | Reload MangoNoSQL Links | API Reference → |
| POST | /mango-nosql/restore | Restore a MangoNoSQL database | API Reference → |
| GET | /mango-nosql/statistics | Get database statistics | API Reference → |
| GET | /mango-nosql/status | List all non expired operations | API 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 id | API Reference → |
| POST | /system-actions/log4JUtil | Log4J Utility | API Reference → |
| GET | /user-file-stores | Query all file stores | API Reference → |
| POST | /user-file-stores | Create a user file store | API Reference → |
| DELETE | /user-file-stores/{xid} | Delete a user file store | API Reference → |
| GET | /user-file-stores/{xid} | Get a user file store model | API Reference → |
| PUT | /user-file-stores/{xid} | Update a user file store | API Reference → |