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.

...

Please refer to the examples in each section to use the API calls as needed.

Authorization

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

...

Users

Users configuration.

Resource

Description

GET users/config

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

GET users/config/{uuid}

Returns an extended single users configuration view, specified by the required {uuid} parameter.

DELETE users/config/{uuid}

Delete a specific users configuration.

POST users/config/{uuid}

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

Users Status

Users Status.

Resource

Description

GET users/config

Return the user’s status configured in the system.

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 request.

...