Menampilkan daftar ConfigSet.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetList |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageIndex |
string |
No |
Nomor halaman, dimulai dari 1. Wajib. |
1 |
| PageSize |
string |
No |
Jumlah entri per halaman. Wajib. |
10 |
| Keyword |
string |
No |
Kata kunci untuk memfilter ConfigSet berdasarkan nama. |
xxx |
| All |
boolean |
No |
Apakah akan mengambil semua ConfigSet. Opsional. |
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| TotalCounts |
integer |
The total number of matching entries. |
5 |
| RequestId |
string |
The request ID. |
xxx |
| CurrentPage |
integer |
The current page number. |
1 |
| HasMore |
boolean |
Indicates whether more results are available. Valid values:
|
false |
| PageSize |
integer |
The page size. |
10 |
| ConfigSets |
array<object> |
The list of ConfigSets. |
|
|
array<object> |
The details of a ConfigSet. |
||
| Id |
string |
The ConfigSet ID. |
xxx |
| Name |
string |
The ConfigSet name. |
xxx |
| IpPool |
object |
The IP pool associated with the ConfigSet. |
|
| 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 from addresses associated with the ConfigSet. |
|
|
string |
The from address. |
xxx@xxx.com |
|
| Description |
string |
The description. |
xxx |
| IsPublicChannelBackoff |
boolean |
Contoh
Respons sukses
JSONformat
{
"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",
"IsPublicChannelBackoff": false
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.