Mengambil detail kumpulan konfigurasi yang ditentukan.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetDetail |
none |
*全部资源
|
None | None |
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
ID kumpulan konfigurasi. |
xxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Respons. |
||
| RequestId |
string |
ID permintaan. |
xxx |
| Detail |
object |
Detail kumpulan konfigurasi. |
|
| Id |
string |
ID kumpulan konfigurasi. |
xxx |
| Name |
string |
Nama kumpulan konfigurasi. |
xxx |
| Description |
string |
Deskripsi kumpulan konfigurasi. |
xxx |
| IpPool |
object |
Pool IP yang terkait. |
|
| IpPoolId |
string |
The ID of the associated IP pool. |
xxx |
| IpPoolName |
string |
The name of the associated IP pool. |
xxx |
| IsPublicChannelBackoff |
boolean |
Contoh
Respons sukses
JSONformat
{
"RequestId": "xxx",
"Detail": {
"Id": "xxx",
"Name": "xxx",
"Description": "xxx",
"IpPool": {
"IpPoolId": "xxx",
"IpPoolName": "xxx"
},
"IsPublicChannelBackoff": false
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.