API call for listing nodes in the "Unauthorized" state
Problem
Environment
Procedure
export TOKEN=<token generated by above procedure>curl -s --request GET --url <FQDN>/resmgr/v1/hosts --header "X-Auth-Token: '$TOKEN'}" | jq '.[] | select(.roles | length == 0) | .id'EnvironmentPreviousHow to Safely Shutdown and Restart a Kubernetes ClusterNextIntegrating Custom Container Registry with PMK Clusters
Last updated
