March 2021
34
IDS NXT: REST interface
10 Network settings
·
/network
·
/network/ipv4
·
/network/nameservers
·
/network/timeserver
·
/network/ssl
10.1 /network
·
OPTIONS
·
GET
·
PATCH
You need administrator privileges ( ) to set the RestrictHTTP node.
{
"GET": {
"application/json": {
"Description": "Receive general network settings",
"Values": {
"MAC": {
"Description": "MAC-Address",
"Type": "String"
},
"RestrictHTTP": {
"Description": "If true, HTTP connections will be redirected to
HTTPS.",
"Type": "Boolean"
}
}
}
},
"Objects": [
"ipv4",
"nameservers",
"ssl",
"timeserver"
],
"PATCH": {
"application/x-www-form-urlencoded": {
"Description": "Modifies network settings",
"Values": {
"RestrictHTTP": {
"Description": "If true, HTTP connections will be redirected to
HTTPS.",
"Type": "Boolean"
}
}
}
}
}