Web Apps - Get Configuration
说明获取应用的配置,例如平台版本和位数、默认文档、虚拟应用程序、Always On 等。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/web?api-version=2025-03-01
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
name
|
path | True |
string |
应用的名称。 |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
资源所属的资源组的名称。 |
|
subscription
|
path | True |
string |
Azure 订阅 ID。 这是 GUID 格式的字符串(例如 000000000-0000-0000-0000-00000000000000)。 |
|
api-version
|
query | True |
string |
API 版本 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
好的 |
|
| Other Status Codes |
应用服务错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
| 名称 | 说明 |
|---|---|
| user_impersonation | 冒充您的用户帐户 |
示例
Get Site Config
示例请求
GET https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/config/web?api-version=2025-03-01
示例响应
{
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/testrg123/providers/Microsoft.Web/sites/sitef6141/config/web",
"name": "web",
"type": "Microsoft.Web/sites/config",
"kind": "app",
"properties": {
"numberOfWorkers": 1,
"defaultDocuments": [
"Default.htm",
"Default.html",
"Default.asp",
"index.htm",
"index.html",
"iisstart.htm",
"default.aspx",
"index.php",
"hostingstart.html"
],
"netFrameworkVersion": "v4.0",
"phpVersion": "5.6",
"pythonVersion": "",
"nodeVersion": "",
"powerShellVersion": "",
"linuxFxVersion": "",
"requestTracingEnabled": false,
"remoteDebuggingEnabled": false,
"httpLoggingEnabled": false,
"acrUseManagedIdentityCreds": false,
"logsDirectorySizeLimit": 35,
"detailedErrorLoggingEnabled": false,
"use32BitWorkerProcess": true,
"webSocketsEnabled": false,
"alwaysOn": false,
"appCommandLine": "",
"managedPipelineMode": "Integrated",
"virtualApplications": [
{
"virtualPath": "/",
"physicalPath": "site\\wwwroot",
"preloadEnabled": false
}
],
"loadBalancing": "LeastRequests",
"autoHealEnabled": false,
"vnetName": "",
"vnetRouteAllEnabled": false,
"vnetPrivatePortsCount": 0,
"http20Enabled": false,
"minTlsVersion": "1.2",
"scmMinTlsVersion": "1.2",
"ftpsState": "AllAllowed",
"functionAppScaleLimit": 0,
"functionsRuntimeScaleMonitoringEnabled": false,
"minimumElasticInstanceCount": 0,
"azureStorageAccounts": {}
}
}
定义
| 名称 | 说明 |
|---|---|
|
Api |
有关应用的正式 API 定义的信息。 |
|
Api |
链接到应用的 Azure API 管理 (APIM) 配置。 |
|
Auto |
触发规则时自动修复模块要执行的作。 |
|
Auto |
要执行的预定义作。 |
|
Auto |
触发自动修复规则时要执行的自定义作。 |
|
Auto |
可以为自动修复定义的规则。 |
|
Auto |
自动修复的触发器。 |
|
Azure |
字典存储的 Azure 文件存储或 Blob 存储访问信息值。 |
|
Azure |
要用于存储帐户的装载协议。 |
|
Azure |
存储帐户的状态。 |
|
Azure |
存储的类型。 |
|
Connection |
数据库的类型。 |
|
Conn |
数据库连接字符串信息。 |
|
Cors |
应用的跨域资源共享 (CORS) 设置。 |
|
Default |
如果未匹配任何规则,则主要访问限制的默认作。 |
|
Default |
应用服务错误响应。 |
| Details | |
| Error |
错误模型。 |
| Experiments |
生产实验中的路由规则。 |
|
Ftps |
FTP/FTPS 服务的状态 |
|
Handler |
IIS 处理程序映射,用于定义哪个处理程序处理具有特定扩展名的 HTTP 请求。 例如,它用于配置 php-cgi.exe 进程以处理所有扩展名为 *.php 的 HTTP 请求。 |
|
Ip |
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。 |
|
Ip |
应用的 IP 安全限制。 |
|
Managed |
托管管道模式。 |
|
Name |
名称值对。 |
|
Push |
推送应用程序的设置。 |
|
Ramp |
用于加速测试的路由规则。 此规则允许将静态流量 % 重定向到插槽,或根据性能逐步更改路由 %。 |
|
Requests |
根据请求总数触发。 |
|
Scm |
SCM 类型。 |
|
Site |
Web 应用配置 ARM 资源。 |
|
Site |
在应用上设置的指标限制。 |
|
Site |
站点负载均衡。 |
|
Site |
MachineKey 的 MachineKey。 |
|
Slow |
根据请求执行时间触发。 |
|
Status |
根据状态代码触发。 |
|
Status |
根据状态代码范围触发。 |
|
Supported |
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本 |
|
Tls |
应用程序允许的最低强度 TLS 密码套件 |
|
Virtual |
应用中的虚拟应用程序。 |
|
Virtual |
虚拟应用程序的目录。 |
ApiDefinitionInfo
有关应用的正式 API 定义的信息。
| 名称 | 类型 | 说明 |
|---|---|---|
| url |
string |
API 定义的 URL。 |
ApiManagementConfig
链接到应用的 Azure API 管理 (APIM) 配置。
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string |
APIM-Api 标识符。 |
AutoHealActions
触发规则时自动修复模块要执行的作。
| 名称 | 类型 | 说明 |
|---|---|---|
| actionType |
要执行的预定义作。 |
|
| customAction |
要执行的自定义作。 |
|
| minProcessExecutionTime |
string |
流程在执行作之前必须执行的最短时间 |
AutoHealActionType
要执行的预定义作。
| 值 | 说明 |
|---|---|
| Recycle | |
| LogEvent | |
| CustomAction |
AutoHealCustomAction
触发自动修复规则时要执行的自定义作。
| 名称 | 类型 | 说明 |
|---|---|---|
| exe |
string |
要运行的可执行文件。 |
| parameters |
string |
可执行文件的参数。 |
AutoHealRules
可以为自动修复定义的规则。
| 名称 | 类型 | 说明 |
|---|---|---|
| actions |
触发规则时要执行的作。 |
|
| triggers |
描述何时执行自动修复作的条件。 |
AutoHealTriggers
自动修复的触发器。
| 名称 | 类型 | 说明 |
|---|---|---|
| privateBytesInKB |
integer (int32) |
基于专用字节的规则。 |
| requests |
基于请求总数的规则。 |
|
| slowRequests |
基于请求执行时间的规则。 |
|
| slowRequestsWithPath |
基于具有路径的多个慢请求规则的规则 |
|
| statusCodes |
基于状态代码的规则。 |
|
| statusCodesRange |
基于状态代码范围的规则。 |
AzureStorageInfoValue
字典存储的 Azure 文件存储或 Blob 存储访问信息值。
| 名称 | 类型 | 说明 |
|---|---|---|
| accessKey |
string |
存储帐户的访问密钥。 |
| accountName |
string |
存储帐户的名称。 |
| mountPath |
string |
在站点的运行时环境中装载存储的路径。 |
| protocol |
要用于存储帐户的装载协议。 |
|
| shareName |
string |
文件共享的名称(容器名称,Blob 存储)。 |
| state |
存储帐户的状态。 |
|
| type |
存储的类型。 |
AzureStorageProtocol
要用于存储帐户的装载协议。
| 值 | 说明 |
|---|---|
| Smb | |
| Http | |
| Nfs |
AzureStorageState
存储帐户的状态。
| 值 | 说明 |
|---|---|
| Ok | |
| InvalidCredentials | |
| InvalidShare | |
| NotValidated |
AzureStorageType
存储的类型。
| 值 | 说明 |
|---|---|
| AzureFiles | |
| AzureBlob |
ConnectionStringType
数据库的类型。
| 值 | 说明 |
|---|---|
| MySql | |
| SQLServer | |
| SQLAzure | |
| Custom | |
| NotificationHub | |
| ServiceBus | |
| EventHub | |
| ApiHub | |
| DocDb | |
| RedisCache | |
| PostgreSQL |
ConnStringInfo
数据库连接字符串信息。
| 名称 | 类型 | 说明 |
|---|---|---|
| connectionString |
string |
连接字符串值。 |
| name |
string |
连接字符串的名称。 |
| type |
数据库的类型。 |
CorsSettings
应用的跨域资源共享 (CORS) 设置。
| 名称 | 类型 | 说明 |
|---|---|---|
| allowedOrigins |
string[] |
获取或设置应允许进行跨域调用的源列表(例如: |
| supportCredentials |
boolean |
获取或设置是否允许使用凭据的 CORS 请求。 有关详细信息,请参阅 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials。 |
DefaultAction
如果未匹配任何规则,则主要访问限制的默认作。
| 值 | 说明 |
|---|---|
| Allow | |
| Deny |
DefaultErrorResponse
应用服务错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| error |
错误模型。 |
Details
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
string |
标准化字符串,以编程方式识别错误。 |
| message |
string |
详细的错误描述和调试信息。 |
| target |
string |
详细的错误描述和调试信息。 |
Error
错误模型。
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
string |
标准化字符串,以编程方式识别错误。 |
| details |
Details[] |
详细错误。 |
| innererror |
string |
调试错误的更多信息。 |
| message |
string |
详细的错误描述和调试信息。 |
| target |
string |
详细的错误描述和调试信息。 |
Experiments
生产实验中的路由规则。
| 名称 | 类型 | 说明 |
|---|---|---|
| rampUpRules |
提升规则的列表。 |
FtpsState
FTP/FTPS 服务的状态
| 值 | 说明 |
|---|---|
| AllAllowed | |
| FtpsOnly | |
| Disabled |
HandlerMapping
IIS 处理程序映射,用于定义哪个处理程序处理具有特定扩展名的 HTTP 请求。 例如,它用于配置 php-cgi.exe 进程以处理所有扩展名为 *.php 的 HTTP 请求。
| 名称 | 类型 | 说明 |
|---|---|---|
| arguments |
string |
要传递给脚本处理器的命令行参数。 |
| extension |
string |
使用此扩展的请求将使用指定的 FastCGI 应用程序进行处理。 |
| scriptProcessor |
string |
FastCGI 应用程序的绝对路径。 |
IpFilterTag
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。
| 值 | 说明 |
|---|---|
| Default | |
| XffProxy | |
| ServiceTag |
IpSecurityRestriction
应用的 IP 安全限制。
| 名称 | 类型 | 说明 |
|---|---|---|
| action |
string |
允许或拒绝对此 IP 范围的访问。 |
| description |
string |
IP 限制规则说明。 |
| headers |
object |
IP 限制规则标头。 X-Forwarded-Host(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host#Examples)。 匹配的逻辑为 .。
X-Forwarded-For(https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For#Examples)。 匹配的逻辑为 .。
X-Azure-FDID 和 X-FD-HealthProbe。 匹配逻辑完全匹配。 |
| ipAddress |
string |
安全限制有效的 IP 地址。 它可以采用纯 ipv4 地址(所需的 SubnetMask 属性)或 CIDR 表示法(例如 ipv4/mask(前导位匹配))的形式。 对于 CIDR,不得指定 SubnetMask 属性。 |
| name |
string |
IP 限制规则名称。 |
| priority |
integer (int32) |
IP 限制规则的优先级。 |
| subnetMask |
string |
限制有效的 IP 地址范围的子网掩码。 |
| subnetTrafficTag |
integer (int32) |
(内部)子网流量标记 |
| tag |
定义此 IP 筛选器将用于什么。 这是为了支持对代理进行 IP 筛选。 |
|
| vnetSubnetResourceId |
string |
虚拟网络资源 ID |
| vnetTrafficTag |
integer (int32) |
(内部)Vnet 流量标记 |
ManagedPipelineMode
托管管道模式。
| 值 | 说明 |
|---|---|
| Integrated | |
| Classic |
NameValuePair
名称值对。
| 名称 | 类型 | 说明 |
|---|---|---|
| name |
string |
配对名称。 |
| value |
string |
对值。 |
PushSettings
推送应用程序的设置。
| 名称 | 类型 | 说明 |
|---|---|---|
| id |
string |
资源 ID。 |
| kind |
string |
资源类型。 |
| name |
string |
资源名称。 |
| properties.dynamicTagsJson |
string |
获取或设置一个 JSON 字符串,其中包含将从推送注册终结点中的用户声明评估的动态标记列表。 |
| properties.isPushEnabled |
boolean |
获取或设置一个标志,该值指示是否启用推送终结点。 |
| properties.tagWhitelistJson |
string |
获取或设置一个 JSON 字符串,其中包含允许列表供推送注册终结点使用的标记列表。 |
| properties.tagsRequiringAuth |
string |
获取或设置一个 JSON 字符串,其中包含要求在推送注册终结点中使用用户身份验证的标记列表。 标记可以由字母数字字符和以下字符组成:'_'、'@'、'#'、'.'、':'、'-'。 应在 PushRequestHandler 中执行验证。 |
| type |
string |
资源类型。 |
RampUpRule
用于加速测试的路由规则。 此规则允许将静态流量 % 重定向到插槽,或根据性能逐步更改路由 %。
| 名称 | 类型 | 说明 |
|---|---|---|
| actionHostName |
string |
如果决定将流量重定向到的槽的主机名。 例如 myapp-stage.azurewebsites.net。 |
| changeDecisionCallbackUrl |
string |
可以在 TiPCallback 站点扩展中提供自定义决策算法,可以指定 URL。 |
| changeIntervalInMinutes |
integer (int32) |
指定重新评估 ReroutePercentage 的间隔(以分钟为单位)。 |
| changeStep |
number (double) |
在自动爬坡方案中,这是添加/删除 |
| maxReroutePercentage |
number (double) |
指定 ReroutePercentage 将保留的上限。 |
| minReroutePercentage |
number (double) |
指定重新路由Percentage 将保留的下边界。 |
| name |
string |
路由规则的名称。 建议的名称是指向将接收试验中的流量的槽。 |
| reroutePercentage |
number (double) |
将重定向到 |
RequestsBasedTrigger
根据请求总数触发。
| 名称 | 类型 | 说明 |
|---|---|---|
| count |
integer (int32) |
请求计数。 |
| timeInterval |
string |
时间间隔。 |
ScmType
SCM 类型。
| 值 | 说明 |
|---|---|
| None | |
| Dropbox | |
| Tfs | |
| LocalGit | |
| GitHub | |
| CodePlexGit | |
| CodePlexHg | |
| BitbucketGit | |
| BitbucketHg | |
| ExternalGit | |
| ExternalHg | |
| OneDrive | |
| VSO | |
| VSTSRM |
SiteConfigResource
Web 应用配置 ARM 资源。
| 名称 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| id |
string |
资源 ID。 |
|
| kind |
string |
资源类型。 |
|
| name |
string |
资源名称。 |
|
| properties.acrUseManagedIdentityCreds |
boolean |
将托管标识 Creds 用于 ACR 拉取的标志 |
|
| properties.acrUserManagedIdentityID |
string |
如果使用用户托管标识,则用户托管标识 ClientId |
|
| properties.alwaysOn |
boolean |
|
|
| properties.apiDefinition |
有关应用的正式 API 定义的信息。 |
||
| properties.apiManagementConfig |
链接到应用的 Azure API 管理设置。 |
||
| properties.appCommandLine |
string |
要启动的应用命令行。 |
|
| properties.appSettings |
应用程序设置。 此属性不会在响应正常的创建和读取请求时返回,因为它可能包含敏感信息。 |
||
| properties.autoHealEnabled |
boolean |
|
|
| properties.autoHealRules |
自动治愈规则。 |
||
| properties.autoSwapSlotName |
string |
自动交换槽名称。 |
|
| properties.azureStorageAccounts |
<string,
Azure |
Azure 存储帐户列表。 |
|
| properties.connectionStrings |
连接字符串。 此属性不会在响应正常的创建和读取请求时返回,因为它可能包含敏感信息。 |
||
| properties.cors |
跨域资源共享 (CORS) 设置。 |
||
| properties.defaultDocuments |
string[] |
默认文档。 |
|
| properties.detailedErrorLoggingEnabled |
boolean |
|
|
| properties.documentRoot |
string |
文档根目录。 |
|
| properties.elasticWebAppScaleLimit |
integer (int32) minimum: 0 |
站点可横向扩展到的最大辅助角色数。
此设置仅适用于计划中 ElasticScaleEnabled 为 |
|
| properties.experiments |
这适用于多态类型。 |
||
| properties.ftpsState |
FTP/FTPS 服务的状态 |
||
| properties.functionAppScaleLimit |
integer (int32) minimum: 0 |
站点可横向扩展到的最大辅助角色数。 此设置仅适用于消耗计划和弹性高级计划 |
|
| properties.functionsRuntimeScaleMonitoringEnabled |
boolean |
获取或设置一个值,该值指示是否启用函数运行时缩放监视。 启用后,ScaleController 将不会直接监视事件源,而是调用运行时以获取缩放状态。 |
|
| properties.handlerMappings |
处理程序映射。 |
||
| properties.healthCheckPath |
string |
运行状况检查路径 |
|
| properties.http20Enabled |
boolean |
True |
Http20Enabled:配置网站以允许客户端通过 http2.0 进行连接 |
| properties.http20ProxyFlag |
integer (int32) |
0 |
Http20ProxyFlag:配置一个网站以允许 http2.0 一直传递到应用程序。 0 = 禁用,1 = 通过所有 http2 流量,2 = 仅通过 gRPC。 |
| properties.httpLoggingEnabled |
boolean |
|
|
| properties.ipSecurityRestrictions |
主要 IP 安全限制。 |
||
| properties.ipSecurityRestrictionsDefaultAction |
如果未匹配任何规则,则主要访问限制的默认作。 |
||
| properties.javaContainer |
string |
Java 容器。 |
|
| properties.javaContainerVersion |
string |
Java 容器版本。 |
|
| properties.javaVersion |
string |
Java 版本。 |
|
| properties.keyVaultReferenceIdentity |
string |
用于 Key Vault 参考身份验证的标识。 |
|
| properties.limits |
网站限制。 |
||
| properties.linuxFxVersion |
string |
Linux 应用框架和版本 |
|
| properties.loadBalancing |
站点负载均衡。 |
||
| properties.localMySqlEnabled |
boolean |
False |
|
| properties.logsDirectorySizeLimit |
integer (int32) |
HTTP 日志目录大小限制。 |
|
| properties.machineKey |
站点 MachineKey。 |
||
| properties.managedPipelineMode |
托管管道模式。 |
||
| properties.managedServiceIdentityId |
integer (int32) |
托管服务标识 ID |
|
| properties.metadata |
应用程序元数据。 无法检索此属性,因为它可能包含机密。 |
||
| properties.minTlsCipherSuite |
应用程序允许的最低强度 TLS 密码套件 |
||
| properties.minTlsVersion |
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本 |
||
| properties.minimumElasticInstanceCount |
integer (int32) minimum: 0maximum: 20 |
站点的最小实例数数此设置仅适用于弹性计划 |
|
| properties.netFrameworkVersion |
string |
v4.6 |
.NET Framework 版本。 |
| properties.nodeVersion |
string |
Node.js的版本。 |
|
| properties.numberOfWorkers |
integer (int32) |
工人数。 |
|
| properties.phpVersion |
string |
PHP 的版本。 |
|
| properties.powerShellVersion |
string |
PowerShell 的版本。 |
|
| properties.preWarmedInstanceCount |
integer (int32) minimum: 0maximum: 10 |
预瓦数实例数。 此设置仅适用于消耗计划和弹性计划 |
|
| properties.publicNetworkAccess |
string |
允许或阻止所有公共流量的属性。 |
|
| properties.publishingUsername |
string |
发布用户名。 |
|
| properties.push |
推送终结点设置。 |
||
| properties.pythonVersion |
string |
Python 版本。 |
|
| properties.remoteDebuggingEnabled |
boolean |
|
|
| properties.remoteDebuggingVersion |
string |
远程调试版本。 |
|
| properties.requestTracingEnabled |
boolean |
|
|
| properties.requestTracingExpirationTime |
string (date-time) |
请求跟踪过期时间。 |
|
| properties.scmIpSecurityRestrictions |
scm 的 IP 安全限制。 |
||
| properties.scmIpSecurityRestrictionsDefaultAction |
如果未匹配任何规则,则 scm 访问限制的默认作。 |
||
| properties.scmIpSecurityRestrictionsUseMain |
boolean |
scm 使用 main 的 IP 安全限制。 |
|
| properties.scmMinTlsVersion |
ScmMinTlsVersion:配置 SCM 站点 SSL 请求所需的最低 TLS 版本 |
||
| properties.scmType |
SCM 类型。 |
||
| properties.tracingOptions |
string |
跟踪选项。 |
|
| properties.use32BitWorkerProcess |
boolean |
|
|
| properties.virtualApplications |
虚拟应用程序。 |
||
| properties.vnetName |
string |
虚拟网络名称。 |
|
| properties.vnetPrivatePortsCount |
integer (int32) |
分配给此应用的专用端口数。 这些将在运行时动态分配。 |
|
| properties.vnetRouteAllEnabled |
boolean |
已启用“全部虚拟网络路由”。 这会导致所有出站流量都应用了虚拟网络安全组和用户定义的路由。 |
|
| properties.webSocketsEnabled |
boolean |
|
|
| properties.websiteTimeZone |
string |
设置站点用于生成时间戳的时区。 与 Linux 和 Windows 应用服务兼容。 设置WEBSITE_TIME_ZONE应用设置优先于此配置。对于 Linux,需要 tz 数据库值 https://www.iana.org/time-zones(有关快速参考,请参阅 https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)。 对于 Windows,需要 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones 下列出的时区之一 |
|
| properties.windowsFxVersion |
string |
Xenon App Framework 和版本 |
|
| properties.xManagedServiceIdentityId |
integer (int32) |
显式托管服务标识 ID |
|
| type |
string |
资源类型。 |
SiteLimits
在应用上设置的指标限制。
| 名称 | 类型 | 说明 |
|---|---|---|
| maxDiskSizeInMb |
integer (int64) |
允许的最大磁盘大小使用量(以 MB 为单位)。 |
| maxMemoryInMb |
integer (int64) |
允许的最大内存使用量(以 MB 为单位)。 |
| maxPercentageCpu |
number (double) |
允许的最大 CPU 使用率百分比。 |
SiteLoadBalancing
站点负载均衡。
| 值 | 说明 |
|---|---|
| WeightedRoundRobin | |
| LeastRequests | |
| LeastResponseTime | |
| WeightedTotalTraffic | |
| RequestHash | |
| PerSiteRoundRobin | |
| LeastRequestsWithTieBreaker |
SiteMachineKey
MachineKey 的 MachineKey。
| 名称 | 类型 | 说明 |
|---|---|---|
| decryption |
string |
用于解密的算法。 |
| decryptionKey |
string |
解密密钥。 |
| validation |
string |
MachineKey 验证。 |
| validationKey |
string |
验证密钥。 |
SlowRequestsBasedTrigger
根据请求执行时间触发。
| 名称 | 类型 | 说明 |
|---|---|---|
| count |
integer (int32) |
请求计数。 |
| path |
string |
请求路径。 |
| timeInterval |
string |
时间间隔。 |
| timeTaken |
string |
花费的时间。 |
StatusCodesBasedTrigger
根据状态代码触发。
| 名称 | 类型 | 说明 |
|---|---|---|
| count |
integer (int32) |
请求计数。 |
| path |
string |
请求路径 |
| status |
integer (int32) |
HTTP 状态代码。 |
| subStatus |
integer (int32) |
请求子状态。 |
| timeInterval |
string |
时间间隔。 |
| win32Status |
integer (int32) |
Win32 错误代码。 |
StatusCodesRangeBasedTrigger
根据状态代码范围触发。
| 名称 | 类型 | 说明 |
|---|---|---|
| count |
integer (int32) |
请求计数。 |
| path |
string |
|
| statusCodes |
string |
HTTP 状态代码。 |
| timeInterval |
string |
时间间隔。 |
SupportedTlsVersions
MinTlsVersion:配置 SSL 请求所需的最低 TLS 版本
| 值 | 说明 |
|---|---|
| 1.0 | |
| 1.1 | |
| 1.2 | |
| 1.3 |
TlsCipherSuites
应用程序允许的最低强度 TLS 密码套件
| 值 | 说明 |
|---|---|
| TLS_AES_256_GCM_SHA384 | |
| TLS_AES_128_GCM_SHA256 | |
| TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | |
| TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | |
| TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | |
| TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | |
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | |
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | |
| TLS_RSA_WITH_AES_256_GCM_SHA384 | |
| TLS_RSA_WITH_AES_128_GCM_SHA256 | |
| TLS_RSA_WITH_AES_256_CBC_SHA256 | |
| TLS_RSA_WITH_AES_128_CBC_SHA256 | |
| TLS_RSA_WITH_AES_256_CBC_SHA | |
| TLS_RSA_WITH_AES_128_CBC_SHA |
VirtualApplication
应用中的虚拟应用程序。
| 名称 | 类型 | 说明 |
|---|---|---|
| physicalPath |
string |
物理路径。 |
| preloadEnabled |
boolean |
|
| virtualDirectories |
虚拟应用程序的虚拟目录。 |
|
| virtualPath |
string |
虚拟路径。 |
VirtualDirectory
虚拟应用程序的目录。
| 名称 | 类型 | 说明 |
|---|---|---|
| physicalPath |
string |
物理路径。 |
| virtualPath |
string |
虚拟应用程序的路径。 |