我目前正在使用shell脚本来获取DataBricks中的API响应,但由于响应相当大,因此出现此错误
***警告:跳过了31093字节的输出***我很难找到如何从响应中获取其余数据。
API调用我正在使用www.example.comhttps://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/clusters#--list
样本代码:
export DATABRICKS_TOKEN=mytoken
result=$(curl -X GET --header "Authorization: Bearer $DATABRICKS_TOKEN"\
https://{adburl}/api/2.0/clusters/list)
echo "$result"
1条答案
按热度按时间kcugc4gi1#
你可以在你的驱动程序的日志中检查所有的打印值