All Products
Search
Document Center

Edge Security Acceleration:UpdateOriginRule

Last Updated:Jun 11, 2026

Memperbarui aturan pengambilan origin sebuah situs.

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

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Parameter permintaan

Parameter

Type

Required

Description

Example

SiteId

integer

Yes

ID situs. Anda bisa mendapatkan ID ini dengan memanggil operasi ListSites.

5407498413****

ConfigId

integer

Yes

ID konfigurasi.

35281609698****

RuleName

string

No

Nama aturan. Parameter ini tidak diperlukan saat Anda menambahkan konfigurasi global.

rule_example

RuleEnable

string

No

Menunjukkan apakah aturan diaktifkan. Parameter ini tidak diperlukan saat Anda menambahkan konfigurasi global. Nilai yang valid:

  • on: Mengaktifkan aturan.

  • off: Menonaktifkan aturan.

on

Rule

string

No

Konten aturan, yang merupakan ekspresi kondisional yang cocok dengan permintaan pengguna. Parameter ini tidak diperlukan saat Anda menambahkan konfigurasi global.

  • Untuk mencocokkan semua permintaan masuk, atur nilainya menjadi true.

  • Untuk mencocokkan permintaan tertentu, atur nilainya menjadi ekspresi kustom, seperti (http.host eq "video.example.com").

(http.host eq \"video.example.com\")

OriginHost

string

No

Header Host untuk permintaan origin.

origin.example.com

OriginScheme

string

No

Protokol untuk permintaan origin. Nilai yang valid:

  • http: Permintaan origin menggunakan HTTP.

  • https: Permintaan origin menggunakan HTTPS.

  • follow: Permintaan origin menggunakan protokol yang sama dengan permintaan klien.

http

OriginSni

string

No

Server Name Indication (SNI) untuk permintaan origin.

origin.example.com

DnsRecord

string

No

Mengganti catatan DNS untuk permintaan origin.

test.example.com

OriginHttpPort

string

No

Port server origin untuk permintaan HTTP.

8080

OriginHttpsPort

string

No

Port server origin untuk permintaan HTTPS.

4433

Range

string

No

Menunjukkan apakah akan menggunakan permintaan range saat mengambil file dari server origin. Nilai yang valid:

  • on: Mengaktifkan permintaan range.

  • off: Menonaktifkan permintaan range.

  • force: Memaksa permintaan range.

on

OriginMtls

string

No

Menunjukkan apakah akan mengaktifkan mutual TLS (mTLS) untuk permintaan origin. Nilai yang valid:

  • on: Mengaktifkan mTLS.

  • off: Menonaktifkan mTLS.

on

OriginVerify

string

No

Menunjukkan apakah akan mengaktifkan verifikasi sertifikat origin. Nilai yang valid:

  • on: Mengaktifkan verifikasi.

  • off: Menonaktifkan verifikasi.

on

RangeChunkSize

string

No

Ukuran setiap chunk untuk permintaan range. Nilai yang valid:

  • 512KB

  • 1MB

  • 2MB

  • 4MB

1MB

Sequence

integer

No

Prioritas eksekusi aturan. Nilai yang lebih kecil menunjukkan prioritas yang lebih tinggi.

1

OriginReadTimeout

string

No

Periode waktu tunggu pembacaan untuk server origin, dalam detik.

10

Follow302Enable

string

No

Menunjukkan apakah akan mengikuti pengalihan 302 untuk permintaan origin. Nilai yang valid:

  • on: Mengikuti pengalihan 302.

  • off: Tidak mengikuti pengalihan 302.

on

Follow302MaxTries

string

No

Jumlah maksimum pengalihan 302 yang akan diikuti. Nilai harus berupa bilangan bulat dari 1 hingga 5.

1

Follow302RetainArgs

string

No

Menunjukkan apakah akan mempertahankan parameter permintaan asli saat mengikuti pengalihan 302. Nilai yang valid:

  • on: Mempertahankan parameter.

  • off: Tidak mempertahankan parameter.

on

Follow302RetainHeader

string

No

Menunjukkan apakah akan mempertahankan header permintaan asli saat mengikuti pengalihan 302. Nilai yang valid:

  • on: Mempertahankan header.

  • off: Tidak mempertahankan header.

on

Follow302TargetHost

string

No

Header Host untuk permintaan origin yang dialihkan.

test.com

Elemen respons

Element

Type

Description

Example

object

Body respons.

RequestId

string

ID permintaan.

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

Contoh

Respons sukses

JSONformat

{
  "RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

Kode kesalahan

HTTP status code

Error code

Error message

Description

400 CanNotSetSequence Non-regular configuration, you cannot set Sequence parameters.
400 CacheReserveSiteExceedLimit The number of binding sites of the cache reserve instance exceeds the limit. The number of binding sites of a single cache reserve instance is limited. Please see the document for the limit.
400 CompileRuleError Rule compilation failed, please check the rule information passed in to ensure that the rule is written according to the syntax described in the document.
400 SiteConfigLengthExceedLimit The overall configuration size of the site exceeds the limit, and the total size of all functional configurations of the site cannot exceed 512K.
400 ConfigConflicts Configuration conflicts, usually when multiple configurations are configured under the same function of the same site, such as duplicate rule names between multiple configurations.
400 RuleRegexQuotaCheckFailed When configuring rules, rules with regular expressions are not allowed in this plan. Please check the relevant documentation of the plan or upgrade the plan.
400 NestedRuleQuotaCheckFailed The nesting level of rules allowed by the plan failed to be verified. Please modify the nesting level of rules or upgrade the plan.
400 ServiceInvokeFailed The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details.
400 FunctionConflict The feature configuration conflicts. Sites with version management enabled cannot configure this feature.
400 SpecifiedVersionReadOnly The specified version number is read-only and cannot be modified.
400 VersionNotValid The site does not have version management enabled, or the version number passed in does not exist.
400 InternalException Failed to call the service. Try again later or contact technical support.
400 InvalidParameter.ArgName Invalid ArgName. Check your website configuration parameters and make sure that they match the supported features and parameter names listed in the official documentation.
400 InvalidParameter.ArgValue Invalid parameter value. Check whether the value format and length meet the requirements.
400 InvalidParameter.Configs Invalid parameter configurations. Check whether your feature configurations are in the valid format and comply with relevant requirements.
400 InstanceNotExist The instance does not exist. Check whether the specified instance ID is correct or whether the instance belongs to your account.
400 LockFailed The system is handling requests you previously submitted. Try again later.
400 IllegalOperation.VersionManagement The version management operation failed because incompatible features or environment settings are configured. Adjust your configurations and try again.
400 QuotaCheckFailed.VersionManagement Insufficient quota for version management. Contact technical support.
400 InvalidConfigId The input configuration ID: ConfigId it does not exist, query the existing configuration and its valid ConfigId through the ListSiteFunction.
400 Instance.NotOnline Your plan is unavailable due to an overdue payment. Complete the payment first.
400 FunctionQuotaCheckFailed The quota verification for this function fails. It may be that the configuration of this function exceeds the limit of the site plan. Please check the plan introduction document corresponding to this site.
400 QuotaCheckFailed.FunctionArg The specified feature parameter is not allowed in your plan, or the feature parameter configurations have reached the upper limit in your plan.
400 MissingParameter The specified ArgName is required for this function.
400 FunctionArgError Failed to check the configured function parameters.
404 SiteNotFound The website does not exist or does not belong to you.

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.