Queries additional domain names.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
slb:DescribeDomainExtensions |
get |
*loadbalancer
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the Server Load Balancer (SLB) instance. |
cn-hangzhou |
| LoadBalancerId |
string |
Yes |
The SLB instance ID. |
lb-bp1b6c08ex**** |
| ListenerPort |
integer |
Yes |
The frontend port of the HTTPS listener that is configured for the SLB instance. Valid values: 1 to 65535. |
443 |
| DomainExtensionId |
string |
No |
The ID of the additional certificate. |
de-bp1rp7ta1**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
48C1B671-C6DB-4DDE-9B30-1055***** |
| DomainExtensions |
object |
||
| DomainExtension |
array<object> |
A list of additional certificates. |
|
|
object |
|||
| ServerCertificateId |
string |
The ID of the certificate used by the domain name. |
12315790****3_166f8****9_1714****08_70998**** |
| Domain |
string |
The domain name. |
www.example.com |
| DomainExtensionId |
string |
The ID of the additional certificate. |
de-bp1rp7ta1**** |
Examples
Success response
JSON format
{
"RequestId": "48C1B671-C6DB-4DDE-9B30-1055*****",
"DomainExtensions": {
"DomainExtension": [
{
"ServerCertificateId": "12315790****3_166f8****9_1714****08_70998****",
"Domain": "www.example.com",
"DomainExtensionId": "de-bp1rp7ta1****"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.