Overview
Use the Storage API in order to manage storages that are used by IBS.
...
Create
Parameter | Type | Required | Comment |
---|
action | String |  | create see also API - General parameters |
maxbytes | long |
| the number of available bytes |
sourcepath | String |
| the path to the storage |
customdata | JSON |
| possible values: - drainduedate: if drain is true, then one can postpone start of draining with this value, see also Default-Schedule-Worker - G)
- de.jenomics.ikona.binarystore.worker.schedule.StandardScheduleProcessor.reliability: int-value, i.e. the reliability in percent; default: 100, see also Default-Schedule-Worker - Scoring
de.jenomics.ikona.binarystore.worker.schedule.StandardScheduleProcessor.performance: int-value, i.e. the performance in percent - 100% means best performance; default: 100, see also Default-Schedule-Worker - Scoring downloadurl: the first part of the download-url, e.g. "http://localhost:8084/ikona-ibs-srv/api/v1/entities/" => It is added with the uuid of the entity that should be downloaded and can be found in Entity API - Info
|
description | String |
| the description of the storage |
hrid | String |
| the hrid of the storage |
readonly | boolean |
| if set to true, the storage can only be read |
drain | boolean |
| if set to true, the storage will be drained and cannot be used for fetches, see also Default-Schedule-Worker - G) |
...