Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document provides information on API 5.0 implemented on MCS. The API calls are applicable for both MCS and MCM9000 5.5.x onwards.

...

**If you prefer to use the API 5.0 on MCM9000 please ensure it’s not under stacking.

Authorization

MCM9000 uses basic authorization with the same username and password used to log in.

...

Backup and Restore

Backup and restore configuration.

Resource

Description

POST system/files/command/backup

Back’s up system files, configured according to the attached data requestcreating an asynchronous task.

GET system/files

Returns all the available system files after successful backup.

POST system/files/command/restore/{uuid}

Restores system files that are backed up. Please use the uuid of the system files obtained from GET system/files.

GET system/files/download/{uuid}

Downloads the system file in binary format.

DELETE system/files/{uuid}

Deletes the specific system file.

Proxy Tally

Proxy tally configuration.

Resource

Description

GET tally/proxy

Returns a list of all proxy tally config in the system, with its main configuration data.

GET tally/proxy filtered

Returns a single proxy tally config in the system filtered by the label name and device, with its main configuration data.

DELETE tally/proxy/{device}/{label}

Delete a specific proxy tally configuration.

POST tally/proxy

Add a new proxy tally, configured according to the attached data request.

GET tally/proxy/meta

Returns a list of meta data in the system, with its main configuration data.

DELETE multiple tally/proxy

Delete a multiple proxy tally configuration.

POST multiple tally/proxy

Add multiple proxy tally, configured according to the attached data request.

PUT tally/proxy/{label} (By Device)

Edit a proxy tally configuration by device.

PUT tally/proxy/{label} (By Output)

Edit a proxy tally configuration by output.

PUT multiple tally/proxy

Edits multiple proxy tally configuration by output.

...