Lists the custom domain names for a private gateway.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:ListGatewayDomains |
list |
*All Resource
|
None | None |
Request syntax
GET /api/v2/gateways/{ClusterId}/{GatewayId}/domains HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The region where the private gateway is located. |
cn-shanghai |
| GatewayId |
string |
Yes |
The ID of the private gateway. To get this ID, see the GatewayId field in the response from the ListGateway API operation. |
gw-1uhcqmsc7x22****** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned results. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Message |
string |
The message returned for the request. |
Successfully get custom domains |
| CustomDomains |
array<object> |
The list of custom domain names. |
|
|
object |
The details of the custom domain name. |
||
| Type |
string |
The type of the domain name. Valid values:
|
intranet |
| CertificateId |
string |
The ID of the SSL certificate attached to the domain name. To obtain the certificate ID, upload or purchase a certificate in the Digital Certificate Management Service console. |
1473**25 |
| Domain |
string |
The custom domain name. |
test.com |
| CertificateName |
string |
The name of the SSL certificate. |
cert-9955038 |
| CertificateStartDate |
string |
The issuance date of the certificate. |
2018-07-13 |
| CertificateEndDate |
string |
The expiration date of the certificate. |
2023-10-25 |
| CreateTime |
string |
The time when the domain name was created. |
2020-05-19T14:19:42Z |
| UpdateTime |
string |
The time when the domain name was last updated. |
2021-05-19T14:19:42Z |
| CertificateStatus |
string |
The status of the domain name. Valid values:
|
Succeeded |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "Successfully get custom domains",
"CustomDomains": [
{
"Type": "intranet",
"CertificateId": "1473**25",
"Domain": "test.com",
"CertificateName": "cert-9955038",
"CertificateStartDate": "2018-07-13",
"CertificateEndDate": "2023-10-25",
"CreateTime": "2020-05-19T14:19:42Z",
"UpdateTime": "2021-05-19T14:19:42Z",
"CertificateStatus": "Succeeded"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.