All Products
Search
Document Center

Security Center:ListSystemClientRuleTypes

Last Updated:Apr 28, 2023

Queries the types of system rules.

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.

string

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.