Modifies the name and description of a specific security rule set.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupId | long | Yes | The security rule set ID. You can call the ListStandardGroups operation to obtain the ID of the security rule set. | 242*** |
GroupName | string | Yes | The name of the security rule set. | poc_test |
Description | string | Yes | The description of the security rule set. | Production Environment test rules |
Tid | long | No | The tenant ID. Note
To view the tenant ID, go to the Data Management (DMS) console and move the pointer over the profile picture in the upper-right corner. For more information, see the View information about the current tenant section of the "Manage DMS tenants" topic.
| 23**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"StandardGroup": {
"GroupName": "poc_test",
"Description": "Production Environment test rules",
"DbType": "mysql",
"LastMenderId": 0,
"GroupMode": "COMMON",
"GroupId": 0
}
}
Error codes
For a list of error codes, visit the Service error codes.