curl --location --request POST '/v4/ebm/query-bms-resource'
{
"msg": "string",
"success": true,
"data": [
{
"physical_total": "string",
"physical_cpu_total": "string",
"physical_memory_total": "string",
"physical_disk_total": "string",
"bandwidth_total": "string",
"virtual_cpu_total": "string",
"virtual_memory_total": "string",
"virtual_disk_total": "string",
"virtual_upstreamtraffic": "string",
"virtual_downstreamtraffic": "string",
"internet_ip_total": "string",
"internet_ip_allocated": "string",
"gov_ip_total": "string",
"gov_ip_allocated": "string"
}
]
}