组态实例化
POST
/scada/configure/instance
请求参数
Header 参数
Authentication
string
必需
示例值:
1675843985061
Body 参数application/json
deptId
string
可选
productModel
string
必需
sourceId
string
必需
sourceType
string
必需
示例
{
"productModel": "changeModel",
"sourceId": "5338209761260807",
"sourceType": "device",
"deptId": "root"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'ssiot.cc/scada/configure/instance' \
--header 'Authentication: 1675843985061' \
--header 'Authentication;' \
--header 'Content-Type: application/json' \
--data-raw '{
"productModel": "changeModel",
"sourceId": "5338209761260807",
"sourceType": "device",
"deptId": "root"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-05-18 11:42:39