All Products
Search
Document Center

Security Center:ListNormalizationFields

Last Updated:Jan 27, 2026

Returns a list of standardized fields.

Operation description

The JsonConfig request parameter is a complex configuration in JSON format, and a tool class provides configuration examples. For more information, see the Demo.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:ListNormalizationFields

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region of the data management center for threat analysis. Select a region based on the location of your assets. Valid values:

  • cn-hangzhou: Your assets are in the Chinese mainland.

  • ap-southeast-1: Your assets are outside the Chinese mainland.

cn-hangzhou

Lang

string

No

The language of the content in the response. Valid values:

  • zh (default): Chinese.

  • en: English.

zh

RoleFor

integer

No

The user ID of the member. An administrator uses this parameter to switch to the member's perspective.

173326*******

Name

string

No

The field name.

category

MaxResults

integer

No

The maximum number of entries to return for a single query.

50

NextToken

string

No

The token that is used to retrieve the next page of results. You do not need to specify this parameter for the first request. For subsequent requests, set this parameter to the NextToken value returned from the previous request.

AAAAAUqcj6VO4E3ECWIrFczs****

Response elements

Element

Type

Description

Example

object

The data returned.

RequestId

string

The request ID.

6276D891-*****-55B2-87B9-74D413F7****

NormalizationFields

array<object>

An array of normalization fields.

array<object>

The details of a normalization field.

NormalizationFieldName

string

The name of the normalization field.

cloud_user

NormalizationFieldType

string

The type of the normalization field. Valid values:

  • varchar

  • bigint

  • double

varchar

NormalizationFieldRequired

boolean

Indicates whether the normalization field is required.

NormalizationFieldDescription

string

The description of the normalization field.

cloud_user

NormalizationFieldExample

string

An example of the normalization field.

173326*******

NormalizationCategoryId

string

The ID of the normalization category.

NETWORK_CATEGORY

NormalizationSchemaId

string

The ID of the normalization structure.

NETWORK_SESSION_ACTIVITY

NormalizationFieldReserved

boolean

Indicates whether the normalization field is reserved.

true

NormalizationFieldFrom

string

The source of the key for the JSON-type normalization field.

preset

NormalizationFieldTokenize

boolean

Indicates whether the normalization field is tokenized.

NormalizationFieldJsonIndexAll

boolean

Indicates whether an index is created for all keys in the JSON-type normalization field.

NormalizationFieldJsonKeys

array<object>

An array of keys for the JSON-type normalization field.

object

The details of a key for the JSON-type normalization field.

NormalizationFieldName

string

The name of the key for the JSON-type normalization field.

alert_level

NormalizationFieldType

string

The type of the key for the JSON-type normalization field.

text

NormalizationFieldRequired

boolean

Indicates whether the key of the JSON-type normalization field is required.

NormalizationFieldDescription

string

The description of the key for the JSON-type normalization field.

alert_level

NormalizationFieldExample

string

An example of the key for the JSON-type normalization field.

1

NormalizationFieldFrom

string

The source of the key for the JSON-type normalization field.

preset

NormalizationFieldTokenize

boolean

Indicates whether the key of the JSON-type normalization field is tokenized.

NormalizationFieldReserved

boolean

Indicates whether the key is a built-in key of the normalization field.

CreateTime

integer

The time when the key was created.

1736386610000

UpdateTime

integer

The time when the key was last updated.

1736386610000

CreateTime

integer

The time when the field was created.

1736386610000

UpdateTime

integer

The time when the field was last updated.

1736386610000

NormalizationFieldRequirement

boolean

Indicates whether the normalization field is required.

true

MaxResults

integer

The number of entries returned on the current page.

50

NextToken

string

The token that is used to retrieve the next page of results. If this parameter is empty, all results have been returned.

AAAAAUqcj6VO4E3ECWIrFczs****

TotalCount

integer

The total number of entries.

57

Examples

Success response

JSON format

{
  "RequestId": "6276D891-*****-55B2-87B9-74D413F7****",
  "NormalizationFields": [
    {
      "NormalizationFieldName": "cloud_user",
      "NormalizationFieldType": "varchar",
      "NormalizationFieldRequired": false,
      "NormalizationFieldDescription": "cloud_user",
      "NormalizationFieldExample": "173326*******",
      "NormalizationCategoryId": "NETWORK_CATEGORY",
      "NormalizationSchemaId": "NETWORK_SESSION_ACTIVITY",
      "NormalizationFieldReserved": true,
      "NormalizationFieldFrom": "preset",
      "NormalizationFieldTokenize": false,
      "NormalizationFieldJsonIndexAll": false,
      "NormalizationFieldJsonKeys": [
        {
          "NormalizationFieldName": "alert_level",
          "NormalizationFieldType": "text",
          "NormalizationFieldRequired": false,
          "NormalizationFieldDescription": "alert_level",
          "NormalizationFieldExample": "1",
          "NormalizationFieldFrom": "preset",
          "NormalizationFieldTokenize": false,
          "NormalizationFieldReserved": false,
          "CreateTime": 1736386610000,
          "UpdateTime": 1736386610000
        }
      ],
      "CreateTime": 1736386610000,
      "UpdateTime": 1736386610000,
      "NormalizationFieldRequirement": true
    }
  ],
  "MaxResults": 50,
  "NextToken": "AAAAAUqcj6VO4E3ECWIrFczs****",
  "TotalCount": 57
}

Error codes

HTTP status code

Error code

Error message

Description

400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.