curl --location --request POST 'https://api.flashcat.cloud/api/n9e-plus/network-device' \
--header 'X-User-Token: <api-key>' \
--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
}'