Updated on 2024-03-14 GMT+08:00

DNS Operations Recorded by CTS

CTS records DNS operations performed by users in real time. Actions and results of the operations are stored in OBS buckets in the form of traces.

After you enable CTS, whenever a DNS API is called, the operation is recorded in a log file, which is then delivered to a specified OBS bucket for storage.

Table 1 and Table 2 list the DNS operations that will be recorded by CTS.

The DNS service involves resources both at the global and region levels. Table 1 lists DNS operations at the global level. Traces of these operations are displayed only in the primary region.

Table 2 lists DNS operations at the region level. Traces of these operations are displayed in the regions where the operations are performed.

Table 1 Global-level DNS operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a record set for a public zone

publicRecordSet

createPublicRecordSet

Deleting a record set from a public zone

publicRecordSet

deletePublicRecordSet

Modifying a record set of a public zone

publicRecordSet

updatePublicRecordSet

Creating a public zone

publicZone

createPublicZone

Modifying a public zone

publicZone

updatePublicZone

Deleting a public zone

publicZone

deletePublicZone

Table 2 Region-level DNS operations that can be recorded by CTS

Operation

Resource Type

Trace Name

Creating a record set in a private zone

privateRecordSet

createPrivateRecordSet

Deleting a record set from a private zone

privateRecordSet

deletePrivateRecordSet

Modifying a record set of a private zone

privateRecordSet

updatePrivateRecordSet

Creating a private zone

privateZone

createPrivateZone

Modifying a private zone

privateZone

updatePrivateZone

Deleting a private zone

privateZone

deletePrivateZone

Associating a VPC with a private zone

privateZone

associateRouter

Disassociating a VPC from a private zone

privateZone

disassociateRouter