{
"regionID": "TestRegionID",
"groupID": "97386f3c-5400-11ed-8358-0242ac120006",
"period": 5,
"timeRange": 60,
"timeFrom": 1660040473,
"timeTill": 1660050500
}
curl --location --request POST '/v4/scaling/group/instance-monitor' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"groupID": "97386f3c-5400-11ed-8358-0242ac120006",
"period": 5,
"timeRange": 60,
"timeFrom": 1660040473,
"timeTill": 1660050500
}'
{
"returnObj": {
"vList": [
{
"timestamp": 1669276980,
"value": 0
},
{
"timestamp": 1669277280,
"value": 0
},
{
"timestamp": 1669277580,
"value": 0
},
{
"timestamp": 1669277880,
"value": 0
},
{
"timestamp": 1669278180,
"value": 0
},
{
"timestamp": 1669278480,
"value": 0
},
{
"timestamp": 1669278780,
"value": 0
},
{
"timestamp": 1669279080,
"value": 0
},
{
"timestamp": 1669279380,
"value": 0
},
{
"timestamp": 1669279680,
"value": 0
},
{
"timestamp": 1669279980,
"value": 0
},
{
"timestamp": 1669280280,
"value": 0
}
]
},
"statusCode": 800
}