新增网络设备
开发中
POST
https://api.flashcat.cloud/api/n9e-plus/network-device
最后修改时间:2025-03-13 11:45:15
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/network-device' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0,
"ip": "string",
"dc": "string",
"tags": [
"string"
],
"board_url": "string",
"note": "string",
"target_idents": [
"string"
],
"snmp_tpl_ids": [
0
],
"snmp_version": 0,
"snmp_schema": "string",
"snmp_port": 0,
"snmp_timeout": 0,
"custom_thresholds_tables": [
[
{
"labels": {},
"threshold": {}
}
]
],
"auth": {
"community": "string"
},
"collect_disabled": 0
}'
响应示例响应示例
{
"err": "string"
}
请求参数
Body 参数application/json