Retrieves the details of a configuration set.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dm:ConfigSetDetail |
none |
*All Resource
|
None | None |
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Id |
string |
No |
The ID of the configuration set. This parameter is required. |
xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
xxx |
| Detail |
object |
The details of the configuration set. |
|
| Id |
string |
The ID of the configuration set. |
xxx |
| Name |
string |
The name of the configuration set. |
xxx |
| Description |
string |
The description. |
xxx |
| IpPool |
object |
The associated IP pool. |
|
| IpPoolId |
string |
The ID of the associated IP pool. |
xxx |
| IpPoolName |
string |
The name of the associated IP pool. |
xxx |
Examples
Success response
JSON format
{
"RequestId": "xxx",
"Detail": {
"Id": "xxx",
"Name": "xxx",
"Description": "xxx",
"IpPool": {
"IpPoolId": "xxx",
"IpPoolName": "xxx"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.