StoreFront

遥测

StoreFront 会将有关 StoreFront 配置和登录事件的遥测数据发送到 Citrix Cloud。这些数据通过本地内部部署 DDC 和许可证服务器或通过 Cloud Connector 发送到 DaaS。有关详细信息,请参阅 Citrix Virtual Apps and Desktops 文档

StoreFront™ 配置

用法

标头

字段 描述 示例
ver 许可证使用事件的版本 1.0
id 使用事件的唯一标识符 d4ce7919-5d80-44de-a8fa-102923fe0ead
type CAS 用于识别云使用事件的事件类型 Configuration
st Broker 中生成事件时的时间戳 2011-08-12T20:17:46.384Z
prod 使用事件的原始产品和部署 OnPrem.StoreFront
prodVer StoreFront 版本 3.30.0.0

有效负载

字段 描述 示例
serverName 运行 StoreFront 服务的计算机名称 storefront-01.storefront.local
deploymentId StoreFront 部署的唯一标识符 f47ac10b-58cc-4372-a567-0e02b2c3d479
installedWithCVAD 指示 StoreFront 是否与 CVAD 一起安装 false
cpuCores CPU 内核总数 4
cpuModel 运行 StoreFront 的 CPU 12th Gen Intel(R) Core(TM) i7-1255U 1.70 GHz
ramGb RAM 总量(以 GB 为单位) 16
numServersInGroup 服务器组中的服务器数量 3
stores StoreFront Store 配置 JSON blob。Store 对象的数组。某些值已加扰 示例
rfWebSites StoreFront 网站配置 JSON blob。RFWeb 配置对象的数组 示例
gateways 网关配置对象(JSON blob 格式)。网关对象的数组 示例
authServices 身份验证服务配置对象(JSON blob 格式)。身份验证服务对象的数组 示例
IsPiiScrambled   true

字段 stores 示例

[{
            "BaseUrl": "baseUrl",
            "StorePath": "/",
            "EnabledFeatures": 21 bit bitmap,
            "ResourceTypeFilteringEnabled": "disabled|Citrix.MPS.Application;Citrix.MPS.Desktop",
            "DefaultRfWebSite": "/Citrix/StoreWeb",
            "GatewaysUsed": [
                "gatewayId"
            ],
            "VdaLogonDataProvider": "",
            "ResourceFeeds": [
                {
                    "FeedName": "<resourceFeedName>|scrambled",
                    "Type": "CVAD",
                    "LoadBalancingEnabled": true,
                }
            ],
            "AdvancedAggregation": {
                 "Enabled": true,
                 "GroupingCount": 1,
                 "ControllersPushIdenticalResources": true,
                 "LoadBalanced": true,
                 "AnyPrimaryFarms": true,
                 "AnyBackupFarms": true,
            }
}]
<!--NeedCopy-->

如果未找到任何 Store,则为空数组 []。

字段 rfWebSites 示例

[{
    "SiteId": "siteId",
    "BaseUrl": "baseUrl",
    "StorePath": "storePath",
    "UiExperienced": 0,
    "EnabledFeatures": 9 bit,
    "AuthMethodsEnabled": [
        "ad"
    ],
    "CanUsersDownloadApps": {
        "Enabled": true,
        "Windows": "exe",
        "MacOS": "dmg"
    },
    "WorkspaceControl": {
        "Enabled": true,
        "LogoffAction": 0,
        "AutoReconnectAtLogon": true,
        "ShowReconnectButton": true,
        "ShowDisconnectButton": true
    },
    "MultiClickTimeout": 1,
    "UiViews": [
        "apps",
        "desktops"
    ],
    "DefaultTab": 0,
}]
<!--NeedCopy-->

如果未找到任何 rfWebSites,则为空数组 []。

字段 gateways 示例

[{
            "GatewayId": "gatewayId",
            "IsCloudGateway": true,
            "LoadBalancingSTAEnabled": true,
            "SessionReliabilityEnabled": true,
            "RequestTicketsFromTwoSTA": true,
            "Version": "1234",
            "LogonType": "domain",
            "SmartCardFallbackEnabled": true
}]
<!--NeedCopy-->

如果未找到任何网关,则为空数组 []。

字段 authServices 示例

[{
    "SiteId": "SiteId",
    "Store": "StoreAuth",
    "AuthMethodsEnabled": [
        "ad"
    ],
    "PasswordChangeWhenExpired": 0,
    "PasswordRemindersForm": 1,
    "DelegateCredentialValidationToCitrix": true,
    "ValidatePasswordsOnDeliveryControllers": true
}]
<!--NeedCopy-->

如果未找到任何身份验证服务,则为空数组 []。

StoreFront 登录

用法

标头

字段 描述 示例
ver 许可证使用事件的版本 1.0
id 使用事件的唯一标识符 d4ce7919-5d80-44de-a8fa-102923fe0ead
type CAS 用于识别云使用事件的事件类型 Login
st Broker 中生成事件时的时间戳 2011-08-12T20:17:46.384Z
prod 使用事件的原始产品和部署 OnPrem.StoreFront
prodVer StoreFront 版本 3.30.0.0

有效负载

字段 描述 示例
user



启动会话的用户。该值已加扰



fullName: C648FE671A44B3F7 (始终加扰)
samName:C758LH671A44B3F7 (始终加扰)
upn: C7948FE671A44B3F7 (始终加扰)
userLicenseId:C265FE671A44B3F7 (始终加扰)
userSid: C097FE671A44B3F7 (始终加扰)
serverName 运行 StoreFront 服务的计算机名称 storefront-01.storefront.local
loginMethodRfWeb 未使用  
loginMethodAuth 用户用于登录 StoreFront 的方法 0
gatewayURL 登录期间使用的 NetScaler Gateway URL netscaler-gateway.com
enabledFeatures 已启用功能的位掩码 12
userAgent 用于登录的客户端的 UserAgent CitrixReceiver/22.11.0.19 Linux/5.17.15 X1Class CWACapable CWA/22.11.0.19
baseUrl 用户登录的 Store 的基本 URL storefront-dev.storefront.dev
storePath 用户登录的 Store 路径 /Citrix/StoreWeb
apiUsed 指示客户端是否正在使用 Store API、Web API 或 PNAgent API 0
deviceId 用于登录 StoreFront 的设备的名称。该值已加扰 john-doe
transactionId 用于对相关事件进行分组的标识符 773aba9e-5b91-4ef9-8782-c4afb75698e7
遥测