How to Delete Cluster BluePrint and HostConfig Using Resmgr API
Problem
Environment
Procedure
$ token=$(openstack token issue -f value -c id)$ curl -s -X GET -H "X-Auth-Token: $token" https://<FQDN>/resmgr/v2/blueprint | jq '.[] | {name}'$ curl -s -X GET -H "X-Auth-Token: $token" https://<FQDN>/resmgr/v2/hostconfigs | jq '.[] | {id, name}'Validation
PreviousUnable to Delete Network Host Config from UINextHow to Setup CLI in Virtual Environment for Troubleshooting?
Last updated
