Lists configuration sets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetList |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PageIndex |
string |
No |
The page index. The value starts from 1. This parameter is required. |
1 |
| PageSize |
string |
No |
The number of entries per page. This parameter is required. |
10 |
| Keyword |
string |
No |
The keyword to search by name. |
xxx |
| All |
boolean |
No |
Specifies whether to query all configuration sets. This parameter is optional. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| TotalCounts |
integer |
The total number of entries that match the request. |
5 |
| RequestId |
string |
The request ID. |
xxx |
| CurrentPage |
integer |
The current page number. |
1 |
| HasMore |
boolean |
Indicates whether a next page of results exists. Valid values:
|
false |
| PageSize |
integer |
The number of entries per page. |
10 |
| ConfigSets |
array<object> |
The list of configuration sets. |
|
|
array<object> |
The information about a configuration set. |
||
| Id |
string |
The ID of the configuration set. |
xxx |
| Name |
string |
The name of the configuration set. |
xxx |
| IpPool |
object |
The IP pool information. |
|
| IpPoolId |
string |
The ID of the associated IP pool. |
xxx |
| IpPoolName |
string |
The name of the associated IP pool. |
xxx |
| FromAddresses |
array |
The list of associated sender addresses. |
|
|
string |
The sender address. |
xxx@xxx.com |
|
| Description |
string |
The description. |
xxx |
Examples
Success response
JSON format
{
"TotalCounts": 5,
"RequestId": "xxx",
"CurrentPage": 1,
"HasMore": false,
"PageSize": 10,
"ConfigSets": [
{
"Id": "xxx",
"Name": "xxx",
"IpPool": {
"IpPoolId": "xxx",
"IpPoolName": "xxx"
},
"FromAddresses": [
"xxx@xxx.com"
],
"Description": "xxx"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.