XA REST Endpoints

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