Updates a dataset.
Operation description
Notifications are limited by frequency and time. Each user can receive a maximum of two notifications per day between 08:00 and 20:00. Notifications are not sent outside this time range.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:UpdateDataSet |
update |
*DataSet
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region where the Data Management center for threat analysis is located. Select a region based on the location of your assets. Valid values:
|
cn-hangzhou |
| Lang |
string |
No |
The language of the response message. Valid values:
|
zh |
| DataSetId |
string |
Yes |
The ID of the dataset. |
dataset-10iy8mbifnb4gniv**** |
| DataSetDescription |
string |
No |
The description of the dataset. |
lmftest desc |
| IpWhitelistRecognizers |
array<object> |
No |
The IP address types that the recognizer can detect. |
|
|
object |
No |
The IP address types that the recognizer can detect. |
||
| IpWhitelistRecognizerType |
string |
No |
The IP address type that the recognizer can detect. Valid values:
|
cdn_back_source_ip |
| AutoRecognizeStatus |
string |
No |
The automatic detection status. Valid values:
|
enabled |
| RecognizeScope |
string |
No |
The detection scope. Valid values:
|
current_account |
| RoleFor |
integer |
No |
The user ID of a member. An administrator can use this parameter to switch to the member's view. |
113091674488**** |
| DataSetName |
string |
No |
The name of the dataset. |
lmftest |
| DataSetFileName |
string |
No |
The name of the uploaded dataset file. |
cloudsiem-dataset/1358117679873357_1743387731614.csv |
| DataSetStatus |
integer |
No |
The status of the dataset. Valid values:
|
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The ID of the request. |
DE7E77A9-BFAD-5EAA-9B48-A96760E9DF0B |
Examples
Success response
JSON format
{
"RequestId": "DE7E77A9-BFAD-5EAA-9B48-A96760E9DF0B"
}
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.