Updates a configuration set.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetUpdate |
update |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
The ID of the configuration set. This parameter is required. |
XXX |
| Name |
string |
No |
The name of the configuration. This parameter is required. The name must be unique and can be up to 50 characters long. |
XXX |
| IpPoolId |
string |
No |
The ID of the associated IP pool. This parameter is optional. |
XXX |
| Description |
string |
No |
The description. The description can be up to 50 characters long. |
XXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response |
||
| RequestId |
string |
The request ID. |
xxx |
| Id |
string |
The ID of the configuration set. |
xxx |
Examples
Success response
JSON format
{
"RequestId": "xxx",
"Id": "xxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.