DescribeSecurityEventOperations
Description
call DescribeSecurityEventOperations to view the list of operations that you can handle alarm events.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeSecurityEventOperations
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
SecurityEventId | BODY | long | No | 89621 | security alarm ID. |
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | F661324F-F381-4218-A0F4-7A901FB39EED | request ID of the result. |
OperationParams | string | qqqqq | operation parameters. |
SecurityEventOperationsResponse | array | No sample value for this parameter. | the type of operation to handle alarm events. |
OperationCode | string | ignore | the operation type code for handling alarm events. |
UserCanOperate | boolean | true | whether alarm events can be handled. Value: true: the alarm event can be processed. false: this alarm event cannot be processed. |
Example
Successful Response example
{
"RequestId":"F661324F-F381-4218-A0F4-7A901FB39EED",
"OperationParams":"qqqqq",
"SecurityEventOperationsResponse":"",
"OperationCode":"ignore",
"UserCanOperate":"true"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}