Authorization: Bearer ********************
[
{
"name": "默认展示点位1",
"isDefault": true,
"indicator": "distribution_well_to_3c_opened_count",
"isSearchSimul": true,
"isSearchOnline": true,
"scene": "调度建议"
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/historical-data/search/records/save' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "默认展示点位1",
"isDefault": true,
"indicator": "distribution_well_to_3c_opened_count",
"isSearchSimul": true,
"isSearchOnline": true,
"scene": "调度建议"
}
]'