The RedundancyState data record carries the actual state of a particular M&C redundancy switching logic. It is returned by a GET /api/v1/redundancy API call.
Data Model
| Key | Type | Value |
|---|---|---|
| mncName | String | The name of the redundant M&C pair for which this data record reports the state |
| enabled | Boolean | Reports if this redundancy is enabled (true/false) |
| state | String | Reports the actual state of the redudancy switching logic, one of 'PRIMARY', 'BACKUP', 'NONE' |