Membuat nama domain kustom.
Deskripsi operasi
Anda dapat menyambungkan nama domain kustom ke aplikasi atau fungsi di Function Compute untuk mengaksesnya melalui nama domain tetap di lingkungan produksi atau untuk mengatasi perilaku unduhan paksa saat mengakses Pemicu HTTP.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:CreateCustomDomain |
create |
*全部资源
|
None | None |
Sintaks permintaan
POST /2023-03-30/custom-domains HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| body | CreateCustomDomainInput |
Yes |
Informasi mengenai nama domain kustom. |
Elemen respons
|
Element |
Type |
Description |
Example |
| CustomDomain |
Informasi mengenai nama domain kustom. |
Contoh
Respons sukses
JSONformat
{
"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.2"
},
"wafConfig": {
"enableWAF": true
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.