有管理集群API端點。官方文檔:https://docs.m.eheci.com/dev-tools/api/latest/clusters.html。這是可以從筆記本運行示例代碼:
.getContext .notebook ctx = dbutils.notebook.entry_point.getDbutils()()()主機= ctx.tags () . get (" browserHostName ") . get()令牌= ctx.apiToken () . get () cluster_id =“new_cluster_id”請求。帖子(f 'https: / /{主機}/ api / 2.0 /集群/得到的,json = {cluster_id: cluster_id},標題={“授權”:f 'Bearer{牌}})