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. The name must be unique and can contain up to 50 characters. This parameter is required. |
XXX |
| IpPoolId |
string |
No |
The ID of an IP pool to associate with the configuration set. This parameter is optional. |
XXX |
| Description |
string |
No |
A description of the configuration set (up to 50 characters). |
XXX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The unique ID for the request. Provide this request ID when contacting support. |
XXX |
| Id |
string |
The new 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.