Actions
Available for user tokens and project keys
List
GET
https://api.suble.io/projects/:projectId/vm/:vmId/actions/:amount?
Retrieve a list of actions performed on virtual machine.
Path Parameters
Name | Type | Description |
---|---|---|
projectId | string | Unique Id for the project |
vmId | string | Unique Id for the virtual machine |
amount | number | Amount of actions that will be fetched. Default: 25 |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | User token or project key |
Last updated