{
"samples": [
{
"tags": {
"property1": "string",
"property2": "string"
},
"sample": {
"vs": {
"property1": 0,
"property2": 0
},
"date": "2019-08-24T14:15:22.123Z"
}
}
],
"statistics": [
{
"tags": {
"property1": "string",
"property2": "string"
},
"statistic": {
"values": {
"property1": 0,
"property2": 0
},
"incFields": [
"string"
],
"date": "2019-08-24T14:15:22.123Z"
}
}
]
}curl --location 'https://m1.apifoxmock.com/m1/1293445-0-default/api/measurement/points/v2' \
--header 'Content-Type: application/json' \
--data '{
"samples": [
{
"tags": {
"property1": "string",
"property2": "string"
},
"sample": {
"vs": {
"property1": 0,
"property2": 0
},
"date": "2019-08-24T14:15:22.123Z"
}
}
],
"statistics": [
{
"tags": {
"property1": "string",
"property2": "string"
},
"statistic": {
"values": {
"property1": 0,
"property2": 0
},
"incFields": [
"string"
],
"date": "2019-08-24T14:15:22.123Z"
}
}
]
}'{
"reqId": "string",
"ts": 0,
"code": "string",
"message": "string",
"data": {}
}