All Products
Search
Document Center

:UpdateCustomDomain

Last Updated:Jun 11, 2026

Mengubah nama domain kustom.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

Action

Access level

Resource type

Condition key

Dependent action

fc:UpdateCustomDomain

update

*全部资源

*

None None

Sintaks permintaan

PUT /2021-04-06/custom-domains/{domainName} HTTP/1.1

Path Parameters

Parameter

Type

Required

Description

Example

domainName

string

Yes

Nama domain.

example.com

Parameter permintaan

Parameter

Type

Required

Description

Example

body

object

No

Badan permintaan.

protocol

string

No

The protocol types supported by the domain name. Valid values:

  • HTTP: Only HTTP is supported.

  • HTTPS: Only HTTPS is supported.

  • HTTP,HTTPS: Both HTTP and HTTPS are supported.

HTTP

routeConfig RouteConfig

No

The route table configurations. The route table maps paths to functions when the functions are invoked by using custom domain names.

certConfig CertConfig

No

The HTTPS certificate configurations.

tlsConfig TLSConfig

No

The TLS configurations.

wafConfig WAFConfig

No

The Web Application Firewall (WAF) configurations.

X-Fc-Account-Id

string

No

ID akun Alibaba Cloud Anda.

188077086902****

X-Fc-Date

string

No

Waktu saat operasi dipanggil. Formatnya adalah 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 information about the modified domain name.

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.

  • HTTP: Only HTTP is supported.

  • HTTPS: Only HTTPS is supported.

  • HTTP,HTTPS: HTTP and HTTPS are supported.

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 time when the domain name was last modified.

2020-07-27T08:02:19Z

certConfig CertConfig

The HTTPS certificate configurations.

routeConfig RouteConfig

The route table configurations. The route table maps paths to functions when the functions are invoked by using custom domain names.

tlsConfig TLSConfig

The TLS configurations.

wafConfig WAFConfig

The WAF configurations.

Contoh

Respons sukses

JSONformat

{
  "domainName": "example.com\t",
  "accountId": "1986114****4305\t",
  "protocol": "HTTP",
  "apiVersion": "2016-08-15\t",
  "createdTime": "2020-07-27T08:02:19Z\t",
  "lastModifiedTime": "2020-07-27T08:02:19Z",
  "certConfig": {
    "certName": "my-cert",
    "certificate": "-----BEGIN CERTIFICATE----- xxxxx -----END CERTIFICATE-----",
    "privateKey": "-----BEGIN RSA PRIVATE KEY----- xxxxx -----END RSA PRIVATE KEY-----"
  },
  "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"
            }
          ]
        }
      }
    ]
  },
  "tlsConfig": {
    "minVersion": "TLSv1.2",
    "cipherSuites": [
      "TLS_RSA_WITH_RC4_128_SHA"
    ],
    "maxVersion": "TLSv1.3"
  },
  "wafConfig": {
    "enableWAF": true
  }
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.