async getStorage()

in packages/enterprise-search/src/api/enterprise/api.ts [73:78]


  async getStorage (this: That, params?: T.GetStorageRequest, options?: TransportRequestOptions): Promise<T.GetStorageResponse> {
    return await this.transport.request<T.GetStorageResponse>({
      method: 'GET',
      path: '/api/ent/v1/internal/storage'
    }, options)
  }