EasyManua.ls Logo

IDS NXT User Manual

IDS NXT
72 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #34 background imageLoading...
Page #34 background image
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"
}
}
}
}
}

Other manuals for IDS NXT

Question and Answer IconNeed help?

Do you have a question about the IDS NXT and is the answer not in the manual?

IDS NXT Specifications

General IconGeneral
BrandIDS
ModelNXT
CategoryAccessories
LanguageEnglish

Summary

1 Preface

Contact and Legal Information

Provides contact details, trademark acknowledgments, and copyright restrictions.

3 Introduction

REST Interface Overview

Details version, authentication, types, and implemented services of the REST interface.

4 User Control

User Management

Covers user account management, including listing and modifying user properties.

5 Device Events

Device Event Handling

Explains how to handle device events using GET requests and Server-Sent Events (SSE).

6 Device Information

Device Details and Avatar

Retrieves general device information, avatar images, and datetime settings.

7 GPIO

GPIO Pin Configuration

Manages GPIO input and output pins, including status and inverter settings.

8 Camera Settings

Camera Configuration and Control

Manages camera settings like exposure, trigger, image, ROI, and color parameters.

9 Light

Flash and Light Settings

Configures internal and external flash settings, including duration, delay, and modes.

10 Network Settings

Network Configuration

Manages network settings including IP, DNS, time server, and SSL.

11 RS-232

RS-232 Communication

Configures RS-232 parameters and handles data transmission.

12 Signals

Signal Management

Handles signal lists, retrieval, and specific signal details.

13 Statistics

Statistic Data and Analysis

Reads statistic data and changes over time.

14 Support File

Support File Generation

Retrieves a support file containing system information and logs.

15 System Status

System State Monitoring

Receives overall system status and specific state details.

16 Vision App List

Vision Application Management

Manages vision apps, including listing and activation status.

16.3 Vision App Activation

16.4 Vision App Installation

17 Individual Vision Apps

Vision App Details and Removal

Manages individual vision apps, retrieving information and removing them.

17.1 Actions

Vision App Actions Control

Manages and executes actions within a vision app.

17.3 VApp Configurables

17.4 VApp Files

17.5 Images

17.6 License

17.7 Log

17.8 Result Sinks

17.9 Result Sources

17.10 ROI

Related product manuals