| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The detailed configurations of the gateway. | ||
| TraceDetails | object | The data structure. | |
| TraceEnabled | boolean | Specifies whether to activate Tracing Analysis. Valid value:
| true |
| Sample | long | The sampling rate of Tracing Analysis. | 10 |
| TraceType | string | The type of Tracing Analysis. Valid values: XTRACE and SKYWALKING. | XTRACE |
| ServiceId | long | The ID of the SkyWalking service. This parameter is required if TraceType is set to SKYWALKING. | 10458 |
| ServicePort | string | The port of the SkyWalking service. This parameter is required if TraceType is set to SKYWALKING. | 80 |
| LogConfigDetails | object | The description of Simple Log Service. | |
| LogEnabled | boolean | Specifies whether to activate Simple Log Service. Valid value:
| true |
| ProjectName | string | The name of the destination Simple Log Service project. | project |
| LogStoreName | string | The name of the Logstore. | name |
| EnableHardwareAcceleration | boolean | Specifies whether to enable hardware acceleration. | true |
| DisableHttp2Alpn | boolean | Specifies whether to disable the HTTP/2 protocol. | true |
| EnableWaf | boolean | Specifies whether to enable Web Application Firewall (WAF). | true |