Manage XA Transactions REST Endpoints
Manage XA Transactions
Use the following requests to perform administrative operations, such as retrieve, commit, and rollback the XA transactions.
- Bulk Delete Heuristically Completed Transactions
- Method: postPath:
/admin/v1/xa-transaction/bulk
- Commit an XA Transaction
- Method: putPath:
/admin/v1/xa-transaction/{id}
- Retrieve Details of all XA Transactions
- Method: getPath:
/admin/v1/xa-transaction
- Retrieve Details of an XA Transaction
- Method: getPath:
/admin/v1/xa-transaction/{id}
- Roll Back an XA Transaction
- Method: deletePath:
/admin/v1/xa-transaction/{id}