Skip to content

Instantly share code, notes, and snippets.

@phajduk
Created March 10, 2022 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phajduk/4aac65943eea53644597e1350d68ac36 to your computer and use it in GitHub Desktop.
Save phajduk/4aac65943eea53644597e1350d68ac36 to your computer and use it in GitHub Desktop.
#!/bin/bash
export DATABRICKS_TOKEN=<token>
export DATABRICKS_INSTANCE=<instance>
curl -X GET --header "Authorization: Bearer $DATABRICKS_TOKEN" \
https://$DATABRICKS_INSTANCE.cloud.databricks.com/api/2.0/preview/scim/v2/Me
# or
#https://$DATABRICKS_INSTANCE.cloud.databricks.com/api/2.0/clusters/list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment