Creates a configuration set. You can create up to 100 configuration sets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetCreate |
create |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
No |
The name of the configuration set. 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 of the configuration set. 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 configuration set ID. |
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.