Key Operations Supported 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 Type |
Trace Name |
|---|---|---|
|
Querying topics |
topic |
listTopics |
|
Creating a topic |
topic |
createTopic |
|
Deleting a topic |
topic |
deleteTopic |
|
Updating a topic |
topic |
updateTopic |
|
Querying topic details |
topic |
listTopicDetails |
|
Updating a topic policy |
topic |
updateTopicAttribute |
|
Deleting all topic policies |
topic |
deleteTopicAttributes |
|
Deleting a topic policy by name |
topic |
deleteTopicAttributeByName |
|
Querying a topic policy |
topic |
listTopicAttributes |
|
Querying the sending details of a topic |
topic |
listTopicMessageStatistics |
|
Querying the subscription list |
subscription |
listSubscriptions |
|
Querying the subscription list of a specified topic |
subscription |
listSubscriptionsByTopic |
|
Adding a subscription |
subscription |
subscribe |
|
Deleting a subscription |
subscription |
delsubscribe |
|
Updating a subscription |
subscription |
updateSubscriberRemark |
|
Importing subscriptions |
subscription |
addSubscriptionFromSubscriptionUser |
|
Querying the message template list |
message_template |
listMessageTemplates |
|
Creating a message template |
message_template |
createMessageTemplate |
|
Modifying a message template |
message_template |
updateMessageTemplate |
|
Deleting a message template |
message_template |
deleteMessageTemplate |
|
Querying message template details |
message_template |
listMessageTemplateDetails |
|
Creating message templates in batches |
message_template |
batchCreateMessageTemplate |
|
Querying project tags |
tag |
listProjectTags |
|
Adding a resource tag |
tag |
createTag |
|
Querying resource tags |
tag |
listResourceTags |
|
Querying resource instances |
tag |
listResourceInstances |
|
Adding resource tags in batches |
tag |
batchCreateTag |
|
Deleting resource tags in batches |
tag |
batchDeleteTag |
|
Deleting a resource tag |
tag |
deleteTag |
|
Updating a tag |
tag |
|
|
Querying logs |
logtank |
listLogtank |
|
Binding a cloud log to a topic |
logtank |
createLogtank |
|
Unbinding a cloud log from a topic |
logtank |
deleteLogtank |
|
Updating a cloud log |
logtank |
updateLogtank |
|
Creating message filter policies for a subscriber |
filter_polices |
batchCreateFilterPolices |
|
Deleting message filter policies for a subscriber |
filter_polices |
batchDeleteFilterPolices |
|
Updating message filter policies of subscribers |
filter_polices |
batchUpdateFilterPolices |
|
Querying notification policies |
notify_policy |
getNotifyPolicy |
|
Creating a notification policy |
notify_policy |
createNotifyPolicy |
|
Deleting a notification policy |
notify_policy |
deleteNotifyPolicy |
|
Modifying a notification policy |
notify_policy |
updateNotifyPolicy |
|
Creating a subscriber |
subscription_user |
CreateSubscriptionUser |
|
Updating a subscriber |
subscription_user |
UpdateSubscriptionUser |
|
Deleting a subscriber |
subscription_user |
DeleteSubscriptionUser |
|
Querying the subscriber list |
subscription_user |
ListSubscriptionUser |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot