Memperbarui nama domain kustom.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
fc:UpdateCustomDomain |
update |
*全部资源
|
None | None |
Sintaks permintaan
PUT /2023-03-30/custom-domains/{domainName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| domainName |
string |
Yes |
Nama domain. |
foo.bar.com |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| body | UpdateCustomDomainInput |
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.