XA REST Endpoints
XA
The operations from the XA category.
- 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}