Updated on 2026-08-27 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

CTS has been enabled. For details, see Cloud Trace Service Overview.

Key Notebook Operations Supported by CTS

Table 1 Key notebook operations supported by CTS

Operation

Resource Type

Event

Creating notebook instances

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 notebook instances

Notebook

deleteNotebook

Updating notebook instances

Notebook

updateNotebook

Starting notebook instances

Notebook

startNotebook

Stopping notebook instances

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 custom images

NotebookImage

createNotebookImage

Deleting images

NotebookImage

deleteNotebookImage

Creating NotebookApp instances

NotebookApp

createNotebookApp

Obtaining NotebookApp instances

NotebookApp

listNotebookApp

Obtaining details about a NotebookApp instance

NotebookApp

getNotebookApp

Deleting NotebookApp instances

NotebookApp

deleteNotebookApp

Using NotebookApp instances

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.

    You can call the API to get traces in the trace list to view resource operation records. For details, see Querying a Trace List.