Domain name for API request: csip.intl.tencentcloudapi.com.
Modifies dspm data identification classification groups
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ModifyDspmIdentifyLevelGroup. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| Id | Yes | Integer | Level group id |
| Name | Yes | String | Level group name |
| MemberId.N | No | Array of String | Group account member id |
| Description | No | String | Level group description |
| LevelItems.N | No | Array of DspmIdentifyLevelItem | Level information |
| OperationSource | No | String | Operation source: empty/dspm=database risk monitoring entry, cos=object storage risk monitoring entry |
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyDspmIdentifyLevelGroup
<Common request parameters>
{
"Id": 7,
"Name": "Modify Tiered Group",
"MemberId": [
"mem-012dass1"
],
"Description": "Modify tiering group description",
"LevelItems": [
{
"LevelName": "S1",
"LevelScore": 10
}
]
}
{
"Response": {
"RequestId": "20952437-2bbe-44ca-95c8-3160e268df6b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| LimitExceeded | The quota limit is exceeded. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| RequestLimitExceeded | Number of requests exceeds the frequency limit. |
| ResourceInUse | The resource is occupied. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resources are unavailable. |
| UnauthorizedOperation | Unauthorized operation. |
| UnknownParameter | Unknown parameter error. |
| UnsupportedOperation | The operation is not supported. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback