async getCrawlerMetrics()

in packages/enterprise-search/src/api/app/api.ts [458:463]


  async getCrawlerMetrics (this: That, params?: T.GetCrawlerMetricsRequest, options?: TransportRequestOptions): Promise<T.GetCrawlerMetricsResponse> {
    return await this.transport.request<T.GetCrawlerMetricsResponse>({
      method: 'GET',
      path: '/api/as/v1/crawler/metrics'
    }, options)
  }