Takaro - v0.7.3
    Preparing search index...

    Function AnalyticsApiAxiosParamCreator

    • AnalyticsApi - axios parameter creator

      Parameters

      • Optionalconfiguration: Configuration

      Returns {
          analyticsControllerGetActivePlayerCounts: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetActivePlayerCountsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetActiveUserCounts: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetActiveUserCountsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetActivityHeatmap: (
              eventName?: string,
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetActivityHeatmapPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetCountryDetections: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetCountryDetectionsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetCurrencyFlow: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetCurrencyFlowPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetCurrencyTimeseries: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetCurrencyTimeseriesPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetDailyPlayerEvents: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetDailyPlayerEventsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetEntityCounts: (
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetEventVolume: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetEventVolumePeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetHourlyActivePlayers: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetHourlyActivePlayersPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetHourlyOrderVolume: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetHourlyOrderVolumePeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetModerationTimeseries: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetModerationTimeseriesPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetModuleHealth: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetModuleHealthPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetModuleItemFailureLeaderboard: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetModuleItemFailureLeaderboardPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetModuleItemTypeSummary: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetModuleItemTypeSummaryPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetOrderStatusMix: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetOrderStatusMixPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPingHealth: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPingHealthPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPlayerActivityMix: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPlayerActivityMixPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPlayerKillLeaderboard: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPlayerKillLeaderboardPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPlayerKpis: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPlayerKpisPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPlayerPlaytimeLeaderboard: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPlayerPlaytimeLeaderboardPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetPlayersOnlineTimeseries: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetPlayersOnlineTimeseriesPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetSessionLengthDistribution: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetSessionLengthDistributionPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopCategoryRevenue: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopCategoryRevenuePeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopCustomerSegments: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopCustomerSegmentsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopDeadStock: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopDeadStockPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopKpis: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopKpisPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopRecentOrders: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopRecentOrdersPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetShopRevenueHeatmap: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetShopRevenueHeatmapPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetTopBuyers: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetTopBuyersPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetTopEventNames: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetTopEventNamesPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetTopListings: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetTopListingsPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetTopModulesByVolume: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetTopModulesByVolumePeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          analyticsControllerGetTopServers: (
              startDate?: string,
              endDate?: string,
              gameServerId?: string,
              period?: AnalyticsControllerGetTopServersPeriodEnum,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • analyticsControllerGetActivePlayerCounts: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetActivePlayerCountsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetActivePlayerCounts

      • analyticsControllerGetActiveUserCounts: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetActiveUserCountsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetActiveUserCounts

      • analyticsControllerGetActivityHeatmap: (
            eventName?: string,
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetActivityHeatmapPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        24 hour × 7 day-of-week event grid. Pass eventName to filter to a single event type (e.g. shop-order-created). Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetActivityHeatmap

      • analyticsControllerGetCountryDetections: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetCountryDetectionsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetCountryDetections

      • analyticsControllerGetCurrencyFlow: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetCurrencyFlowPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Total currency added vs deducted per time bucket, from currency-added and currency-deducted events. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetCurrencyFlow

      • analyticsControllerGetCurrencyTimeseries: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetCurrencyTimeseriesPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Aggregate currency values from player-sync-snapshot events, bucketed by time. gameServerId is optional. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetCurrencyTimeseries

      • analyticsControllerGetDailyPlayerEvents: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetDailyPlayerEventsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetDailyPlayerEvents

      • analyticsControllerGetEntityCounts: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetEntityCounts

      • analyticsControllerGetEventVolume: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetEventVolumePeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetEventVolume

      • analyticsControllerGetHourlyActivePlayers: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetHourlyActivePlayersPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetHourlyActivePlayers

      • analyticsControllerGetHourlyOrderVolume: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetHourlyOrderVolumePeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Returns orders + revenue bucketed to match the selected period. Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetHourlyOrderVolume

      • analyticsControllerGetModerationTimeseries: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetModerationTimeseriesPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Daily counts of player-banned and player-unbanned events. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetModerationTimeseries

      • analyticsControllerGetModuleHealth: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetModuleHealthPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Normalized 0-1 scores across five dimensions per top module for radar visualization. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetModuleHealth

      • analyticsControllerGetModuleItemFailureLeaderboard: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetModuleItemFailureLeaderboardPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Unified failure leaderboard across all module-item types (hooks, crons, commands, shop actions). Each row carries a type discriminator alongside runs, failures, and failure rate. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetModuleItemFailureLeaderboard

      • analyticsControllerGetModuleItemTypeSummary: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetModuleItemTypeSummaryPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Returns one row per module-item type (hook, cron, command, shopAction) with total runs and failures. Zero-filled when no events exist so the response shape is stable. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetModuleItemTypeSummary

      • analyticsControllerGetOrderStatusMix: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetOrderStatusMixPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Counts by status sourced from Postgres shopOrder.status (authoritative current state). Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetOrderStatusMix

      • analyticsControllerGetPingHealth: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPingHealthPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        p50 and p95 of meta.ping from player-sync-snapshot events, bucketed by time. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPingHealth

      • analyticsControllerGetPlayerActivityMix: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPlayerActivityMixPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Counts per event_name across the player-activity whitelist (chat, kills, deaths, inventory, shop orders, roles, currency). Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPlayerActivityMix

      • analyticsControllerGetPlayerKillLeaderboard: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPlayerKillLeaderboardPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Top players by K/D ratio — kills from entity-killed, deaths from player-death. Minimum 5 combined events. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPlayerKillLeaderboard

      • analyticsControllerGetPlayerKpis: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPlayerKpisPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPlayerKpis

      • analyticsControllerGetPlayerPlaytimeLeaderboard: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPlayerPlaytimeLeaderboardPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Ranks players by total connected time within the selected period. Sums meta.sessionMinutes from player-disconnected events. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPlayerPlaytimeLeaderboard

      • analyticsControllerGetPlayersOnlineTimeseries: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetPlayersOnlineTimeseriesPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Aggregate player-sync-snapshot events with online=true, bucketed by time. gameServerId is optional; omit it for domain-wide aggregation. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetPlayersOnlineTimeseries

      • analyticsControllerGetSessionLengthDistribution: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetSessionLengthDistributionPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Buckets meta.sessionMinutes from player-disconnected events into fixed ranges. Always returns six buckets, zero-filled where there is no data. Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetSessionLengthDistribution

      • analyticsControllerGetShopCategoryRevenue: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopCategoryRevenuePeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Hybrid query: ClickHouse revenue per listing combined with Postgres listing→category mapping. Listings without a category are grouped as "Uncategorized". Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopCategoryRevenue

      • analyticsControllerGetShopCustomerSegments: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopCustomerSegmentsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Classifies distinct buyers in the window by purchase history and recency. Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopCustomerSegments

      • analyticsControllerGetShopDeadStock: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopDeadStockPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Listings that have not sold in the last 30 days. Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopDeadStock

      • analyticsControllerGetShopKpis: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopKpisPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopKpis

      • analyticsControllerGetShopRecentOrders: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopRecentOrdersPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Sourced from Postgres shopOrder table with joined listing and player display names. Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopRecentOrders

      • analyticsControllerGetShopRevenueHeatmap: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetShopRevenueHeatmapPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Sums totalPrice from shop-order-created events by hour and day-of-week. Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetShopRevenueHeatmap

      • analyticsControllerGetTopBuyers: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetTopBuyersPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetTopBuyers

      • analyticsControllerGetTopEventNames: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetTopEventNamesPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetTopEventNames

      • analyticsControllerGetTopListings: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetTopListingsPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: MANAGE_SHOP_LISTINGS
        OperationId: AnalyticsControllerGetTopListings

      • analyticsControllerGetTopModulesByVolume: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetTopModulesByVolumePeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetTopModulesByVolume

      • analyticsControllerGetTopServers: (
            startDate?: string,
            endDate?: string,
            gameServerId?: string,
            period?: AnalyticsControllerGetTopServersPeriodEnum,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>

        Required permissions: READ_EVENTS
        OperationId: AnalyticsControllerGetTopServers