All Products
Search
Document Center

CloudMonitor:SendDryRunSystemEvent

Last Updated:Mar 01, 2024

Operation description

This operation is used to test whether a system event can be triggered as expected. You can call this operation to simulate a system event and check whether an expected response is returned after an alert is triggered by the system event.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ProductstringYes

The name of the cloud service.

Note For information about the system events supported by Cloud Monitor for Alibaba Cloud services, see System events.
ecs
EventNamestringYes

The name of the system event.

Note For more information, see DescribeSystemEventMetaList .
Agent_Status_Stopped
GroupIdstringNo

The ID of the application group.

123456
EventContentstringNo

The content of the system event.

Note The value of this parameter is a JSON object. We recommend that you include the product, resourceId, and regionId fields in the JSON object.
{"product":"CloudMonitor","resourceId":"acs:ecs:cn-hongkong:173651113438****:instance/{instanceId}","level":"CRITICAL","instanceName":"instanceName","regionId":"cn-hangzhou","name":"Agent_Status_Stopped","content":{"ipGroup":"0.0.0.0,0.0.0.1","tianjimonVersion":"1.2.11"},"status":"stopped"}

Response parameters

ParameterTypeDescriptionExample
object
Codestring

The HTTP status code.

Note The status code 200 indicates that the call was successful.
200
Messagestring

The returned message.

success
RequestIdstring

The ID of the request.

486029C9-53E1-44B4-85A8-16A571A043FD
Successstring

Indicates whether the call was successful. Valid values:

  • true: The call was successful.
  • false: The call failed.
true

Examples

Sample success responses

JSONformat

{
  "Code": "200",
  "Message": "success",
  "RequestId": "486029C9-53E1-44B4-85A8-16A571A043FD",
  "Success": "true"
}

Error codes

HTTP status codeError codeError messageDescription
400ParameterInvalidIllegal parameters.-
403AccessForbiddenUser not authorized to operate on the specified resource.-
404ResourceNotFoundThe specified resource is not found.The specified resource is not found.
500InternalErrorThe request processing has failed due to some unknown error.-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history