How to Generate a Token for using the Qbert API
Problem
Environment
Procedure
TOKEN=$(curl -D - -sH "Content-Type: application/json" https://<URL>/keystone/v3/auth/tokens -d '{"auth": {"identity": {"methods": ["password"], "password": {"user": {"name": "<email>", "domain": {"id": "default"}, "password": "<Password>"}}}}}' | grep -Fi 'X-Subject-Token' | awk '{print $2}')curl --request GET --url /qbert/v3/{project_uuid}/nodes --header "X-Auth-Token: $TOKEN"Additional Information
PreviousHow Can I Change the Detach Key Combination for Kubernetes Pods?NextHow to Add an Existing App Catalog Repository to a Newly Created Cluster
Last updated
