Activity Tracker events
IBM Cloud
As of 28 March 2024, the IBM Cloud Activity Tracker service is deprecated and will no longer be supported as of 30 March 2025. Customers will need to migrate to IBM Cloud Logs before 30 March 2025. During the migration period, customers can use IBM Cloud Activity Tracker along with IBM Cloud Logs. Activity tracking events are the same for both services. For information about migrating from IBM Cloud Activity Tracker to IBM Cloud Logs and running the services in parallel, see migration planning.
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.
Locations where activity tracking events are generated
Locations where activity tracking events are sent to IBM Cloud Activity Tracker hosted event search
IBM Watson® Text to Speech in IBM Cloud® sends activity tracking events to IBM Cloud Activity Tracker hosted event search in the regions that are indicated in the following table.
Dallas (us-south) | Washington (us-east) | Toronto (ca-tor) | Sao Paulo (br-sao) |
---|---|---|---|
No | No | No | No |
Tokyo (jp-tok) | Sydney (au-syd) | Osaka (jp-osa) | Chennai (in-che) |
---|---|---|---|
No | No | No | No |
Frankfurt (eu-de) | London (eu-gb) | Madrid (eu-es) |
---|---|---|
Yes | No | No |
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
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
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
Action | Description |
---|---|
text-to-speech.custom-model.update |
Update a custom model (POST /v1/customizations/{customization_id} ). |
Delete 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
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
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
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.
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.