All Products
Search
Document Center

Data Security Center:ModifyDefaultLevel

Last Updated:Feb 27, 2024

Changes the sensitivity levels of sensitive data. You can change the default sensitivity levels of data that cannot be classified as sensitive or insensitive, and the sensitivity levels of data that can be classified as sensitive.

Operation description

You can call this operation to modify the sensitivity levels of data. This helps you manage the sensitivity levels.

Limits

You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the request and response. Default value: zh_cn. Valid values:

  • zh_cn: Chinese
  • en_us: English
zh_cn
DefaultIdlongNo

The default sensitivity level of data that Data Security Center (DSC) cannot classify as sensitive or insensitive. Valid values:

  • 1: N/A
  • 2: S1
  • 3: S2
  • 4: S3
  • 5: S4
4
SensitiveIdsstringNo

The sensitivity level ID of data that DSC classifies as sensitive. Separate multiple IDs with commas (,). Valid values:

  • 1: N/A
  • 2: S1
  • 3: S2
  • 4: S3
  • 5: S4
1,2,3,4

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

208B016D-4CB9-4A85-96A5-0B8ED1EBF271

Examples

Sample success responses

JSONformat

{
  "RequestId": "208B016D-4CB9-4A85-96A5-0B8ED1EBF271"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history