All Products
Search
Document Center

Security Center:QueryGroupedSecurityEventMarkMissList

Last Updated:Feb 20, 2024

Queries whitelist rules.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:QueryGroupedSecurityEventMarkMissListList
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
EventNamestringNo

The name of the alert event. The value indicates a subtype.

Login with unusual location
RemarkstringNo

The condition that is used to query alert events by asset. You can specify a value of the following types:

  • The IP address of the asset.
  • The public IP address of the asset.
  • The private IP address of the asset.
  • The name of the asset.
222.185.XX.XX
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
CurrentPageintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 20.

20
FromstringNo

The ID of the request source. Set the value to sas.

sas
SourceIpstringNo

The source IP address of the request.

113.66.XX.XX
DisposalWaystringNo

The handling method. Valid values:

  • 1: Automatically Added to Whitelist
  • 2: Defense Without Notification
1

Response parameters

ParameterTypeDescriptionExample
object

PageResult

Listobject []

An array that consists of the whitelist rules.

AliUidlong

The ID of the user.

31412647
EventTypestring

The subtype of the alert event.

Unusual Logon
EventTypeOriginalstring

The type of the alert event.

Unusual logon
EventNamestring

The name of the alert event. The value indicates a subtype.

Login with unusual location
EventNameOriginalstring

The name of the alert event. The value indicates a type.

login_common_location
Uuidsstring

The UUIDs of assets. Multiple UUIDs are separated by commas (,).

6985b88c-eb19-4d27-98ad-e4a42312****,5721d503-9b04-4243-89ca-1fb8ca5e****,db2678c3-10e3-4a20-92f1-265f6****
Fieldstring

The field that is used in the whitelist rule.

type
FiledAliasNamestring

The alias of the field.

Logon Time
FieldValuestring

The value of the field.

root
Operatestring

The operator. Valid values:

  • contains: contains
  • notContains: does not contain
  • strEqual: equals
  • strNotEqual: does not equal
  • regex: regular expression
contains
DisposalWaystring

The handling method. Valid values:

  • auto_add_white: Automatically Added to Whitelist
  • defense_not_notification: Defense Without Notification
auto_add_white
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page. Default value: 20.

20
TotalCountinteger

The total number of entries returned.

69
Countinteger

The number of entries returned on the current page.

9
Successboolean

Indicates whether the request is successful. Valid values:

  • true: yes
  • false: no
true
Codestring

The status code returned. The status code 200 indicates that the request is successful. Other status codes indicate that the request fails. You can identify the cause of the failure based on the status code.

200
Messagestring

The error message returned.

There was an error with your request.
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

965F9282-D403-4FA2-B1B9-10F62DC719BF

Examples

Sample success responses

JSONformat

{
  "List": [
    {
      "AliUid": 31412647,
      "EventType": "Unusual Logon",
      "EventTypeOriginal": "Unusual logon\n",
      "EventName": "Login with unusual location",
      "EventNameOriginal": "login_common_location",
      "Uuids": "6985b88c-eb19-4d27-98ad-e4a42312****,5721d503-9b04-4243-89ca-1fb8ca5e****,db2678c3-10e3-4a20-92f1-265f6****",
      "Field": "type",
      "FiledAliasName": "Logon Time",
      "FieldValue": "root",
      "Operate": "contains",
      "DisposalWay": "auto_add_white"
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 69,
    "Count": 9
  },
  "Success": true,
  "Code": "200",
  "Message": "There was an error with your request.",
  "RequestId": "965F9282-D403-4FA2-B1B9-10F62DC719BF"
}

Error codes

HTTP status codeError codeError messageDescription
400NoPermissionno permission-
400UnknownErrorUnknownError-
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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

Change history

Change timeSummary of changesOperation
No change history