Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active July 3, 2020 11:15
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 velotiotech/7b4e6e6510990324c1b3b4155e637a01 to your computer and use it in GitHub Desktop.
Save velotiotech/7b4e6e6510990324c1b3b4155e637a01 to your computer and use it in GitHub Desktop.
# Get znode data using endpoint :
# /exhibitor/exhibitor/v1/explorer/node-data?key=/path/to/node
# Example : Get znode data for path = /cluster-id
curl -s -H "Authorization: Bearer $(dcos config show core.dcos_acs_token)"
$(dcos config show core.dcos_url)/exhibitor/exhibitor/v1/explorer/node-data?key=/cluster-id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment