System Files
GET system_files/meta
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns meta data information used with the Import & Export methods.
Resource URL
http://{host}/api/2.0/system_files/meta/.format
Example Request
GET
Returns a list of configuration files currently available in the system.
Resource URL
http://{host}/api/2.0/system_files/.format
Example Request
GET
DELETE system_files/{id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Deletes a single specific File.
Resource URL
http://{host}/api/2.0/system_files/{id}/.format
Parameters
Parameter | Data Type | Description |
---|---|---|
id | integer | The ID of the desired system file to be deleted. |
Example Request
DELETE
GET system_files/command/importConfigurationFile/{file_id}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Imports & activates a specific configuration file into the system.
Resource URL
http://{host}/api/2.0/system_files/command/importConfigurationFile/{file_id}.format?options[]=2&options[]=3
Parameters
Parameter | Data Type | Description |
---|---|---|
file_id | integer | The ID of the desired system file to be imported. |
options[]=value | integer | Configuration file to be ingested. For example, if you need all the configuration files write options[]=1. |
Example Request
GET
GET system_files/command/exportConfigurationFile
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Exports the current system's configuration into a new configuration file.
Resource URL
http://{host}/api/2.0/system_files/command/exportConfigurationFile.format
Example Request
GET
POST system_files/command/UploadFile/software
Resource Informationtions
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Uploads software file to the MCM9000.
Resource URL
http://{host}/api/2.0/system_files/command/UploadFile/software
Example Request
Under the body section on the POSTMAN, insert the KEY as data (File), upload the MCM file to upgrade under the VALUE field as shown below, and click Send.
POST