All Products
Search
Document Center

Security Center:ListSystemClientRuleTypes

Last Updated:Oct 24, 2025

Queries the types of system rules.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

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

79CFF74D-E967-5407-8A78-EE03B925****
RuleTypesarray

An array that consists of the rule types.

RuleTypestring

The rule type. Valid values:

  • 1: alihips
  • 2: alinet
  • 3: alidetect
  • 4: alisecguard
1

Examples

Sample success responses

JSONformat

{
  "RequestId": "79CFF74D-E967-5407-8A78-EE03B925****",
  "RuleTypes": [
    1
  ]
}

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