Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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
language | json |
---|
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
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
GET system_files
Resource Information
Requires Authentication?
Response Formats
json
HTTP Methods
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
Code Block | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
[
{
|
Returns a list of configuration files currently available in the system.
Resource URL
http://{host}/api/2.0/system_files/.format
Example Request
GET
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||
|
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
(required)
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/Code Block | ||
---|---|---|
| ||
{
|
|
GET system_files/command/
Parameters
Parameter
Data Type
Description
file_id
(required)
integer
The ID of the desired system file to be imported.
options[]=value
(required)
integer
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
importConfigurationFile/1523&options[]=5Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
POST system_files/command/UploadFile/
exportConfigurationFilesoftware
Resource
InformationInformationtions
Requires Authentication? | |
Response Formats | json |
HTTP Methods |
GET
POST |
Uploads software file to the MCM9000.
Resource URL
http://{host}/api/2.0/system_files/command/exportConfigurationFile.format
Example Request
GET/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.
Image AddedPOST
exportConfigurationFile/.json?options[]=1&options[]=4Expand | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
|