自定义查询
方舟5.0版本中新增API
1.自定义SQL查询
1.1 接口地址
1.2 请求参数
1.2.1 Body参数说明:
{
"sql": "SELECT xwhat,xwhen,xwho FROM event_vd as event where event.ds=20200214 and event.\"$startup_time\" is not null LIMIT 10",
"format": "json"
}1.2.2 特殊说明:
1.3 返回结果示例
1.4 接口调用示例
2. 自定义SQL导出
2.1 接口地址
2.2 请求参数
2.2.1 Body参数说明:
2.2.2 特殊说明:
2.3 返回结果示例
2.4 接口调用示例
2.5 Java HttpClient 接口调用示例
最后更新于
这有帮助吗?