{
"group_id": "string",
"os_id": "string",
"ct_user_id": 0,
"time_from": 0,
"time_till": 0,
"time_range": 0,
"period": 0
}
curl --location --request POST '/api/scaling_group_instance/monitor/' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "string",
"os_id": "string",
"ct_user_id": 0,
"time_from": 0,
"time_till": 0,
"time_range": 0,
"period": 0
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"timestamp": 0,
"value": 0
}
]
}