All Products
Search
Document Center

Security Center:DescribeSecurityEventMarkMissList

Last Updated:Feb 20, 2024

Queries the list of 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:DescribeSecurityEventMarkMissListList
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SourceIpstringNo

The source IP address of the request.

125.210.XX.XX
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 enter an IP address, a public IP address, an internal IP address, or an asset name for fuzzy match.

192.168.XX.XX
CurrentPageintegerYes

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

1
PageSizeintegerYes

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

20

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

24A20733-10A0-4AF6-BE6B-E3322413BB68
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

1
PageSizeinteger

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

20
TotalCountinteger

The total number of entries returned.

200
Countinteger

The number of entries returned on the current page.

9
Listobject []

The ID of the rule.

EventNamestring

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

Login with unusual location
InternetIpstring

The public IP address of the server.

8.210.XX.XX
EventNameOriginalstring

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

login_common_location
AliUidlong

The user ID.

176618589410****
FieldValuestring

The value of the field.

root
InstanceIdstring

The instance ID of the server.

rm-bp1e8t4q15sr3****
Fieldstring

The field that is used in the whitelist rule.

type
IntranetIpstring

The private IP address of the server.

172.25.XX.XX
FiledAliasNamestring

The alias of the field.

Logon Time
Uuidstring

The UUID of the asset.

49e25e0f-bb51-4a5a-a1b3-13a4ddaa****
Operatestring

The operator. Valid values:

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

The type of the alert event.

login_common_location
EventTypestring

The subtype of the alert event.

Unusual Logon
InstanceNamestring

The instance name of the asset.

sql-test-001
Idlong

The ID of the rule.

104037

Examples

Sample success responses

JSONformat

{
  "RequestId": "24A20733-10A0-4AF6-BE6B-E3322413BB68",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 200,
    "Count": 9
  },
  "List": [
    {
      "EventName": "Login with unusual location",
      "InternetIp": "8.210.XX.XX",
      "EventNameOriginal": "login_common_location",
      "AliUid": 0,
      "FieldValue": "root",
      "InstanceId": "rm-bp1e8t4q15sr3****",
      "Field": "type",
      "IntranetIp": "172.25.XX.XX",
      "FiledAliasName": "Logon Time",
      "Uuid": "49e25e0f-bb51-4a5a-a1b3-13a4ddaa****",
      "Operate": "contains",
      "EventTypeOriginal": "login_common_location",
      "EventType": "Unusual Logon",
      "InstanceName": "sql-test-001",
      "Id": 104037
    }
  ]
}

Error codes

HTTP status codeError codeError messageDescription
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