{
"regionID": "nm8",
"deviceIDList": [
"8c01d491-cdd1-6bec-eda3-a7fdf7ccde09"
]
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/ecs/vm-mem-latest-metric-data' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"deviceIDList": [
"8c01d491-cdd1-6bec-eda3-a7fdf7ccde09"
]
}'{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"page": 1,
"pageSize": 20,
"result": [
{
"deviceID": "8c01d491-cdd1-6bec-eda3-a7fdf7ccde09",
"extendStatus": -1,
"fUID": "8c01d491-cdd1-6bec-eda3-a7fdf7ccde09",
"regionID": "nm8",
"fUserLateUpdate": "2022-11-08 18:47:19",
"itemList": {
"samplingTime": 1687770595,
"used_memory": "392937472",
"free_memory": "646090752",
"buffer_memory": "2117632",
"mem_util": "29.6796",
"process_memory_used": "",
"cache_memory": "222081024"
}
}
],
"totalCount": 1
},
"statusCode": 800
}