Incremental INI File

The /files/ini/incremental URL provides the ability to upload an incremental (partial) ini file that  can be applied to the device without reset.

URL

/api/v1/files/ini/incremental

HTTP Method

PUT

HTTP Responses

200 OK
400 Bad request  - provided ini file is incorrect.
409 Conflict – ini file can’t be loaded due to the current device state (e.g. synchronization with the redundant device is in progress).

Example

Request:
PUT /api/v1/files/ini/incremental HTTP/1.1
Host: 10.4.219.229
Content-Type: Content-Type: multipart/form-data; boundary=--------------------------029871845393499050354357\r\n  
Response:
HTTP/1.1 200 OK