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® Speech to Text 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® Speech to Text 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.
Language model customization events
The following tables list the Speech to Text actions for language model customization that generate events.
Create events
Language model customization .create actions that generate events
Action |
Description |
speech-to-text.custom-language-model.create |
Create a custom language model (POST /v1/customizations ). |
speech-to-text.custom-language-model-word-list.create |
Create a word list for a custom language model (POST /v1/customizations/{customization_id}/words ). |
speech-to-text.custom-language-model-word.create |
Create a word for a custom language model (PUT /v1/customizations/{customization_id}/words/{word_name} ). |
speech-to-text.custom-language-model-corpus.create |
Create a corpus for a custom language model (POST /v1/customizations/{customization_id}/corpora/{corpus_name} ). |
speech-to-text.custom-language-model-grammar.create |
Create a grammar for a custom language model (POST /v1/customizations/{customization_id}/grammars/{grammar_name} ). |
Read events
Language model customization .read actions that generate events
Action |
Description |
speech-to-text.custom-language-model-list.read |
Read a list of custom language models (GET /v1/customizations ). |
speech-to-text.custom-language-model.read |
Read a custom language model (GET /v1/customizations/{customization_id} ). |
speech-to-text.custom-language-model-word-list.read |
Read a word list of a custom language model (GET /v1/customizations/{customization_id}/words ). |
speech-to-text.custom-language-model-word.read |
Read a word for a custom language model (GET /v1/customizations/{customization_id}/words/{word_name} ). |
speech-to-text.custom-language-model-corpus-list.read |
Read a corpus list of a custom language model (GET /v1/customizations/{customization_id}/corpora ). |
speech-to-text.custom-language-model-corpus.read |
Read a corpus of a custom language model (GET /v1/customizations/{customization_id}/corpora/{corpus_name} ). |
speech-to-text.custom-language-model-grammar-list.read |
Read a grammar list of a custom language model (GET /v1/customizations/{customization_id}/grammars ). |
speech-to-text.custom-language-model-grammar.read |
Read a grammar of a custom language model (GET /v1/customizations/{customization_id}/grammars/{grammar_name} ). |
Delete events
Language model customization .delete actions that generate events
Action |
Description |
speech-to-text.custom-language-model.delete |
Delete a custom language model (DELETE /v1/customizations/{customization_id} ). |
speech-to-text.custom-language-model-word.delete |
Delete a word from a custom language model (DELETE /v1/customizations/{customization_id}/words/{word_name} ). |
speech-to-text.custom-language-model-corpus.delete |
Delete a corpus from a custom language model (DELETE /v1/customizations/{customization_id}/corpora/{corpus_name} ). |
speech-to-text.custom-language-model-grammar.delete |
Delete a grammar from a custom language model (DELETE /v1/customizations/{customization_id}/grammars/{grammar_name} ). |
Train event
Language model customization .train action that generates an event
Action |
Description |
speech-to-text.custom-language-model.train |
Train a custom language model (POST /v1/customizations/{customization_id}/train ). |
Reset event
Language model customization .reset action that generates an event
Action |
Description |
speech-to-text.custom-language-model.reset |
Reset a custom language model (POST /v1/customizations/{customization_id}/reset ). |
Upgrade event
Language model customization .upgrade action that generates an event
Action |
Description |
speech-to-text.custom-language-model.upgrade |
Upgrade a custom language model (POST /v1/customizations/{customization_id}/upgrade_model ). |
Acoustic model customization events
The following tables list the Speech to Text actions for acoustic model customization that generate events.
Create events
Acoustic model customization .create actions that generate events
Action |
Description |
speech-to-text.custom-acoustic-model.create |
Create a custom acoustic model (POST /v1/acoustic_customizations ). |
speech-to-text.custom-acoustic-model-audio.create |
Create an audio for a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/audio/{audio_name} ). |
Read events
Acoustic model customization .read actions that generate events
Action |
Description |
speech-to-text.custom-acoustic-model-list.read |
Read a list of custom acoustic models (GET /v1/acoustic_customizations ). |
speech-to-text.custom-acoustic-model.read |
Read a custom acoustic model (GET /v1/acoustic_customizations/{customization_id} ). |
speech-to-text.custom-acoustic-model-audio-list.read |
Read an audio list of a custom acoustic model (GET /v1/acoustic_customizations/{customization_id}/audio ). |
speech-to-text.custom-acoustic-model-audio.read |
Read an audio of a custom acoustic model (GET /v1/acoustic_customizations/{customization_id}/audio/{audio_name} ). |
Delete events
Acoustic model customization .delete actions that generate events
Action |
Description |
speech-to-text.custom-acoustic-model.delete |
Delete a custom acoustic model (DELETE /v1/acoustic_customizations/{customization_id} ). |
speech-to-text.custom-acoustic-model-audio.delete |
Delete an audio from a custom acoustic model (DELETE /v1/acoustic_customizations/{customization_id}/audio/{audio_name} ). |
Train event
Acoustic model customization .train action that generates an event
Action |
Description |
speech-to-text.custom-acoustic-model.train |
Train a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/train ). |
Reset event
Acoustic model customization .reset action that generates an event
Action |
Description |
speech-to-text.custom-acoustic-model.reset |
Reset a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/reset ). |
Upgrade event
Acoustic model customization .upgrade action that generates an event
Action |
Description |
speech-to-text.custom-acoustic-model.upgrade |
Upgrade a custom acoustic model (POST /v1/acoustic_customizations/{customization_id}/upgrade_model ). |
Asynchronous HTTP interface events
The following tables list the Speech to Text actions for the asynchronous HTTP interface that generate events.
Create events
Asynchronous HTTP recognition .create actions that generate events
Action |
Description |
speech-to-text.async-recognition-job.create |
Create an asynchronous recognition job (POST /v1/recognitions ). |
speech-to-text.async-recognition-notification-url.create |
Create an asynchronous recognition notification URL (POST /v1/register_callback ). |
Read events
Asynchronous HTTP recognition .read actions that generate events
Action |
Description |
speech-to-text.async-recognition-job-list.read |
Read an asynchronous recognition job list (GET /v1/recognitions ). |
speech-to-text.async-recognition-job.read |
Read an asynchronous recognition job (GET /v1/recognitions/{id} ). |
Delete events
Asynchronous HTTP recognition .delete actions that generate events
Action |
Description |
speech-to-text.async-recognition-job.delete |
Delete an asynchronous recognition job (DELETE /v1/recognitions/{id} ). |
speech-to-text.async-recognition-notification-url.delete |
Delete an asynchronous recognition notification URL (POST /v1/unregister_callback ). |
GDPR event
The following table lists the Speech to Text action for General Data Protection Regulation (GDPR) that generates an event.
GDPR .delete action that generates an event
Action |
Description |
speech-to-text.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 Speech to Text 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.