Mengkueri satu konfigurasi dasar HTTPS.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
esa:GetHttpsBasicConfiguration |
get |
*Site
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| SiteId |
integer |
Yes |
ID situs, yang dapat diperoleh dengan memanggil operasi ListSites. |
123456**** |
| ConfigId |
integer |
Yes |
ConfigId konfigurasi, yang dapat diperoleh dengan memanggil operasi ListHttpsBasicConfigurations. |
352816096987136 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Request ID. |
C370DAF1-C838-4288-A1A0-9A87633D2*** |
| ConfigId |
integer |
Configuration ID. |
352816096987136 |
| ConfigType |
string |
Configuration type, which can be used to query global or rule configurations. Value range:
|
global |
| Sequence |
integer |
Rule execution sequence. |
1 |
| RuleEnable |
string |
Rule switch. Value range:
|
on |
| Rule |
string |
Matching rule content. |
(http.host eq \"video.example.com\") |
| RuleName |
string |
Rule name. |
rule_example |
| Https |
string |
Whether to enable HTTPS, default is enabled. Value range:
|
on |
| Tls10 |
string |
Whether to enable TLS1.0, default is disabled. Value range:
|
on |
| Tls11 |
string |
Whether to enable TLS1.1, default is disabled. Value range:
|
on |
| Tls12 |
string |
Whether to enable TLS1.2, default is disabled. Value range:
|
on |
| Tls13 |
string |
Whether to enable TLS1.3, default is disabled. Value range:
|
on |
| CiphersuiteGroup |
string |
Cipher suite group, default is all cipher suites. Value range:
|
all |
| Ciphersuite |
string |
Custom cipher suite, indicating the specific encryption algorithm selected when CiphersuiteGroup is set to custom. |
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 |
| OcspStapling |
string |
Whether to enable OCSP, default is disabled. Value range:
|
on |
| Http2 |
string |
Whether to enable HTTP2, default is enabled. Value range:
|
on |
| Http3 |
string |
Whether to enable HTTP3, which is enabled by default. The value can be:
|
on |
Contoh
Respons sukses
JSONformat
{
"RequestId": "C370DAF1-C838-4288-A1A0-9A87633D2***",
"ConfigId": 352816096987136,
"ConfigType": "global",
"Sequence": 1,
"RuleEnable": "on",
"Rule": "(http.host eq \\\"video.example.com\\\")\n",
"RuleName": "rule_example",
"Https": "on",
"Tls10": "on",
"Tls11": "on",
"Tls12": "on",
"Tls13": "on",
"CiphersuiteGroup": "all",
"Ciphersuite": "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
"OcspStapling": "on",
"Http2": "on",
"Http3": "on"
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.