The MncInfo data model contains the properties of one entry in a MncList. It is used with the /api/v1/mnclist API call to report the list of M&C systems managed by the backend.
Data Model
| Key | Type | Value |
|---|---|---|
| id | String | The ID / name of the M&C. This ID is used to identify the M&C in messages. See section Message below for details how the M&C ID is embedded in the message ID. |
| ipAddress | String | The IP address of the M&C server as defined in the backend configuration file. |
| connected | Boolean | The actual state of the connection to the M&C. |
| primary | Boolean | True marks this M&C as the primary one. |
| redundancy | String | Describes the state of the redundancy control for this M&C. Possible values are 'NONE' = no redundancy control configured for this M&C 'PRIMARY' = the backend connects to the primary IP address for the M&C 'BACKUP' = the backend connects to the backup IP address for the M&C |
| comment | String | A small description for an MNC system. |