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
Test
RAM authorization
|
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 |
| Lang |
string |
No |
The language of the content in the response. Valid values:
|
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 |
| 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.