Skip to content
Last updated

Premium Audit Logイベント

TD Console(ワークフローを含む)、TD Toolkit、およびAPIアクティビティからのイベントがログに記録されます。以下は、Premium Audit Logサブスクリプションをお持ちのユーザーが利用できる最も一般的なイベント名と説明を含むイベントエリアです。操作やログに記録されるカラムを含むPremium Audit Logイベントの完全なリストについては、Premium Audit Logイベント完全リストをご覧ください。

クエリアクティビティを特定するには、ジョブやスケジュールイベントなどのイベントエリアを確認してください。ジョブイベントには、HiveおよびPrestoクエリ、データコネクタジョブ、結果出力タスクが含まれます。スケジュールイベントは、保存されたクエリアクティビティを指します。

Audience Studio関連のログイベントにはuser_idカラムの値がありますが、user_emailはNULLです。これはログ収集設計による想定された動作です。 必要に応じて、/v3/user/list/ APIを使用してuser_idとuser_emailをマッピングしてください。APIを使用したユーザー詳細の設定については、Treasure Data User APIをご覧ください。

Account

イベント名説明操作ログに記録されるカラム
account_modifyTDアカウントの変更PATCH /v4/account(.:format)attribute_name, old_value, new_value
audit_log_download監査ログのダウンロードGET /v4/audits(.:format)
ip_whitelist_modifyIPアドレスの追加POST /v4/ip_whitelist_entries(.:format) PATCH /v4/ip_whitelist_entries/:id(.:format) PUT /accounts/:account_id/update_ip_whitelist(.:format) PUT /users/:id/update_ip_whitelist(.:format)old_value, new_value, affected_user_id
ip_whitelist_modifyIPアドレスの削除DELETE /v4/ip_whitelist_entries/:id(.:format)old_value, new_value, affected_user_id
password_policy_modifyパスワードポリシーの変更PATCH /v4/account/password_policy(.:format)attribute_name, old_value, new_value
sign_inログインGET /users/confirmation(.:format) PATCH /users/invitation(.:format) GET|POST /users/auth/google_login/callback(.:format) GET /users/sign_in_jwt(.:format) POST /users/sign_in(.:format)
sign_in_failedサインイン失敗POST /users/sign_in(.:format)
sign_in_failed_by_ipwhitelistIPホワイトリストの問題によるサインイン失敗< all areas requiring sign-in with ipwhitelist>
sign_in_failed_by_private_connectプライベート接続のサインイン失敗< all areas requiring sign-in with private connect>
sign_in_failed_reportingサインイン失敗レポートの生成GET /reporting/login(.:format)
sign_in_failed_ssoシングルサインオン失敗GET|POST /users/auth/google_login/callback(.:format)
sign_in_reportingサインインレポートの生成GET /reporting/login(.:format)
sign_outログアウトDELETE /users/sign_out(.:format)
password_revalidateAPIキーまたは認証設定を取得するためのパスワード再検証POST /v4/users/revalidate_password(.:format)
password_revalidate_failedパスワードの再検証に失敗POST /v4/users/revalidate_password(.:format)

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Artificial Intelligence / Machine Learning

イベント名イベントタイプ操作ログに記録されるカラム
ml_solution_createMLソリューションの作成POST /entities/ml_solutionsresource_type, resource_id, resource_name, resource_path
ml_solution_modifyMLソリューションの変更PATCH /entities/ml_solutions/:ml_solution_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
ml_solution_deleteMLソリューションの削除DELETE /entities/ml_solutions/:ml_solution_idresource_type, resource_id, resource_name, resource_path
ml_solution_runMLソリューションの実行POST /entities/ml_solutions/:ml_solution_id/runresource_type, resource_id, resource_name, resource_path
ml_solution_execution_notebook_showMLソリューションノートブックの表示GET /entities/ml_solutions/:ml_solution_id/executions/:execution_id/notebookresource_type, resource_id, resource_name, resource_path
llm_agent_createLLMエージェントの作成POST /api/agentsresource_id, resource_name ({project.name}|{agent.name})
llm_agent_modifyLLMエージェントの変更PATCH /api/agents/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_agent_deleteLLMエージェントの削除DELETE /api/agents/:idresource_id, resource_name
llm_knowledge_base_createLLMナレッジベースの作成POST /api/knowledge_basesresource_id, resource_name ({project.name}|{knowledge_base.name})
llm_knowledge_base_modifyLLMナレッジベースの変更PATCH /api/knowledge_bases/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_knowledge_base_deleteLLMナレッジベースの削除DELETE /api/knowledge_bases/:idresource_id, resource_name
llm_knowledge_base_queryLLMナレッジベースのクエリPOST /api/knowledge_bases/:id/queryresource_id, resource_name, arguments
llm_knowledge_base_job_runLLMナレッジベースジョブの実行Every-time: POST /api/knowledge_bases Whenever tables / sql updated: PATCH /api/knowledge_bases/:idresource_id, resource_name (which are knowledge base's ID and name)
llm_prompt_createLLMプロンプトの作成POST /api/actions/resource_id, resource_name ({project.name}|{prompt.name})
llm_prompt_modifyLLMプロンプトの変更PATCH /api/actions/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_prompt_deleteLLMプロンプトの削除DELETE /api/actions/:idresource_id, resource_name ({project.name}|{prompt.name})
llm_action_invokeLLMアクションの呼び出しPOST /api/actions/:id/text POST /api/actions/:id/slackresource_id, resource_name ({project.name}|{prompt.name}|{action.id})
llm_chat_createLLMチャットの作成POST /api/chats or a chat is created along with llm_agent_tool_invokeresource_id
llm_chat_continueLLMチャットの継続POST /api/chats/:id/continueresource_id
llm_project_createLLMプロジェクトの作成POST /api/projectsresource_id, resource_name
llm_project_modifyLLMプロジェクトの変更PATCH /api/projects/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_project_deleteLLMプロジェクトの削除DELETE /api/projects/:id DELETE /internal/projectsresource_id, resource_name
llm_integration_createLLMインテグレーションの作成POST /api/integrationsresource_id, resource_name ({project.name}|{integration.service_type})
llm_integration_modifyLLMインテグレーションの変更PATCH /api/integrations/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_integration_deleteLLMインテグレーションの削除DELETE /api/integrations/:idresource_id
llm_text_knowledge_base_createLLMテキストナレッジベースの作成POST /api/text_knowledge_basesresource_id, resource_name
llm_text_knowledge_base_modifyLLMテキストナレッジベースの変更PATCH /api/text_knowledge_bases/:idresource_id, resource_name, attribute_name, old_value, new_value
llm_text_knowledge_base_deleteLLMテキストナレッジベースの削除DELETE /api/text_knowledge_bases/:idresource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Audience Studio (Legacy)

イベント名説明操作ログに記録されるカラム
audience_behavior_poll_recordsマスターセグメントの構築または更新のために実行GET /audiences/:audience_id/behaviors/:id/poll_records(.:format)resource_type, resource_id, resource_name, resource_path, count
audience_behavior_sampleマスターセグメントの構築または更新のために実行GET /audiences/:audience_id/behaviors/:id/sample_values(.:format)resource_type, resource_id, resource_name, resource_path, count
audience_createマスターセグメントの初期作成POST /audiences(.:format)resource_type, resource_id, resource_name, resource_path
audience_modifyマスターセグメントの変更PATCH /audiences/:id(.:format) PUT /audiences/:id(.:format)resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
audience_runマスターセグメントの構築または更新のために実行POST /audiences/:id/run(.:format)resource_type, resource_id, resource_name, resource_path
audience_sample指定されたオーディエンスのサンプルデータを返すGET /audiences/:id/sample_values(.:format)resource_type, resource_id, resource_name, resource_path, count
customer_activity_index指定された顧客のアクティビティを返すGET /audiences/:audience_id/customers/:customer_id/activities(.:format) GET /audiences/:audience_id/customers/:customer_id/behaviors(.:format)resource_type, resource_id, resource_name, resource_path, count
customer_attributes_index指定された顧客の属性を返すGET /audiences/:audience_id/customers/:customer_id/attributes(.:format)resource_type, resource_id, resource_name, resource_path, count
audience_deleteマスターセグメントの削除DELETE /audiences/:id(.:format)resource_type, resource_id, resource_name, resource_path
customer_indexプロファイルリストへのアクセスGET /audiences/:audience_id/customers(.:format)resource_type, resource_id, resource_name, resource_path, count
customer_show顧客プロファイルの表示
predictive_segment_create予測スコアリング仕様の作成POST /audiences/:audience_id/predictive_segments(.:format)resource_type, resource_id, resource_name, resource_path
predictive_segment_features予測スコアリングの実行GET /audiences/:audience_id/predictive_segments/:id/model/features(.:format)resource_type, resource_id, resource_name, resource_path, count
predictive_segment_run予測スコアリングの実行POST /audiences/:audience_id/predictive_segments/:id/run(.:format)resource_type, resource_id, resource_name, resource_path
predictive_segment_modify予測スコアリングの変更PATCH /audiences/:audience_id/predictive_segments/:id(.:format) PUT /audiences/:audience_id/predictive_segments/:id(.:format) POST /audiences/:audience_id/predictive_segments/:id/workflow_finished(.:format)resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
predictive_segment_delete予測スコアリングの削除DELETE /audiences/:audience_id/predictive_segments/:id(.:format)resource_type, resource_id, resource_name, resource_path
profile_indexプロファイルリストからプロファイル詳細ページを表示するために選択(プロファイル情報のAPIプル)GET /audiences/:audience_id/profiles(.:format)resource_type, resource_id, resource_name, resource_path, count
segment_createセグメントの作成POST /audiences/:audience_id/segments(.:format)resource_type, resource_id, resource_name, resource_path
segment_customer_queryセグメントに属する顧客の取得GET /audiences/:audience_id/segments/queries/:query_id/customers(.:format)resource_type, resource_id, resource_name, resource_path, count
segment_folder_createセグメントフォルダの作成POST /audiences/:audience_id/folders(.:format)resource_type, resource_id, resource_name, resource_path
segment_folder_modifyセグメントフォルダの変更PATCH /audiences/:audience_id/folders/:id(.:format) PUT /audiences/:audience_id/folders/:id(.:format)resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
segment_modifyセグメントの変更POST /audiences/:audience_id/folders/:id/put_in(.:format) PATCH /audiences/:audience_id/segments/:id(.:format) PUT /audiences/:audience_id/segments/:id(.:format)resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
segment_queryセグメントビューの更新POST /audiences/:audience_id/segments/queries(.:format)resource_type, resource_id, resource_name, resource_path
segment_query_killセグメントビューの更新POST /audiences/:audience_id/segments/queries/:query_id/kill(.:format)resource_type, resource_id, resource_name, resource_path
syndication_createセグメントのアクティベーションを指定POST /audiences/:audience_id/segments/:segment_id/syndications(.:format)resource_type, resource_id, resource_name, resource_path
segment_folder_deleteセグメントフォルダの削除DELETE /audiences/:audience_id/folders/:id(.:format)resource_type, resource_id, resource_name, resource_path
segment_deleteセグメントの削除DELETE /audiences/:audience_id/segments/:id(.:format)resource_type, resource_id, resource_name, resource_path
syndication_execution_downloadアクティベートされたセグメントのデータセットをダウンロードGET /audiences/:audience_id/segments/:segment_id/syndications/:syndication_id/executions/:syndication_execution_id/download(.:format)resource_type, resource_id, resource_name, resource_path
syndication_index指定されたアクティベーションリストへのアクセスGET /audiences/:audience_id/syndications(.:format) GET /audiences/:audience_id/segments/:segment_id/syndications(.:format)resource_type, resource_id, resource_name, resource_path, count
syndication_modifyアクティベーションの変更PATCH /audiences/:audience_id/segments/:segment_id/syndications/:id(.:format) PUT /audiences/:audience_id/segments/:segment_id/syndications/:id(.:format)resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
syndication_runアクティベーションの実行(エクスポート)POST /audiences/:audience_id/segments/:segment_id/syndications/:id/run(.:format)resource_type, resource_id, resource_name, resource_path
syndication_show指定されたアクティベーションへのアクセスGET /audiences/:audience_id/segments/:segment_id/syndications/:id(.:format)resource_type, resource_id, resource_name, resource_path
syndication_deleteアクティベーションの削除DELETE /audiences/:audience_id/segments/:segment_id/syndications/:id(.:format)resource_type, resource_id, resource_name, resource_path
web_access_token_indexProfiles APIトークンリストページへのアクセスGET /audiences/:audience_id/tokens(.:format)resource_type, resource_id, resource_name, resource_path, count
web_access_token_createProfiles APIの作成POST /audiences/:audience_id/tokens(.:format)resource_type, resource_id, resource_name, resource_path
web_access_token_deleteProfiles APIの削除DELETE /audiences/:audience_id/tokens/:id(.:format)resource_type, resource_id, resource_name, resource_path
web_access_token_runProfiles APIの実行POST /audiences/:audience_id/tokens/:id/run(.:format)resource_type, resource_id, resource_name, resource_path
web_access_token_showProfiles APIの表示GET /audiences/:audience_id/tokens/:id(.:format)resource_type, resource_id, resource_name, resource_path

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Audience Studio

Audience Studioを使用しているお客様は、Audience Studio(レガシー)とAudience Studioで異なる機能のオブジェクトを使用している場合があり、その違いを確認したい場合があります。requested_path_infoとresource_idの組み合わせを使用することで、これらがAudience Studioで発生したイベントであることを特定できます。さらに、Audience Studioのパスには/entitiesが含まれていることに注意してください。

イベント名説明操作ログに記録されるカラム
ab_test_createABテストの作成POST /entities/ab_testsresource_type, resource_id, resource_name, resource_path
activation_template_createアクティベーションテンプレートの作成POST /entities/activation_templatesresource_type, resource_id, resource_name, resource_path
activation_template_deleteアクティベーションテンプレートの削除DELETE /entities/activation_templates/{:activation_template_id}resource_type, resource_id, resource_name, resource_path
activation_template_indexアクティベーションテンプレートの一覧GET /entities/parent_segments/{:id}/activation_templatesresource_type, resource_id, resource_name, resource_path, count
activation_template_modifyアクティベーションテンプレートの変更PATCH /entities/activation_templates/{:activation_template_id}resource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
activation_template_showアクティベーションテンプレートの表示GET /entities/activation_templates/{:activation_template_id}resource_type, resource_id, resource_name, resource_path
funnel_createファネルの作成POST /entities/funnelsresource_type, resource_id, resource_name, resource_path
funnel_deleteファネルの削除DELETE /entities/funnels/:funnel_idresource_type, resource_id, resource_name, resource_path
funnel_modifyファネルの変更PATCH /entities/funnels/:funnel_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
journey_activation_step_createアクティベーションステップの作成POST /entities/journeys/:journey_id/activationsresource_type, resource_id, resource_name, resource_path
journey_activation_step_updateアクティベーションステップの更新PATCH /entities/journeys/:journey_id/activations/:journey_activation_step_idresource_type, resource_id, resource_name, resource_path
journey_createジャーニーの作成POST /entities/journeysresource_type, resource_id, resource_name, resource_path
journey_deleteジャーニーの削除DELETE /entities/journeys/:journey_idresource_type, resource_id, resource_name, resource_path
journey_duplicateジャーニーのコピーPOST /entities/journeysresource_type, resource_id, resource_name, resource_path
journey_pauseジャーニーの一時停止PATCH /entities/journeys/:journey_idresource_type, resource_id, resource_name, resource_path
journey_priority_group_createジャーニー優先度グループの作成POST /audiences/:audience_id/journey_priority_groupsresource_type, resource_id, resource_name, resource_path
journey_priority_group_updateジャーニー優先度グループの更新PATCH /audiences/:audience_id/journey_priority_groups/:journey_priority_group_idresource_type, resource_id, resource_name, resource_path
journey_priority_group_destroyジャーニー優先度グループの削除DELETE /audiences/:audience_id/journey_priority_groups/:journey_priority_group_idresource_type, resource_id, resource_name, resource_path
journey_priority_group_duplicateジャーニー優先度グループの複製POST /audiences/:audience_id/journey_priority_groups/:journey_priority_group_id/duplicateresource_type, resource_id, resource_name, resource_path
journey_priority_group_enableジャーニー優先度グループ機能の有効化PATCH /audiences/:audience_id/journey_priority_groups/:journey_priority_group_idresource_type, resource_id, resource_name, resource_path
journey_priority_group_disableジャーニー優先度グループ機能の無効化PATCH /audiences/:audience_id/journey_priority_groups/:journey_priority_group_idresource_type, resource_id, resource_name, resource_path
journey_resumeジャーニーの再開PATCH /entities/journeys/:journey_idresource_type, resource_id, resource_name, resource_path
journey_updateジャーニーの更新PATCH /entities/journeys/:journey_idresource_type, resource_id, resource_name, resource_path
journey_bundle_updateジャーニーバンドルの更新PATCH /entities/journey_bundles/:journey_bundle_idresource_type, resource_id, resource_name, resource_path
journey_bundle_destroyジャーニーバンドルの削除DELETE /entities/journey_bundles/:journey_bundle_idresource_type, resource_id, resource_name, resource_path
journey_bundle_new_journey新しいジャーニーの作成POST /entities/journey_bundles/:journey_bundle_id/journeysresource_type, resource_id, resource_name, resource_path
predictive_segment_create予測セグメントの作成POST /entities/predictive_segmentsresource_type, resource_id, resource_name, resource_path
predictive_segment_delete予測セグメントの削除DELETE /entities/predictive_segments/:predictive_segment_idresource_type, resource_id, resource_name, resource_path
predictive_segment_features予測スコアリング結果を返すGET /entities/predictive_segments/:predictive_segment_id/model/featuresresource_type, resource_id, resource_name, resource_path
predictive_segment_modify予測セグメントの変更PATCH /entities/predictive_segments/:predictive_segment_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
predictive_segment_run予測セグメントの実行POST /entities/predictive_segments/:predictive_segment_id/runresource_type, resource_id, resource_name, resource_path
segment_createセグメントの作成POST /entities/segmentsresource_type, resource_id, resource_name, resource_path
segment_deleteセグメントの削除DELETE /entities/segments/:segment_idresource_type, resource_id, resource_name, resource_path
segment_folder_createセグメントフォルダの作成POST /entities/foldersresource_type, resource_id, resource_name, resource_path
segment_folder_deleteセグメントフォルダの削除DELETE /entities/folders/:folder_idresource_type, resource_id, resource_name, resource_path
segment_folder_modifyセグメントフォルダの変更PATCH /entities/folders/:folder_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
segment_insight_dashboard_createセグメントインサイトダッシュボードの作成POST /audiences/:audience_id/segment_insightsresource_type, resource_id, resource_name, resource_path
segment_insight_dashboard_deleteセグメントインサイトダッシュボードの削除DELETE /audiences/:audience_id/segment_insights/:segment_insight_idresource_type, resource_id, resource_name, resource_path
segment_insight_dashboard_modifyセグメントインサイトダッシュボードの変更PATCH /audiences/:audience_id/segment_insights/:segment_insight_idresource_type, resource_id, resource_name, resource_path
segment_insight_query_createセグメントインサイトクエリの作成POST /audiences/:audience_id/segments/segment_insights_queriesresource_type, resource_id, resource_name, resource_path
segment_insight_query_killセグメントインサイトクエリの強制終了POST /audiences/:audience_id/segments/segment_insights_queries/:queryId/killresource_type, resource_id, resource_name, resource_path
segment_modifyセグメントの変更PATCH /entities/segments/:segment_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
syndication_createセグメントのアクティベーションを指定POST /entities/segments/:segment_id/syndicationsresource_type, resource_id, resource_name, resource_path
syndication_deleteアクティベーションの削除DELETE /entities/segments/:segment_id/syndications/:syndication_idresource_type, resource_id, resource_name, resource_path
syndication_index指定されたアクティベーションリストへのアクセスGET /entities/segments/:segment_id/syndicationsresource_type, resource_id, resource_name, resource_path, count
syndication_indexアクティベートされたセグメントのデータセットをダウンロード*GET /entities/parent_segments/:audience_id/syndicationsresource_type, resource_id, resource_name, resource_path, count
syndication_lock_acquisitionロックの取得POST /audiences/{audience_id}/segments/{segment_id}/syndications/{syndication_id}/lockresource_type, resource_id, resource_name, resource_path
syndication_lock_releaseロックの解放POST /audiences/{audience_id}/segments/{segment_id}/syndications/{syndication_id}/lock DELETE /audiences/{audience_id}/segments/{segment_id}/syndications/{syndication_id}/lockresource_type, resource_id, resource_name, resource_path
syndication_modifyアクティベーションの変更PATCH /entities/segments/:segment_id/syndications/:syndication_idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
syndication_queue_pushアクティベーションをリストの末尾に追加POST /audiences/{audience_id}/segments/{segment_id}/syndications/{syndication_id}/lockresource_type, resource_id, resource_name, resource_path
syndication_queue_shiftリストの最初のアイテムを取得POST /audiences/{audience_id}/segments/{segment_id}/syndications/{syndication_id}/lockresource_type, resource_id, resource_name, resource_path
syndication_runアクティベーションの実行(エクスポート)POST /entities/segments/:segment_id/syndications/:syndication_id/runresource_type, resource_id, resource_name, resource_path
syndication_show指定されたアクティベーションへのアクセスGET /entities/segments/:segment_id/syndications/:syndication_idresource_type, resource_id, resource_name, resource_path
segment_campaign_createセグメントキャンペーンの作成POST /entities/segments/:segment_id/campaignsresource_type, resource_id, resource_name, resource_path
segment_campaign_modifyセグメントキャンペーンの変更PATCH /entities/segments/:segment_id/campaigns/:idresource_type, resource_id, resource_name, resource_path, attribute_name, old_value, new_value
segment_campaign_deleteセグメントキャンペーンの削除DELETE /entities/segments/:segment_id/campaigns/:idresource_type, resource_id, resource_name, resource_path
segment_campaign_insight_query_createセグメントキャンペーンインサイトクエリの作成POST /entities/segments/:segment_id/campaigns/:id/queriesresource_type, resource_id, resource_name, resource_path
segment_campaign_insight_query_killセグメントキャンペーンインサイトクエリの強制終了POST /entities/segments/:segment_id/campaigns/:id/queries/:query_id/killresource_type, resource_id, resource_name, resource_path
entities_bulk_moveエンティティの一括移動POST /entities/parent_segments/:parent_segment_id/bulk_moveresource_type, resource_id, resource_name, resource_path
entities_bulk_duplicateエンティティの一括複製POST /entities/parent_segments/:poarent_segment_id/bulk_duplicateresource_type, resource_id, resource_name, resource_path
entities_bulk_deleteエンティティの一括削除POST /entities/parent_segments/:parent_segment_id/bulk_deleteresource_type, resource_id, resource_name, resource_path
unification_create統合の作成POST /unifications/workflow_callresource_type, resource_id, resource_name, resource_path
unification_modify統合の変更POST /unifications/workflow_callresource_type, resource_id, resource_name, resource_path

フォルダ権限の権限拒否アクセスログ

Audience Studio内のオブジェクトに対するすべてのエンドポイントで、権限が拒否される可能性があります。たとえば、閲覧のみのユーザーがセグメントを作成しようとすると、権限が拒否され、その拒否が監査ログに反映されます。詳細については、ポリシーベースの権限をご覧ください。

権限の不足によりイベントが拒否された場合、監査ログには以下の情報が記録されます:

  • time(拒否の時刻)

  • event_name(例:audiences.statistics)

  • user_id

  • account_id

  • requested_http_verb(例:GET/POST)

  • requested_path(例:/audiences/195415/statistics)

  • event_result(denied)

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

カラム可視性アクセス制御の権限拒否アクセスログ

v5 Audience Studio内のカラムアクセス制御に関するすべてのエンドポイントで、権限が拒否される可能性があります。たとえば、PIIまたはブロックされた属性やビヘイビアカラムの値をサンプリングしようとした場合、非クリア属性がクエリパラメータのカラムに含まれている場合、キークエリパラメータがクリアでない場合、または特定のアクティベーションを最後に更新した人が正しい権限を持っていない場合です。

権限の不足によりイベントが拒否された場合、監査ログには以下の情報が記録されます:

  • time(拒否の時刻)

  • event_name(例:entities/segments.create.column_visibility_violation)

  • user_id(TD User ID)

  • account_id(TD Account ID)

  • requested_http_verb(例:GET/POST)

  • requested_path_info(例:/entities/segments)

  • event_result

  • resource_type(attributeまたはbehavior)

  • resource_id(PBP-PII権限を定義する際に使用されるカラム識別子、例:1$attribute.customers.age)

  • visibility(blocked、pii、non_pii、またはclear)

    • カラムの可視性
  • required_visibility(blocked、pii、non_pii、またはclear)

    • 操作に必要な可視性

権限の不足により拒否される可能性のある特定のイベントタイプについては、以下の表をご覧ください。詳細については、Audience カラム可視性制御をご覧ください。

イベント名操作ログに記録されるカラム
audience_behaviors.sample_values.column_visibility_violationGET /audiences/:audience_id/behaviors/:id/sample_valuesresource_type, resource_id, visibility, required_visibility, event_result
audiences.sample_values.column_visibility_violationGET /audiences/:id/sample_valuesresource_type, resource_id, visibility, required_visibility, event_result
customer_attributes.fetch_by_key.column_visibility_violationGET /audiences/:audience_id/customers/customer_attributes/fetch_by_keyresource_type, resource_id, visibility, required_visibility, event_result
customers.index.column_visibility_violationGET /audiences/:audience_id/customersresource_type, resource_id, visibility, required_visibility, event_result
entities/ab_tests.create.column_visibility_violationPOST /entities/ab_testsresource_type, resource_id, visibility, required_visibility, event_result
entities/predictive_segments.create.column_visibility_violationPOST /entities/predictive_segmentsresource_type, resource_id, visibility, required_visibility, event_result
entities/predictive_segments.update.column_visibility_violationPATCH|PUT /entities/predictive_segments/:idresource_type, resource_id, visibility, required_visibility, event_result
entities/segments.create.column_visibility_violationPOST /entities/segmentsresource_type, resource_id, visibility, required_visibility, event_result
entities/segments.update.column_visibility_violationPATCH|PUT /entities/segments/:idresource_type, resource_id, visibility, required_visibility, event_result
entities/syndications.create.column_visibility_violationPOST /entities/segments/:segment_id/syndicationsresource_type, resource_id, visibility, required_visibility, event_result
entities/syndications.run.column_visibility_violationPOST /entities/segments/:segment_id/syndications/:id/runresource_type, resource_id, visibility, required_visibility, event_result
entities/syndications.update.column_visibility_violationPATCH|PUT /entities/segments/:segment_id/syndications/:idresource_type, resource_id, visibility, required_visibility, event_result
entities/tokens.create.column_visibility_violationPOST /entities/tokensresource_type, resource_id, visibility, required_visibility, event_result
entities/tokens.update.column_visibility_violationPATCH|PUT /entities/tokens/:idresource_type, resource_id, visibility, required_visibility, event_result
predictive_segments.create.column_visibility_violationPOST /audiences/:audience_id/predictive_segmentsresource_type, resource_id, visibility, required_visibility, event_result
predictive_segments.update.column_visibility_violationPATCH|PUT /audiences/:audience_id/predictive_segments/:idresource_type, resource_id, visibility, required_visibility, event_result
segment_insight_dashboards.create.column_visibility_violationPOST /audiences/:audience.id/segment_insightsresource_type, resource_id, visibility, required_visibility, event_result
segment_insight_dashboards.destroy.column_visibility_violationDELETE /audiences/:audience.id/segment_insights/:segment_insight_idresource_type, resource_id, visibility, required_visibility, event_result
segment_insight_dashboards.show.column_visibility_violationGET /audiences/:audience.id/segment_insights/:segment_insight_idresource_type, resource_id, visibility, required_visibility, event_result
segment_insight_dashboards.update.column_visibility_violationPATCH /audiences/:audience.id/segment_insights/:segment_insight_idresource_type, resource_id, visibility, required_visibility, event_result
segment_insight_dashboards.validate.column_visibility_violationPOST /audiences/:audience.id/segment_insights/validateresource_type, resource_id, visibility, required_visibility, event_result
segments.create.column_visibility_violationPOST /audiences/:audience_id/segmentsresource_type, resource_id, visibility, required_visibility, event_result
segments.index_query_customers.column_visibility_violationGET /audiences/:audience_id/segments/queries/:query_id/customersresource_type, resource_id, visibility, required_visibility, event_result
segments.insight_query.column_visibility_violationPOST /audiences/:audience_id/segments/segment_insights_queriesresource_type, resource_id, visibility, required_visibility, event_result
segments.kill_insight_query.column_visibility_violationPOST /audiences/:audience_id/segments/segment_insights_queries/:query_id/killresource_type, resource_id, visibility, required_visibility, event_result
segments.new_query.column_visibility_violationPOST /audiences/:audience_id/segments/queriesresource_type, resource_id, visibility, required_visibility, event_result
segments.query.column_visibility_violationPOST /audiences/:audience_id/segments/queryresource_type, resource_id, visibility, required_visibility, event_result
segments.show_insight_query.column_visibility_violationGET /audiences/:audience_id/segments/segment_insights_queries/:query_idresource_type, resource_id, visibility, required_visibility, event_result
segments.update.column_visibility_violationPATCH|PUT /audiences/:audience_id/segments/:idresource_type, resource_id, visibility, required_visibility, event_result
syndications.create.column_visibility_violationPOST /audiences/:audience_id/segments/:segment_id/syndicationsresource_type, resource_id, visibility, required_visibility, event_result
syndications.run.column_visibility_violationPOST /audiences/:audience_id/segments/:segment_id/syndications/:id/runresource_type, resource_id, visibility, required_visibility, event_result
syndications.update.column_visibility_violationPATCH|PUT /audiences/:audience_id/segments/:segment_id/syndications/:idresource_type, resource_id, visibility, required_visibility, event_result
syndications.workflow_queries.column_visibility_violationGET /audiences/:audience_id/segments/:segment_id/syndications/:id/workflow_queriesresource_type, resource_id, visibility, required_visibility, event_result
tokens.create.column_visibility_violationPOST /audiences/:audience_id/tokensresource_type, resource_id, visibility, required_visibility, event_result
tokens.run.column_visibility_violationPOST /audiences/:audience_id/tokens/:id/runresource_type, resource_id, visibility, required_visibility, event_result
tokens.segments_workflow_queries.column_visibility_violationGET /audiences/:audience_id/tokens/:id/segments_workflow_queriesresource_type, resource_id, visibility, required_visibility, event_result
tokens.update.column_visibility_violationPATCH|PUT /audiences/:audience_id/tokens/:idresource_type, resource_id, visibility, required_visibility, event_result

Bulk Import

イベント名イベントタイプ操作ログに記録されるカラム
bulk_import_createBulk Importセッションの作成POST /v3/bulk_import/create/:name/:database_name/:table_name(.:format)id, resource_id, resource_name, target_table
bulk_import_create_partBulk Importデータをパートに分割PUT /v3/bulk_import/upload_part/:name/:part(.:format)id, resource_id, resource_name, target_table
bulk_import_deleteBulk Importセッションの削除POST /v3/bulk_import/delete/:name(.:format)id, resource_id, resource_name, target_table
bulk_import_delete_all_partセッション内のBulk Importパートを削除(セッションは残る)POST /v3/bulk_import/delete_all_parts/:name(.:format)id, resource_id, resource_name, target_table
bulk_import_delete_partセッションから特定のBulk Importパートを削除POST /v3/bulk_import/delete_part/:name/:part(.:format)id, resource_id, resource_name, target_table
bulk_import_error_records_downloadBulk ImportエラーログのダウンロードGET /v3/bulk_import/error_records/:name(.:format)id, resource_id, resource_name, target_table, size
bulk_import_finishedBulk Import処理の完了POST /v3/bulk_import/commit_finished/:id(.:format)id, resource_id, resource_name, target_table, amount
bulk_import_modifyBulk Importパラメータの変更を検出POST /v3/bulk_import/perform/:name(.:format) POST /v3/bulk_import/commit/:name(.:format)id, resource_id, resource_name, target_table, old_value, new_value

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Connection

イベント名イベントタイプ操作ログに記録されるカラム
connection_createIntegration Hubで新しい接続を作成POST /v4/connections(.:format) POST /v4/connectors(.:format)id, resource_id, resource_name
connection_config_createエクスポート結果を使用して接続を作成POST /v4/connector_configs(.:format)id, resource_id, target_connection
connection_modify名前の変更PATCH /v4/connections/:id(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
connection_modify_settings変更(設定の更新)PATCH /v4/connections/:id(.:format)id, resource_id, resource_name
connection_delete削除DELETE /v4/connections/:id(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Data Transfer

イベント名説明操作ログに記録されるカラム
data_transfer_create転送の作成POST /v3/bulk_loads(.:format) POST /v4/data_transfers(.:format)id, resource_id, resource_name
data_transfer_guessTDによるファイル形式の推測POST /v3/bulk_loads/guess(.:format) POST /v4/data_transfers/guess(.:format)
data_transfer_modify転送の変更PATCH /v3/bulk_loads/:find_by_name(.:format) PATCH /v4/data_transfers/:id(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
data_transfer_previewTDによるファイル解析方法のプレビューPOST /v3/bulk_loads/preview(.:format) POST /v4/data_transfers/preview(.:format)
data_transfer_run転送の開始POST /v3/bulk_loads/:find_by_name/jobs(.:format) POST /v3/bulk_loads/:id/jobs/run_scheduled(.:format) POST /v4/data_transfers(.:format) POST /v4/data_transfers/:id/run(.:format)id, resource_id, resource_name, job, scheduled_time
data_transfer_delete転送の削除DELETE /v3/bulk_loads/:find_by_name(.:format) DELETE /v4/data_transfers/:id(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Database

イベント名イベントタイプ操作ログに記録されるカラム
database_create作成POST /v3/database/create/:name(.:format) POST /v4/databases(.:format) POST /databases(.:format)id, resource_id, resource_name
database_modify説明の変更PUT|PATCH /v4/databases/:id(.:format) PATCH /databases/:id(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
database_permission_modifyユーザー権限の更新PATCH /v4/database_permissions(.:format) PUT /databases/:id/share(.:format) PUT /users/:id/update_permissions(.:format)id, resource_id, resource_name, affected_user_id, affected_user old_value, new_value
database_delete削除POST /v3/database/delete/:name(.:format) DELETE /v4/databases/:id(.:format) DELETE /databases/:id(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

File Upload

イベント名イベントタイプ操作ログに記録されるカラム
file_upload_import_createTreasure DataへのファイルアップロードPOST /v4/file_uploads/import(.:format)id, resource_id, target_table
file_upload_import_old_consoleWebからのアップロードPOST /import/file/finalize(.:format)id, resource_id
web_upload_import_finishedWebからのアップロード完了POST /v3/table/imported/:table_id/web_upload/:web_upload_id(.:format)id, resource_id, resource_name, target_table
file_upload_guessTDによるファイル形式の推測GET /v4/file_uploads/guess(.:format)id, resource_id, resource_name
file_upload_previewTDによるファイル解析方法のプレビューPOST /v4/file_uploads/preview(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Heroku Paas

イベント名イベントタイプ操作ログに記録されるカラム
heroku_apikey_readHeroku APIキーの取得GET /heroku/apikey(.:format)id, resource_id
heroku_createHerokuからTDへの接続を作成POST /heroku/resources(.:format)id, resource_id
heroku_sign_inHerokuへのサインインPOST /heroku/sso(.:format)id, resource_id

Premium Audit Logイベントの完全なリストについては、TDのコミュニティをご覧ください。

Jobs

イベント名イベントタイプ操作ログに記録されるカラム
job_issue新規ジョブ(Hive、Presto)POST /v3/connections/:connection_id/tables/:table_id/bulk_loads(.:format) POST /v3/export/run/:database_name/:table_name(.:format) POST /v3/job/issue/:type/:database(.:format) POST /v4/jobs(.:format) POST /v4/queries/:id/jobs(.:format) POST /query_forms/submit(.:format) POST /v3/job/finished/:id(.:format)id, resource_id, resource_name, job_type, target_table(option), scheduled_time(option), query_text
job_modifyジョブの開始または終了POST /v3/job/started/:id(.:format) POST /v3/job/finished/:id(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
job_killジョブの強制終了、ジョブ処理の終了POST /v3/job/kill/:id(.:format) DELETE /v4/jobs/:id(.:format) POST /jobs/:id/kill(.:format)id, resource_id, resource_name
job_result_downloadジョブ結果のダウンロード、TD Consoleの Jobs > Results ビューからGET /result/:id(.:format) GET /v4/jobs/:id/result(.:format)id, resource_id, resource_name, format, bytesize
job_result_download_deniedTD Consoleの Job > Results ビューからのジョブ結果ダウンロードが拒否された、またはAPIからのジョブ結果ダウンロードが拒否されたGET /v3/job/result/:id(.:format)resource_id, resource_name
job_result_showジョブ結果のプレビュー、TD Consoleの Jobs > Results ビューからGET /v4/jobs/:id/result(.:format)id, resource_id, resource_name, amount
job_result_exportジョブ結果のエクスポートPOST /v3/job/result_export/:target_job_idid, resource_id, resource_name, target_resource_id, target_resource_name
job_result_export_failedジョブ結果のエクスポート失敗POST /v3/job/result_export/:target_job_idid, target_resource_id, target_resource_name
job_status_update_by_systemシステムによるジョブのステータス更新。主にkill操作ですが、Prestobaseジョブと呼ばれるPresto APIからのクエリのステータス変更も含まれます(ODBC/JDBCで使用)。PUT /v3/internal/jobs/:job_id/statusid, ip_address, http_verb, requested_path_info, user_id, user_email, resource_id, resource_name, attribute_name, old_value, new_value

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Permission

イベント名イベントタイプ操作ログに記録されるカラム
permission_modify任意の権限の変更PATCH /v4/access_control/users/:user_id/permissions(.:format)affected_user_id, old_value, new_value, # for accounts without policy-based permissions
permission_policy_createポリシーの作成POST /v4/access_control/policies(.:format)id, resource_id, resource_name
permission_policy_attach_userユーザーをポリシーに割り当てPOST /v4/access_control/users/:user_id/policies/:policy_id(.:format) PATCH /v4/access_control/users/:user_id/policies(.:format) PATCH /v4/access_control/policies/:policy_id/users(.:format)id, resource_id, resource_name, affected_user_id
permission_policy_detach_userユーザーをポリシーから解除DELETE /v4/access_control/users/:user_id/policies/:policy_id(.:format) PATCH /v4/access_control/users/:user_id/policies(.:format) PATCH /v4/access_control/policies/:policy_id/users(.:format)id, resource_id, resource_name, affected_user_id
permission_policy_modify任意のポリシーの変更PATCH /v4/access_control/policies/:id(.:format) PATCH /v4/access_control/policies/:policy_id/permissions(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
permission_policy_deleteポリシーの削除DELETE /v4/access_control/policies/:id(.:format)id, resource_id, resource_name
permission_unauthorized_access権限に基づく不正アクセスの試行GET|POST|PUT|PATCH|DELETE /v4/access_control/*
role_createロールの作成POST /v4/roles(.:format)id, resource_id, resource_name, affected_user_id
role_deleteロールの削除DELETE /v4/roles(.:format)id, resource_id, resource_name, affected_user_id
unauthorized不正アクセスの試行リストはこちらをご覧くださいresource_type, id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Provisioner

イベント名イベントタイプ操作ログに記録されるカラム
provisioner_database_updateデータベースの更新PUT /api/def/databases/:database_def_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_change_draft_create変更ドラフトの作成POST /api/ctl/change_draftsaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_change_draft_update変更ドラフトの更新PUT /api/ctl/change_drafts/:instance_change_draft_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_change_draft_delete変更ドラフトの削除DELETE /api/ctl/change_drafts/:instance_change_draft_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_deployment_createデプロイメントの作成POST /api/ctl/deploymentsaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_deployment_approveデプロイメントの承認POST /api/ctl/deployments/:deployment_id/approveaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_operation_failoverフェイルオーバーPOST /api/ctl/operations/failoveraccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_access_key_createアクセスキーの作成POST /api/ddl/access_keysaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_access_key_updateアクセスキーの更新PUT /api/ddl/access_keys/:access_key_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_access_key_deleteアクセスキーの削除DELETE /api/ddl/access_keys/:access_key_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_access_policy_createアクセスポリシーの作成POST /api/ddl/access_policiesaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_access_policy_updateアクセスポリシーの更新PUT /api/ddl/access_policies/:access_policy_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_access_policy_deleteアクセスポリシーの削除DELETE /api/ddl/access_policies/:access_policy_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_extension_create拡張機能の作成POST /api/ddl/extensionsaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_schema_createスキーマの作成POST /api/ddl/schemasaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_schema_updateスキーマの更新PUT /api/ddl/schemas/:schema_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_schema_deleteスキーマの削除DELETE /api/ddl/schemas/:schema_idaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_table_access_createテーブルアクセスの作成POST /api/ddl/table_access_controlsaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name
provisioner_schema_reset_owner_passwordプロビジョニングされたAcidDBインスタンスのオーナーパスワードのリセットPOST /api/ddl/schemas/:schema_id/reset_owner_passwordaccount_id, user_id, user_email, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, attribute_name, old_value, new_value
provisioner_db_patch_scheduling_updateパッチ適用スケジュールの更新POST /api/ctl/instances/:instance_id/db_patch_scheduling_statusaccount_id, user_id, ip_address, requested_http_verb, requested_path_info, resource_type, resource_id, resource_path, resource_name, new_value

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Queries

イベント名イベントタイプ操作ログに記録されるカラム
query_createクエリの作成POST /v3/schedule/create/:name(.:format) POST /v4/queries(.:format) POST /query_forms/submit(.:format)id, resource_id, resource_name
query_cloneクエリのコピーPOST /v4/queries/:id/clone(.:format) POST /queries/:id/clone(.:format)id, resource_id, resource_name
query_modifyクエリの変更GET /v3/schedule/update/:old_name(.:format) PATCH /v4/queries/:id(.:format) POST /query_forms/submit(.:format)id, resource_id, resource_name
query_runクエリの実行POST /v3/schedule/run/:name/:time(.:format) POST /v4/queries/:id/jobs(.:format) POST /query_forms/submit(.:format) POST /queries/:id/run(.:format)id, resource_id, resource_name, query_text
schedule_clone (このイベントはquery_cloneに名前が変更されました)保存されたクエリのコピー
schedule_create (このイベントはquery_createに名前が変更されました)クエリの作成と保存
schedule_delete (このイベントはquery_deleteに名前が変更されました)保存されたクエリの削除
schedule_modify (このイベントはquery_modifyに名前が変更されました)保存されたクエリの変更
schedule_run (このイベントはquery_runに名前が変更されました)保存されたクエリの実行
query_deleteクエリの削除POST /v3/schedule/delete/:name(.:format) DELETE /v4/queries/:id(.:format) DELETE /queries/:id(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Realtime API

イベント名イベントタイプ操作ログに記録されるカラム
realtime_setting_modifyリアルタイム設定の変更PATCH /audiences/:audience_id/realtime_settingresource_type, resource_id, resource_name, resource_path, old_value, new_value
realtime_key_event_createリアルタイムキーイベントの作成POST /audiences/:audience_id/realtime_key_eventsresource_type, resource_id, resource_name, resource_path, new_value
realtime_key_event_modifyリアルタイムキーイベントの変更PATCH /audiences/:audience_id/realtime_key_events/:idresource_type, resource_id, resource_name, resource_path, old_value, new_value
realtime_key_event_deleteリアルタイムキーイベントの削除DELETE /audiences/:audience_id/realtime_key_events/:idresource_type, resource_id, resource_name, resource_path, old_value
realtime_journey_createリアルタイムジャーニーの作成POST /entities/realtime_journeysresource_type, resource_id, resource_name, resource_path
realtime_journey_updateリアルタイムジャーニーの更新PATCH /entities/realtime_journeys/:idresource_type, resource_id, resource_name, resource_path
realtime_journey_deleteリアルタイムジャーニーの削除DELETE /entities/realtime_journeys/:idresource_type, resource_id, resource_name, resource_path
realtime_journey_pauseリアルタイムジャーニーの一時停止POST /entities/realtime_journeys/:id/pauseresource_type, resource_id, resource_name, resource_path
realtime_journey_resumeリアルタイムジャーニーの再開POST /entities/realtime_journeys/:id/resumeresource_type, resource_id, resource_name, resource_path
realtime_journey_activation_step_createリアルタイムジャーニーアクティベーションステップの作成POST /entities/realtime_journeys/:realtime_journey_id/activationsresource_type, resource_id, resource_name, resource_path
realtime_journey_activation_step_updateリアルタイムジャーニーアクティベーションステップの更新PATCH /entities/realtime_journeys/:realtime_journey_id/activations/:idresource_type, resource_id, resource_name, resource_path
realtime_application_createリアルタイムアプリケーションの作成POST /internal/applicationsresource_id
realtime_application_modifyリアルタイムアプリケーションの変更PATCH /internal/applications/:idresource_id
realtime_application_deleteリアルタイムアプリケーションの削除DELETE /internal/applications/:idresource_id
realtime_attribute_createリアルタイム属性の作成POST /audiences/:audience_id/realtime_attributesresource_type, resource_id, resource_name, resource_path
realtime_attribute_deleteリアルタイム属性の削除DELETE /audiences/:audience_id/realtime_attributes/:realtime_attribute_idresource_type, resource_id, resource_name, resource_path
realtime_attribute_updateリアルタイム属性の更新PATCH /audiences/:audience_id/realtime_attributes/:realtime_attribute_idresource_type, resource_id, resource_name, resource_path
realtime_imported_attributes_bulk_updateリアルタイムインポート属性の一括更新POST /audiences/:audience_id/realtime_imported_attributes/bulk_updateresource_type, resource_id, resource_name, resource_path, new_value
realtime_journey_duplicateリアルタイムジャーニーの複製POST /entities/realtime_journeys/duplicateresource_type, resource_id, resource_name, resource_path
realtime_personalization_createリアルタイムパーソナライゼーションの作成POST /entities/realtime_personalizationsresource_type, resource_id, resource_name, resource_path
realtime_personalization_deleteリアルタイムパーソナライゼーションの削除DELETE /entities/realtime_personalizations/:realtime_personalization_idresource_type, resource_id, resource_name, resource_path
realtime_personalization_service_createリアルタイムパーソナライゼーションサービスの作成POST /audiences/:audience_id/realtime_personalization_servicesresource_type, resource_id, resource_name, resource_path, new_value
realtime_personalization_service_deleteリアルタイムパーソナライゼーションサービスの削除DELETE /audiences/:audience_id/realtime_personalization_services/:realtime_personalization_idresource_type, resource_id, resource_name, resource_path, old_value, new_value
realtime_personalization_service_modifyリアルタイムパーソナライゼーションサービスの変更PATCH /audiences/:audience_id/realtime_personalization_services/:realtime_personalization_idresource_type, resource_id, resource_name, resource_path, old_value, new_value
realtime_personalization_token_createリアルタイムパーソナライゼーショントークンの作成POST /audiences/:audience_id/realtime_personalization_services/:realtime_personalization_service_id/tokensresource_type, resource_id, resource_name, resource_path, new_value
realtime_personalization_token_deleteリアルタイムパーソナライゼーショントークンの削除DELETE /audiences/:audience_id/realtime_personalization_services/:realtime_personalization_service_id/tokens/:token_idresource_type, resource_id, resource_name, resource_path, old_value, new_value
realtime_personalization_updateリアルタイムパーソナライゼーションの更新PATCH /entities/realtime_personalizations/:realtime_personalization_idresource_type, resource_id, resource_name, resource_path

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Streaming Tasks

イベント名イベントタイプ操作ログに記録されるカラム
streaming_tasks_createストリーミングタスクの作成POST /v4/streaming_tasksresource_id, resource_name
streaming_task_modifyストリーミングタスクの変更PATCH/PUT /v4/streaming_tasksresource_id, resource_name
streaming_task_deleteストリーミングタスクの削除DELETE /v4/streaming_tasksresource_id, resource_name
streaming_task_auth_createストリーミングタスクの認証を作成POST /v4/streaming_task_authsresource_id, resource_name
streaming_task_auth_modifyストリーミングタスクの認証を変更PATCH/PUT /v4/streaming_task_authsresource_id, resource_name
streaming_task_auth_deleteストリーミングタスクの認証を削除DELETE /v4/streaming_task_authsresource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Table

イベント名イベントタイプ操作ログに記録されるカラム
partial_delete_create指定された時間範囲でテーブルの内容を部分的に削除するジョブを作成POST /v3/table/partialdelete/:database_name/:table_name(.:format)id, resource_id, resource_name, target_table
table_change_databaseデータベースの変更POST /v3/table/change_database/:database_name/:table_name(.:format)id, resource_id, resource_name, old_value, new_value
table_create作成POST /v3/table/create/:database_name/:name/:type(.:format) POST /v4/tables(.:format) POST /databases/:user_database_id/tables(.:format)id, resource_id, resource_name
table_import_createインポート中にテーブルを作成PUT /v3/table/import/:database_name/:table_name/:data_format(.:format)id, resource_id, resource_name
table_insert_finishedテーブルへの挿入処理の完了POST /v3/table/insert_finished(.:format)id, resource_id, resource_name, amount
table_modifyカラムの追加、削除、名前変更、または説明の変更POST /v3/table/update-schema/:database_name/:table_name(.:format) POST /v3/table/append-schema/:database_name/:table_name(.:format) PUT|PATCH /v4/tables/:id(.:format) PATCH /databases/:user_database_id/tables/:id(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
table_previewテーブルのプレビューGET /v3/table/tail/:database_name/:table_name(.:format) GET /v4/tables/:id/preview(.:format) GET /databases/:user_database_id/tables/:id/preview(.:format)id, resource_id, resource_name, amount
table_swapテーブル名の交換。例:table1とtable2をスワップすると、table2がtable1の内容を持ち、その逆も同様POST /v3/table/swap/:database_name/:table1_name/:table2_name(.:format)id, resource_id, resource_name, target_resource_id, target_resource_name
table_delete削除POST /v3/table/delete/:database_name/:table_name(.:format) DELETE /v4/tables/:id(.:format) DELETE /databases/:user_database_id/tables/:id(.:format)id, resource_id, resource_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

User

イベント名イベントタイプ操作ログに記録されるカラム
apikey_modifyAPIキーの変更PATCH /v4/api_keys/:id(.:format)attribute_name, old_value, new_value
password_resetユーザーが自身のパスワードをリセットPOST /v4/users/:id/reset_password(.:format)attribute_name, old_value, new_value
user_apikey_deleteAPIキーの削除POST /v3/user/apikey/remove/:email DELETE /v4/api_keys/:id(.:format) DELETE /users/:user_id/apikey_authentications/:id(.:format)id, resource_id, resource_name, affected_user_id, affected_user
user_apikey_downloadユーザーによるAPIキーのダウンロードGET /v3/user/apikey/list/:emailid, resource_id, resource_name, amount
user_apikey_generateAPIキーの作成POST /v3/user/apikey/add/:email POST /v4/api_keys(.:format) POST /users/:user_id/apikey_authentications(.:format)id, resource_id, resource_name, affected_user_id, affected_user
user_deleteユーザーの削除POST /v3/user/remove/:email DELETE /v4/users/:id(.:format) DELETE /users/:id(.:format)id, resource_id, resource_name
user_inviteアカウントチームへの招待POST /v3/user/add/:name(.:format) POST /v4/users/invite(.:format) POST /users/invite(.:format)id, resource_id, resource_name
user_invite_acceptedユーザー招待の承諾PATCH /users/invitation(.:format)id, resource_id, resource_name
user_modify名、姓、電話番号、パスワードの変更、およびメールの更新PATCH /v4/users/:id(.:format) PATCH /users/password(.:format) PATCH /users/:id(.:format) POST /users/:id/promote(.:format)id, resource_id, resource_name, attribute_name, old_value, new_value
session_invalidationidle_timeoutまたは既存のsession_timeoutによってユーザーのセッションがログアウトされたAll requests using sessionip_address, requested_http_verb, requested_path_info, id, user_id, user_email, account_id, event_name

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Insights

イベント名イベントタイプ操作ログに記録されるカラム
reporting_ssoレポーティングへのログインGET /reporting/ssoid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name
reporting_user_createレポーティングでユーザーを作成POST /reporting/usersid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name
reporting_user_updateレポーティングでユーザーを更新PUT /reporting/users/:idid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name, new_value, old_value, attribute_name
reporting_user_destroyレポーティングでユーザーを削除DELETE /reporting/users/:idid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name
reporting_datamodel_createレポーティングでデータモデルを作成POST /reporting/datamodelsid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name
reporting_datamodel_destroyレポーティングでデータモデルを削除DELETE /reporting/datamodels/:idid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id, resource_name
reporting_relation_createリレーションの作成POST /datamodels/:datamodel_id/relationsid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id
reporting_relation_destroyリレーションの削除DELETE /datamodels/:datamodel_id/relations/:idid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id
reporting_build_startレポートのビルドを開始POST /datamodels/:id/buildsid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id
reporting_build_stopレポートのビルドを停止DELETE /datamodels/:id/builds/:build_idid, ip_address, user_id, user_email, account_id, requested_http_verb, requested_path_info, resource_id

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Workflow

イベント名イベントタイプ操作ログに記録されるカラム
insufficient_permission不正なアクションの試行PUT /api/attempts POST /api/attempts/{id}/kill DELETE /api/projects/{id} PUT /api/projects/{id}/secrets/{key} DELETE /api/projects/{id}/secrets/{key} POST /api/schedules/{id}/skip POST /api/schedules/{id}/backfill POST /api/schedules/{id}/disable POST /api/schedules/{id}/enable PUT|POST /api/projects GET /api/attempts GET /api/attempts/{id} GET /api/attempts/{id}/retries GET /api/attempts/{id}/tasks GET /api/logs/{attempt_id}/files GET /api/logs/{attempt_id}/files/{file_name} GET /api/project GET /api/projects GET /api/projects/{id} GET /api/projects/{id}/revisions GET /api/projects/{id}/schedules GET /api/projects/{id}/sessions GET /api/projects/{id}/secrets GET /api/schedules GET /api/schedules/{id} GET /api/sessions GET /api/sessions/{id}/attempts GET /api/sessions/{id}/attempts GET /api/workflow GET /api/workflows GET /api/workflows/{id} GET /api/workflows/{id}/truncated_session_time GET /api/console/projects/{id}/workflows GET /api/projects/{id}/archive/multipart GET /api/console/workflows GET /api/projects GET /api/projects/{id}/workflowsid, ip_address, account_id, user_id, user_email
workflow_attempt_createユーザーがTD Consoleからワークフローを実行しようとするPUT /api/attempts
workflow_attempt_killワークフローセッション試行の強制終了POST /api/attempts/{id}/kill
workflow_project_revision_createプロジェクトリビジョンの作成 ユーザーがTD Consoleから新しいワークフローを作成、または既存のワークフローを更新して保存PUT|POST /api/projectsid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_project_secret_deleteワークフローシークレットの削除DELETE /api/projects/{id}id, ip_address, resource_id, resource_name, resource_path, session_time, account_id, user_id, user_email, old_value, new_value
workflow_project_secret_createユーザーがワークフローシークレットを設定PUT /api/projects/{id}/secrets/{key}id, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_schedule_backfillユーザーが過去に失敗したワークフローを再実行し、結果を置き換えユーザーがTD Consoleから新しいワークフローを作成、または既存のワークフローを更新して保存id, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_schedule_disableワークフロースケジュールの無効化(非アクティブ化)POST /api/schedules/{id}/disableid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_schedule_enableワークフロースケジュールの有効化(アクティブ化)POST /api/schedules/{id}/enableid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_schedule_skipスケジュールされたワークフローのスキップPOST /api/schedules/{id}/skipid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, old_value, new_value
workflow_project_deleteワークフロープロジェクトの削除DELETE /api/projects/{id}id, ip_address, resource_id, resource_name, resource_path, session_time, account_id, user_id, user_email, old_value, new_value

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Workflow - Custom Scripts

イベント名イベントタイプ操作ログに記録されるカラム
custom_script_task_startsカスタムスクリプトタスクの開始workflow py>: taskid, resource_id, resource_name, resource_path, account_id, session_id, is_scheduled, task_created_at, diagnostic_messages, user_id, user_email, ip_address, revision_created_user, docker_image
custom_script_task_endsカスタムスクリプトタスクの終了workflow py>: taskid, resource_id, resource_name, resource_path, account_id, session_id, is_scheduled, task_created_at, task_finished_at, task_duration, task_exit_code, diagnostic_messages, user_id, user_email, ip_address, revision_created_user, docker_image

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。

Workflow - Tasks

イベント名イベントタイプ操作ログに記録されるカラム
workflow_email_sendユーザーがメールを送信workflow mail>: taskid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, session_id, mail_from, mail_subject, mail_to, mail_cc, mail_bcc, mail_delivery, revision_created_user
workflow_http_callワークフローがHTTPコールを開始workflow http operator(http>:) taskid, ip_address, resource_id, resource_name, resource_path, account_id, user_id, user_email, session_id, event_detail(url, method), revision_created_user

Zero-Copy

イベント名イベントタイプ操作ログに記録されるカラム
zero_copy_config_createZero Copy設定の作成POST /v4/federated_query_configsresource_id, resource_name, new_value
zero_copy_config_modifyZero Copy設定の変更PUT /v4/federated_query_configs/:idresource_id, resource_name, attribute_name, old_value, new_value
zero_copy_config_destroyZero Copy設定の削除DELETE /v4/federated_query_configs/:idresource_id, resource_id

Engage

イベント名イベントタイプ操作ログに記録されるカラム
Engage Studiodelivery_email_domain_create (engage_email_domain_create)POST /api/email_domainsuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studiodelivery_email_domain_delete (engage_email_sender_delete)DELETE /api/email_domains/:email_domain_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studiodelivery_email_domain_deploy (engage_email_domain_deploy)POST /api/email_domains/:email_domain_id/deployuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studiodelivery_email_domain_modify (engage_email_sender_modify)PATCH /api/email_domains/:email_domain_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info, attribute_name, old_values, new_values
Engage Studiodelivery_email_sender_create (engage_email_sender_create)POST /api/email_sendersuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studiodelivery_email_sender_delete (engage_email_sender_delete)DELETE /api/email_senders/:email_sender_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studiodelivery_email_sender_modify (engage_email_sender_modify)PATCH /api/email_senders/:email_domain_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info, attribute_name, old_values, new_values
Engage Studioengage_campaign_createPOST /api/campaignsuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studioengage_campaign_modifyPATCH /api/campaigns/:campaign_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info, attribute_name, old_values, new_values
Engage Studioengage_email_message_createPOST /api/email_messagesuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studioengage_email_message_deleteDELETE /api/email_messages/:email_message_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studioengage_email_message_modifyPATCH /api/email_messages/:email_message_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info, attribute_name, old_values, new_values
Engage Studioengage_email_template_createPOST /api/email_templatesuser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studioengage_email_template_deleteDELETE /api/email_templates/:email_template_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info
Engage Studioengage_email_template_modifyPATCH /api/email_templates/:email_template_iduser_id, user_email, account_id, ip_address, resource_id, resource_name, requested_http_verb, requested_path_info, attribute_name, old_values, new_values

関連項目

Premium Audit Logイベントの完全なリストについては、TDのPremium Audit Logイベント完全リストをご覧ください。