Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityTracking

Enables sending log data to IBM Cloud Activity Tracker to provide visibility into object read and write events. All object events are sent to the activity tracker instance defined in the activity_tracker_crn field.

Hierarchy

  • ActivityTracking

Index

Properties

Optional activity_tracker_crn

activity_tracker_crn: string

Required the first time activity_tracking is configured. The instance of Activity Tracker that will receive object event data. The format is "crn:v1:bluemix:public:logdnaat:{bucket location}:a/{storage account}:{activity tracker service instance}::".

Optional read_data_events

read_data_events: boolean

If set to true, all object read events (i.e. downloads) will be sent to Activity Tracker.

Optional write_data_events

write_data_events: boolean

If set to true, all object write events (i.e. uploads) will be sent to Activity Tracker.

Generated using TypeDoc