书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 118643 个相关结果.
  • HTTP API

    HTTP API Format overview Expression queries Instant queries Range queries Formatting query expressions Querying metadata Finding series by label matchers Getting label names ...
  • HTTP API

    HTTP API 鉴权 写入数据 读取数据 HTTP API 鉴权 GreptimeDB 支持 HTTP API 内置的 Basic 鉴权机制,接收 SQL 语言和 OpenTSDB 协议语言。按照下面的步骤来设置鉴权: 使用 Base64 算法编码你的用户名和密码。 在 HTTP 请求头中写入编码后的鉴权信息:Authorizat...
  • HTTP API

    HTTP API Method Header Query params Body Response Example HTTP API To submit a SQL query to the GreptimeDB server via HTTP API, use the following format: shell curl - X...
  • HTTP SD

    Writing HTTP Service Discovery Comparison between File-Based SD and HTTP SD Requirements of HTTP SD endpoints HTTP_SD format CAUTION: This page documents an old version of Pr...
  • HTTP API

    HTTP API Method Header Query 参数 Body Response 示例 HTTP API 要通过 HTTP API 向 GreptimeDB 服务器提交 SQL 查询,请使用以下格式: shell curl - X POST \ - H 'Authorization: Basic {{authen...
  • HTTP API

    HTTP API Method Header Query params Body Response Example HTTP API To submit a SQL query to the GreptimeDB server via HTTP API, use the following format: shell curl - X...
  • HTTP API

    HTTP API Authentication Write Data Query Data HTTP API Authentication GreptimeDB supports the built-in Basic authentication scheme in HTTP API for SQL language and OpenTSD...
  • HTTP 请求

    HTTP 请求 搭建服务 创建 Http 请求 HTTP 请求 在某些情况下,可能需要向网络后端请求一些数据,在 Cocos Creator 里面可以通过 fetch 方法,fetch 方法是 JavaScript 的一部分: declare function fetch ( input : RequestInfo | URL ...
  • HTTP Request

    HTTP Request Setting Up a Test Sever Making an HTTP Request HTTP Request In some cases, it may be necessary to make requests to a server to fetch data. In Cocos Creator, you c...
  • HTTP 参考

    HTTP 参考 概述 AP调用TM的接口 newGid 获取Gid prepare 准备事务 MSG的prepare示例 submit 提交事务 MSG的submit示例 SAGA的submit示例 abort 回滚事务 registerBranch 注册XA分支请求示例 注册TCC分支请求示例 query 查询事务 all 批量...