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: post
Path: /admin/v1/xa-transaction/bulk
Commit an XA Transaction
Method: put
Path: /admin/v1/xa-transaction/{id}
Retrieve Details of all XA Transactions
Method: get
Path: /admin/v1/xa-transaction
Retrieve Details of an XA Transaction
Method: get
Path: /admin/v1/xa-transaction/{id}
Roll Back an XA Transaction
Method: delete
Path: /admin/v1/xa-transaction/{id}