GET /schema
Response: schema[]
- dataSource string 数据源名称
GET /schema/{dataSource}
- dataSource string 数据源
Response: string
POST /schema
- body: string json格式,通过dataSource属性判断数据源是否已经存在,以决定是新增还是编辑
Response
- result: true
POST /data
- body file json.gz文件
- dataSource string 数据源
- intervals string 数据所在时间段,例:2017-01-19/2017-01-20,即为2017-1-19日的数据