Authorizations
Path Parameters
The key of the data source where you want to create the object.
The key of the object collection.
Body
Placeholder to prevent client generation failure, do not use.
Response
A successful response when the create object task is accepted with a status 'ACCEPTED'.
- Option 1
- Option 2
Response when a task has been executed synchronously and the results are immediately persisted.
An object is a resource representing a binary file stored in the repository.
The task identifier. Used to track an async task in the system. Use the task ID to poll for completion status. The taskId holds different prefix to represent different tasks.
- oneOf task:
s_<id>
. - bulk task:
bk_<id>
(deprecated:<id>
only). - bundle task:
bd_<id>
(deprecated:<id>
only). - purge task:
pg_<id>
(deprecated:purge:<id>
).
Status of the task submission.
ACCEPTED
: The task has been accepted for asynchronous processing. The task will be executed in the background.PERSISTED
: The task has been executed synchronously and the results are immediately persisted.
ACCEPTED
, PERSISTED