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.

...

** Please make sure to use the same authorization for all the API 5.0 requests within the collection.

Table of Contents
minLevel3
maxLevel6
outlinetrue
stylesquare
typelist
printabletrue

Channel Configuration

Channel configuration & management.

Resource

Description

GET channels/config

Returns a list of all channels configured in the MCS system, with its main configuration data.

GET channels/config/{uuid}

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

GET channels/config/meta

Returns all meta data used by channel configuration.

DELETE channels/config/{uuid}

Delete a specific channel.

PUT channels/config/{uuid}

Edit a channel configuration.

POST channels/config

Add a new channel, configured according to attached data request.

POST channels/config multi

Add multiple new channel, configured according to the attached data request.

PUT channels/config multi

Edit multiple channel, configured according to the attached data request.

DELETE channels/config multiple

Delete multiple channel.

...