Implement API to support bulk query to get diagnostics information of all the openstack instances
We get configuration details on all servers in a single API call by calling compute servers-detail /servers/detail ( https://docs.openstack.org/api-ref/compute/?expanded=list-servers-detail,list-servers-detailed-detail#list-servers-detailed ) Howe...