Retrieves a list of custom domain names.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListCustomDomains |
list |
*All Resource
|
None | None |
Request syntax
GET /2023-03-30/custom-domains HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| prefix |
string |
No |
The prefix of the domain name. |
foo |
| nextToken |
string |
No |
The token that is used to start paging. |
MTIzNCNhYmM= |
| limit |
integer |
No |
The number of custom domain names to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
| ListCustomDomainOutput |
The list of custom domain names. |
Examples
Success response
JSON format
{
"customDomains": [
{
"accountId": "186851234023****",
"apiVersion": "2023-03-30",
"authConfig": {
"authInfo": "{}",
"authType": "anonymous"
},
"certConfig": {
"certName": "my-cert",
"certificate": "PEM format",
"privateKey": "PEM format"
},
"createdTime": "2023-03-30T08:02:19Z",
"domainName": "example.com",
"lastModifiedTime": "2023-03-30T08:02:19Z",
"protocol": "HTTP",
"routeConfig": {
"routes": [
{
"functionName": "myFunction",
"methods": [
"GET"
],
"path": "/api/*",
"qualifier": "myAlias",
"rewriteConfig": {
"equalRules": [
{
"match": "/old",
"replacement": "/new"
}
],
"regexRules": [
{
"match": "^/api/.+?/(.*)",
"replacement": "/api/v2/$1"
}
],
"wildcardRules": [
{
"match": "/api/*",
"replacement": "/$1"
}
]
}
}
]
},
"subdomainCount": "1",
"tlsConfig": {
"cipherSuites": [
"TLS_RSA_WITH_RC4_128_SHA"
],
"maxVersion": "TLSv1.3",
"minVersion": "TLSv1.0"
},
"wafConfig": {
"enableWAF": true
},
"corsConfig": {
"allowOrigins": [
""
],
"allowMethods": [
""
],
"allowHeaders": [
""
],
"exposeHeaders": [
""
],
"allowCredentials": true,
"maxAge": 3600
}
}
],
"nextToken": "next_domain_name"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.