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 configuration set ID. This parameter is required. |
xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| RequestId |
string |
The request ID. |
xxx |
| Detail |
object |
The configuration set information. |
|
| Id |
string |
The configuration set ID. |
xxx |
| Name |
string |
The configuration set name. |
xxx |
| Description |
string |
The description. |
xxx |
| IpPool |
object |
The associated IP pool. |
|
| IpPoolId |
string |
The associated IP pool ID. |
xxx |
| IpPoolName |
string |
The associated IP pool name. |
xxx |
| IsPublicChannelBackoff |
boolean |
Specifies whether to fall back to the public channel for sending when the associated dedicated IP pool encounters issues.
|
true |
| ValidationOption |
object |
The address validation feature options. |
|
| Enabled |
boolean |
Indicates whether the address validation feature is enabled.
|
true |
| ForbiddenStatusList |
array |
The list of recipient address validation primary statuses to block. Before sending, the system pre-validates the recipient address. Emails whose validation result primary status matches this list are rejected. |
|
|
string |
The recipient address validation primary status to block. Valid values:
|
INVALID |
|
| ForbiddenSubStatusList |
array |
The list of recipient address validation sub-statuses to block. This provides finer-grained blocking control than primary statuses. It takes effect as a union with ForbiddenStatusList (a match in either list triggers blocking). |
|
|
string |
The recipient address validation sub-status to block. Valid values:
An InvalidParameter error is returned if an unknown value is passed. |
DISPOSABLE |
Examples
Success response
JSON format
{
"RequestId": "xxx",
"Detail": {
"Id": "xxx",
"Name": "xxx",
"Description": "xxx",
"IpPool": {
"IpPoolId": "xxx",
"IpPoolName": "xxx"
},
"IsPublicChannelBackoff": true,
"ValidationOption": {
"Enabled": true,
"ForbiddenStatusList": [
"INVALID"
],
"ForbiddenSubStatusList": [
"DISPOSABLE"
]
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.