2023-10-25
34
IDS NXT malibu: Technical Manual
curl -X PUT http://<ip>/network/ssl -u admin:<password> -T "package.zip" -H
"content-type: application/zip"
If you want to transfer the SSL package to the camera via HTTPS, you must also pass the
--insecure
parameter.
curl -X PUT https://<ip>/network/ssl -u admin:<password> -T "package.zip" -H
"content-type: application/zip" --insecure
Query active SSL package on the camera
curl -X GET http://
<
ip
>
/network/ssl -u admin:
<
password
>
Display current certificate information
curl https://
<
ip
>
--insecure -vvvv
Delete SSL package on the camera
curl -X DELETE http:/
<
ip
>
/network/ssl -u admin:
<
password
>
6.6.3 Optional: disable HTTP
If you want to disable non-encrypted communication of the camera via HTTP, use the "RestrictHTTP" option of
the IDS NXT REST interface:
curl -X PATCH http://
<
ip
>
/network -u admin:
<
password
>
--data "restricthttp=true"
--noproxy "*"
6.7 Network topologies
Point-to-Point Connection
Connect each GigE camera directly to a network interface card (NIC) or a port of a multiport card of your host
PC. This connection requires one card or port for each camera.
Advantage:
Each camera can use the full bandwidth of the Ethernet connection.