IBM Cloud Docs
Activity Tracker events

Activity Tracker events

IBM Cloud

As a security officer, auditor, or manager, you can use the Activity Tracker service to track how users and applications interact with IBM Watson® Text to Speech in IBM Cloud®.

IBM Cloud Activity Tracker records user-initiated activities that change the state of a service in IBM Cloud. You can use this service to investigate abnormal activity and critical actions and to comply with regulatory audit requirements. In addition, you can be alerted about actions as they happen. The events that are collected comply with the Cloud Auditing Data Federation (CADF) standard. For more information, see the tutorial Getting started with IBM Cloud Activity Tracker.

Customization events

The following tables list the Text to Speech actions for model customization that generate events.

The names of the actions for the customization events have changed. The old names are deprecated. Use the names in the following tables instead. For more information, see Updates to Activity Tracker actions for customization in the release notes for IBM Cloud.

Create events

Table 1. Customization .create actions that generate events
Action Description
text-to-speech.custom-model.create Create a custom model (POST /v1/customizations).
text-to-speech.custom-model-word-list.create Create a word list for a custom model (POST /v1/customizations/{customization_id}/words).
text-to-speech.custom-model-word.create Create a word for a custom model (PUT /v1/customizations/{customization_id}/words/{word}).

Read events

Table 2. Customization .read actions that generate events
Action Description
text-to-speech.custom-model-list.read Read a list of custom models created by a user (GET /v1/customizations).
text-to-speech.custom-model.read Read a custom model (GET /v1/customizations/{customization_id}).
text-to-speech.custom-model-word-list.read Read a word list for a custom model (GET /v1/customizations/{customization_id}/words).
text-to-speech.custom-model-word.read Read a word for a custom model (GET /v1/customizations/{customization_id}/words/{word}).

Update event

Table 3. Customization .update action that generates an event
Action Description
text-to-speech.custom-model.update Update a custom model (POST /v1/customizations/{customization_id}).

Delete events

Table 4. Customization .delete actions that generate events
Action Description
text-to-speech.custom-model.delete Delete a custom model (DELETE /v1/customizations/{customization_id}).
text-to-speech.custom-model-word.delete Delete a word from a custom model (DELETE /v1/customizations/{customization_id}/words/{word}).

Tune by Example events

The following tables list the Text to Speech actions for the Tune by Example feature that generate events.

Create events

Table 5. Tune by Example .create actions that generate events
Action Description
text-to-speech.speaker.create Create a speaker (POST /v1/speakers/{speaker_name}).
text-to-speech.custom-model-prompt.create Create a prompt for a custom model (POST /v1/customizations/{customization_id}/prompts/{prompt_id}).

Read events

Table 6. Tune by Example .read actions that generate events
Action Description
text-to-speech.speaker-list.read Read a list of speakers (GET /v1/speakers).
text-to-speech.speaker-prompt-list.read Read a list of prompts for a speaker (GET /v1/speakers/{speaker_id}).
text-to-speech.custom-model-prompt-list.read Read a list of prompts for a custom model (GET /v1/customizations/{customization_id}/prompts).
text-to-speech.custom-model-prompt.read Read a prompt for a custom model (GET /v1/customizations/{customization_id}/prompts/{prompt_id}).

Delete events

Table 7. Tune by Example .delete actions that generate events
Action Description
text-to-speech.speaker.delete Delete a speaker (DELETE /v1/speakers/{speaker_id}).
text-to-speech.custom-model-prompt.delete Delete a prompt from a custom model (DELETE /v1/customizations/{customization_id}/prompts/{prompt_id}).

GDPR event

The following table lists the Text to Speech action for General Data Protection Regulation (GDPR) that generates an event.

Table 8. GDPR .delete action that generates an event
Action Description
text-to-speech.gdpr-user-data.delete Delete information for a user (DELETE /v1/user_data).

Where to view events

Events that are generated by an instance of the Text to Speech service are automatically forwarded to the IBM Cloud Activity Tracker service instance that is available in the same location.

IBM Cloud Activity Tracker can have only one instance per location. To view events, you must access the web user interface (UI) of the IBM Cloud Activity Tracker service in the same location where your service instance is available. For more information, see Navigating to the UI.