How do you get server fault details from nova?
https://developer.openstack.org/api-guide/compute/faults.html (https://developer.openstack.org/api-g...) shows that a server can have a "faults" section in the JSON response. But how do you get to see that?
I've tried getting from http://[ip:port]/v2.1/[...]/servers/362cfec0-ecf3-4f95-a565-1669682bce06
And I get:
{"server": {"status": "ERROR", [...]
But that does not contain any faults section.