Sandbox Activity
Description
Gets the content of CloudShell Portal's Activity Feed for a particular sandbox. This displays information about actions performed in the sandbox by the user and automation process.
The maximum number of entries in the response is configured by the administrator. If this number of entries is exceeded, the response will include multiple pages. For more information, see Setting the response page size for the Sandbox API live documentation pages.
URL
http://{CloudShell Sandbox API Gateway IP address}:{port#}/api/v2/sandboxes/{sandbox_identifier}/activity?tail=100&from_event_id
URL Parameters | Description/Comments |
---|---|
sandbox_identifier | Can be retrieved via sandboxes, blueprint start and from the sandbox ID segment in the CloudShell Portal URL. |
You may add the following optional parameters to the end of the method's URL to filter the number of events. For example - displaying the last 100 errors:
Query Parameters | Description/Comments |
---|---|
error_only | Returns only "error" type events. (bool) |
since | Time from which to return all events. Time must be specified in ISO 8601 format (for example PT23H).(string) |
tail | Last number of events to return. (integer) |
from_event_id | ID of the first event in the response page to display, which is returned in the next_event_id property of the response. (string) |
HTTP method
GET