Deleting a Subscribed Event
Function
This API is used to delete a subscribed event.
Calling Method
For details, see Calling APIs.
URI
DELETE /v2/{project_id}/event-subs/{event_sub_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Definition Project ID. To obtain the value, see Obtaining a Project ID. Constraints N/A Range N/A Default Value N/A |
event_sub_id |
Yes |
String |
Definition Event subscription ID. Constraints N/A Range N/A Default Value N/A |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
id |
String |
Definition Subscription ID. Range N/A |
name |
String |
Definition Subscription name. Range N/A |
source_type |
String |
Definition Event source type. Range N/A |
source_id |
String |
Definition Event source ID. Range N/A |
category |
String |
Definition Event category. Range N/A |
severity |
String |
Definition Event severity. Range N/A |
tag |
String |
Definition Event tag. Range N/A |
enable |
Integer |
Definition Whether to enable subscription. Range 1: enabled; 0: disabled. |
project_id |
String |
Definition Project ID. Range N/A |
name_space |
String |
Definition Service. Range N/A |
notification_target |
String |
Definition Address for the message notification topic. Range N/A |
notification_target_name |
String |
Definition Message notification topic. Range N/A |
notification_target_type |
String |
Definition Message notification type. Range N/A |
language |
String |
Definition Language. Range N/A |
time_zone |
String |
Definition Time zone. Range N/A |
Example Requests
https://{Endpoint}/v2/4cf650fd46704908aa071b4df2453e1e/event-subs/41eb162b-cd3b-4c66-88d0-0c2c17fdfc2b
Example Responses
Status code: 200
Event subscription deleted.
{ "id" : "41eb162b-cd3b-4c66-88d0-0c2c17fdfc2b", "name" : "zrf-test-66", "category" : "", "severity" : "normal,warning", "tag" : "", "enable" : 1, "language" : "zh-cn", "source_type" : "", "source_id" : "", "project_id" : "4cf650fd46704908aa071b4df2453e1e", "name_space" : "DWS", "notification_target" : "urn:smn:cn-north-7:4cf650fd46704908aa071b4df2453e1e:dws-test-nodelete", "notification_target_name" : "dws-test-nodelete", "notification_target_type" : "SMN", "time_zone" : "GMT+08:00" }
Status Codes
Status Code |
Description |
---|---|
200 |
Event subscription deleted. |
400 |
Request error. |
401 |
Authentication failed. |
403 |
You do not have required permissions. |
404 |
No resources found. |
500 |
Internal server error. |
503 |
Service unavailable. |
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