Files
The /files URL provides access to the various device configuration files.
The PUT method is used to modify the specific configuration file.
The GET method is used to get the specific configuration file (for files which support it).
URL
/api/v1/files
HTTP Method
GET
HTTP Response
200 OK
Example
GET /api/v1/files HTTP/1.1 Host: 10.4.219.229 HTTP/1.1 200 OK Content-Type: application/octet-stream { "files": [ { "id": "ini", "description": "INI configuration file", "url": "/api/v1/files/ini" }, { "id": "software", "description": "Software load", "url": "/api/v1/files/software" }, { "id": "cliScript", "description": "CLI configuration script", "url": "/api/v1/files/cliScript" }, ... ] }