VM allocated resources details(RAM,VCPUs,Disk)
Hello,
I am looking for API which gives me details of VM's allocated RAM,VCPUs and Disk. I can see this information on horizon under Project -> Compute -> Overview table
.
I am able to get this information by mapping
VM's flavor id(/v2.1/servers/{server_id}) with /v2.1/flavors/detail.
However, I am interested in knowing is there any other way I can get VM's RAM,VCPUs and Disk info.