- What's New
- Function Overview
- Service Overview
- Getting Started
-
User Guide
- Topic Management
- Subscription Management
- Message Template Management
- SMN Operation Recording
- Logs
- Permissions Management
- Quotas
- Appendix
- API Reference
- SDK Reference
-
FAQs
- What Are the Advantages of SMN?
- What Protocols Does SMN Support?
- How Is SMN Billed?
- What Are the Requirements for an SMN Topic Name?
- How Many Topics Can I Create?
- How Many Subscriptions Can Be Added to a Topic?
- How Many Messages Can Be Published to a Topic?
- How Many Message Templates Can I Create?
- What Are the Limitations on SMS Messages?
- Can I Add Subscriptions Using Multiple Protocols to a Topic?
- Can a Topic Creator Change Subscription Protocols in a Topic?
- Can I Change a Subscription Endpoint for a Topic?
- Can I Delete a Published Message?
- Does SMN Ensure That Messages Are Received by Subscription Endpoints?
- Will a Subscriber Receive the Same Message Multiple Times?
- Why Do Subscribers Fail to Receive Messages After I Publish Messages to a Topic?
- What Can I Do When Pictures in an Email Message Cannot Be Displayed?
- How Do I Obtain My Account ID?
- How Does DingTalk, Lark, or WeCom Chatbot Obtain Subscription Endpoints?
- Videos
Show all
Key SMN Operations Recorded by CTS
After you enable CTS, whenever an SMN API is called, the operation may be recorded in a log file, which is then dumped to a specified OBS bucket for storage based on time and data changes.
However, if someone calls the SMN API to cancel a subscription without login, CTS will not record the operation. For example, if a subscriber clicks the link in an email to cancel the subscription, the API for unsubscribing is called, but CTS does not record the operation.
Table 1 lists the SMN operations that will be recorded by CTS.
Operation |
Resource |
Trace Name |
---|---|---|
Creating a topic |
Topic |
createTopic |
Deleting a topic |
Topic |
deleteTopic |
Updating a topic |
Topic |
updateTopic |
Updating a topic policy |
Topic |
updateTopicAttribute |
Deleting all topic policies |
Topic |
deleteTopicAttributes |
Deleting a specified topic policy |
Topic |
deleteTopicAttributeByName |
Adding a subscription |
Subscription |
subscribe |
Deleting a subscription |
Subscription |
delsubscribe |
Creating a message template |
Message template |
createMessageTemplate |
Creating message templates in batches |
Message template |
batchCreateMessageTemplate |
Modifying a message template |
Message template |
updateMessageTemplate |
Deleting a message template |
Message template |
deleteMessageTemplate |
Batch adding tags |
tag |
batchCreateTag |
Adding a tag |
tag |
createTag |
Batch deleting tags |
tag |
batchDeleteTag |
Deleting a tag |
tag |
deleteTag |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.