Transactions
This class represents all the operations happening in your cloud, such as VS provisioning, OS configuring, VS start up, operations with disks, and so on.
Currently the following behavior is implemented in OnApp:
GET /transactions.xml and GET /transactions.json
requests return the last 10 transactions without "log_output" parameter.GET /transactions.xml/page/2 and GET /transactions.json/page/2
requests return the next 10 transactions.- Use the
GET /transactions.xml/per_page/20 and GET /transactions.json/per_page/20
requests to change count of returned transaction ( in other words - use pagination). - Use the
GET /transactions.xml?detailed and GET /transactions.json?detailed
requests to see "log_output" details (pagination also works here).
- Get List of Transactions
- Get List of VS Transactions without Log Output
- Get List of Transactions with Log Output
- Get Transaction Details
- Get Transaction Details Without Log Output