show_activity_monitor

boulderopal.cloud.show_activity_monitor(limit=5, offset=0, status=None)

Print information from previously submitted actions.

Parameters

  • limit (int , optional) – The number of actions to print. Cannot exceed 50. Defaults to 5.
  • offset (int , optional) – The number of recent actions to ignore before starting to print. Defaults to 0.
  • status (str or None , optional) – The filter for action status. Defaults to None, meaning actions with all status are printed. Available options are SUCCESS, FAILURE, REVOKED, PENDING, RECEIVED, RETRY, and STARTED.

Was this useful?