/transactions
service to manage transactions
using the REST API. You can create, commit, rollback, and query the
status of transactions. Use these features if your application requires
multiple REST API requests to execute within the same transaction
context. For details, see
Managing Transactions in the REST Application Developer's Guide.
Resource URI | Description |
---|---|
/v1/transactions (POST) | Create a multi-statement transaction. |
/v1/transactions/{txid} (GET) | Retrieve status information for the transaction whose id matches the txid given in the request URI. |
/v1/transactions/{txid} (POST) | Commit or rollback the transaction whose id matches the txid given in the request URI. |