{
"deviceAttributesPoints": [
{
"accessMode": "string",
"pointConfig": null,
"propertyName": "string",
"propertyType": "string"
}
],
"deviceTelemetryPoints": [
{
"accessMode": "string",
"pointConfig": null,
"propertyName": "string",
"propertyType": "string"
}
],
"edgeId": "string"
}
curl --location --request POST 'http://101.35.247.125:7788/edge/point' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceAttributesPoints": [
{
"accessMode": "string",
"pointConfig": null,
"propertyName": "string",
"propertyType": "string"
}
],
"deviceTelemetryPoints": [
{
"accessMode": "string",
"pointConfig": null,
"propertyName": "string",
"propertyType": "string"
}
],
"edgeId": "string"
}'
{}