Bulk create, upsert, or delete resources. The request body should contain a list of operations. All operations will be processed even if some of them fail.
The source key.
The request body should contain a list of resources to create, upsert, or delete. Operations of different types (e.g., "CREATE", "UPSERT") can be mixed and will be processed in the order they are provided.
The bulk operation is valid and accepted with a status 'ACCEPTED'.
Response when a task has been accepted for asynchronous processing. The task will be executed in the background.
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.
s_<id>.bk_<id> (deprecated: <id> only).bd_<id> (deprecated: <id> only).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 The task identifier. This is deprecated, please use the taskId field instead.