Mengkueri nama domain kustom yang tersedia.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:ListCustomDomains |
get |
*All Resource
|
None | None |
Sintaks permintaan
GET /2021-04-06/custom-domains HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| prefix |
string |
No |
Awalan yang harus terkandung dalam nama domain yang dikembalikan. |
prefix_text |
| startKey |
string |
No |
Sumber daya yang dikembalikan diurutkan berdasarkan urutan abjad, dan sumber daya yang mencakup serta mengikuti sumber daya yang ditentukan oleh parameter startKey akan dikembalikan. |
next_service |
| nextToken |
string |
No |
Token paginasi yang digunakan untuk meminta halaman hasil berikutnya. Jika jumlah sumber daya melebihi batas, parameter nextToken akan dikembalikan. Anda dapat menyertakan parameter ini dalam pemanggilan berikutnya untuk mendapatkan lebih banyak hasil. Anda tidak perlu menyediakan parameter ini pada pemanggilan pertama. |
fc-thinkphp-demo.functioncompute.com |
| limit |
integer |
No |
Jumlah maksimum sumber daya yang akan dikembalikan. Nilai valid: [0,100]. Nilai default: 20. Jumlah hasil yang dikembalikan kurang dari atau sama dengan jumlah yang ditentukan. |
20 |
| X-Fc-Account-Id |
string |
No |
ID akun Alibaba Cloud Anda. |
188077086902**** |
| X-Fc-Date |
string |
No |
Waktu saat operasi dipanggil. Format: EEE,d MMM yyyy HH:mm:ss GMT. |
Wed, 11 May 2022 09:00:00 GMT |
| X-Fc-Trace-Id |
string |
No |
ID permintaan kustom. |
asdf***** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| nextToken |
string |
The pagination token to use to request the next page of results. If the number of resources exceeds the limit, the nextToken parameter is returned. You can include the parameter in subsequent calls to obtain more results. You do not need to provide this parameter in the first call. |
example.com |
| customDomains |
array<object> |
The list of domain names. |
|
|
object |
The domain name information. |
||
| domainName |
string |
The domain name. |
example.com |
| accountId |
string |
The ID of your Alibaba Cloud account. |
1986114****4305 |
| protocol |
string |
The protocol type that is supported by the custom domain name. Valid values:
|
HTTP |
| apiVersion |
string |
The version of the API. |
2016-08-15 |
| createdTime |
string |
The time when the custom domain name was created. |
2020-07-27T08:02:19Z |
| lastModifiedTime |
string |
The last time when the domain name was updated. |
2020-07-27T08:02:19Z |
| certConfig | CertConfig |
The HTTPS certificate configurations. |
|
| tlsConfig | TLSConfig |
The Transport Layer Security (TLS) configurations. |
|
| routeConfig | RouteConfig |
The route table configurations. The route table maps paths to functions when the functions are invoked by using custom domain names. |
|
| wafConfig | WAFConfig |
The Web Application Firewall (WAF) configurations. |
Contoh
Respons sukses
JSONformat
{
"nextToken": "example.com",
"customDomains": [
{
"domainName": "example.com\t",
"accountId": "1986114****4305\t",
"protocol": "HTTP\t",
"apiVersion": "2016-08-15\t",
"createdTime": "2020-07-27T08:02:19Z\t",
"lastModifiedTime": "2020-07-27T08:02:19Z\t",
"certConfig": {
"certName": "my-cert",
"certificate": "-----BEGIN CERTIFICATE----- xxxxx -----END CERTIFICATE-----",
"privateKey": "-----BEGIN RSA PRIVATE KEY----- xxxxx -----END RSA PRIVATE KEY-----"
},
"tlsConfig": {
"minVersion": "TLSv1.0",
"cipherSuites": [
"TLS_RSA_WITH_RC4_128_SHA"
],
"maxVersion": "TLSv1.3"
},
"routeConfig": {
"routes": [
{
"functionName": "f1",
"methods": [
"GET"
],
"path": "/login",
"qualifier": "prod",
"serviceName": "s1",
"rewriteConfig": {
"equalRules": [
{
"match": "/old",
"replacement": "/new"
}
],
"wildcardRules": [
{
"match": "/api/*",
"replacement": "/$1"
}
],
"regexRules": [
{
"match": "^/js/(.*?)$",
"replacement": "/public/javascripts/$1"
}
]
}
}
]
},
"wafConfig": {
"enableWAF": true
}
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.