flink 通过GET /api/<db>/<table>/_schema 获取信息 失败

Viewed 32

请求返回{
"msg": "Unauthorized",
"code": 401,
"data": "Need auth information.",
"count": 0
}

1 Answers

本地 curl 执行可以吗?

curl -X GET -uroot: http:/ip:8030/api/db/table/_schema