我想使用Influxdb API和curl下载数据。我在这里关注了文档:https://docs.influxdata.com/influxdb/v1.7/guides/querying_data/
但是,没有得到JSON响应而是得到了类似以下内容的html响应:
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=utf-8" />
<title>Chronograf</title>
<link rel="shortcut icon" href="../assets/images/favicon.ico"
type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico"><link
href="/chronograf.17046cbf9b59fc1b5280.css"
rel="stylesheet"></head>
<body>
<div id='react-root' data-basepath=""></div>
<script type="text/javascript"
src="/app.17046cbf9b59fc1b5280.js"></script><script
type="text/javascript"
src="/vendor.25a088bac218975a0bac.js"></script></body>
</html>
我是第一次卷曲并调用API。我的最终目标是从Influx自动下载csv文件。我尝试使用Postman和Python,但是由于公司代理问题,我只能使curl起作用。
我的问题是: