Updated on 2026-05-29 GMT+08:00

Using CTS to Audit Notebook

ModelArts can connect to CTS. With CTS, you can obtain operations associated with ModelArts Notebook for later query, audit, and backtrack operations.

Prerequisites

You have enabled CTS. For details, see Cloud Trace Service User Guide.

Key Development Environment Operations Traced by CTS

Table 1 Key development environment operations traced by CTS

Operation

Resource Type

Event

Creating a notebook instance

Notebook

createNotebook

Obtaining details about a notebook instance

Notebook

getNotebook

Obtaining all notebook instances

Notebook

listallNotebook

Obtaining notebook instances

Notebook

listNotebook

Opening a CodeLab instance

Notebook

openNotebook

Deleting a notebook instance

Notebook

deleteNotebook

Updating a notebook instance

Notebook

updateNotebook

Starting a notebook instance

Notebook

startNotebook

Stopping a notebook instance

Notebook

stopNotebook

Saving a running instance as a container image

NotebookImage

createNotebookImage

Obtaining supported images

NotebookImage

listNotebookImage

Obtaining user image information

NotebookImageGroups

listNotebookImageGroups

Obtaining image details

NotebookImage

getNotebookImage

Synchronizing image status

NotebookImage

updateNotebookImage

Registering a custom image

NotebookImage

createNotebookImage

Deleting an image

NotebookImage

deleteNotebookImage

Creating a NotebookApp instance

NotebookApp

createNotebookApp

Obtaining NotebookApp instances

NotebookApp

listNotebookApp

Obtaining details about a NotebookApp instance

NotebookApp

getNotebookApp

Deleting a NotebookApp instance

NotebookApp

deleteNotebookApp

Using a NotebookApp instance

NotebookApp

updateNotebookApp

Obtaining notebook tags in a project

CombineTmsTag

listCombineTmsTag

Obtaining resource tags

NotebookTmsTag

listNotebookTmsTag

Viewing Traces

  1. Log in to the CTS console.
  2. Click in the upper left corner and select the target region.
  3. In the navigation pane on the left, choose Trace List.

    Each time you log in to the CTS console, the new edition is displayed by default. Click Old Edition in the upper right corner to switch to the trace list of the old edition.

  4. Filter traces to view information about the target traces.

    For details, see Querying Traces in CTS.