Version 1.2.9
2019-02-27 00:00:00 +0000
In 1.2.9, the following MNO-only operations have been added:
Network Coverage Additions
| Topic | Method | Entrypoint | Description | 
|---|---|---|---|
| Network Coverage | GET | /network_coverage | Retrieve Network Coverage Collection | 
| Network Coverage | GET | /network_coverage/{coverage_id}/coverage | Retrieve Network Coverage Data | 
| Network Coverage | PUT | /network_coverage/{coverage_id}/coverage/{operator_id} | Add Operator to Network Coverage | 
| Network Coverage | PATCH | /network_coverage/{coverage_id}/coverage/{operator_id} | Update VPLMN Status in Network Coverage Configuration | 
Operator Additions
| Topic | Method | Entrypoint | Description | 
|---|---|---|---|
| Operator | GET | /operator | List Operators | 
| Operator | POST | /operator | Add an Operator | 
| Operator | PATCH | /operator/{operator_id} | Update an Operator | 
| Operator | DELETE | /operator/{operator_id} | Delete an Operator | 
| Operator | GET | /operator/{operator_id}/{operator_data} | Retrieve Related Data of an Operator | 
| Operator | POST | /operator/{operator_id}/{operator_data} | Update Related Data of an Operator | 
| Operator | DELETE | /operator/{operator_id}/{operator_data}/{op_data_id} | Delete Related Data of an Operator | 
PDP Context Definitions
| Topic | Method | Entrypoint | Description | 
|---|---|---|---|
| PDP Context Definitions | GET | /pdp_context_definition | Retrieve Collection of PDP context definitions | 
| PDP Context Definitions | POST | /pdp_context_definition | Create PDP Context Definition | 
| PDP Context Definitions | PATCH | /pdp_context_definition/{definition_id} | Update a PDP Context definition | 
| PDP Context Definitions | DELETE | /pdp_context_definition/{definition_id} | Delete a PDP Context definition | 
| Tariffs | PUT | /tariff/{tariff_id}/pdp_context_definition/{definition_id} | Assign PDP Context Definition to Tariff | 
| Tariffs | DELETE | /tariff/{tariff_id}/pdp_context_definition/{definition_id} | Unassign PDP Context Definition from Tariff | 
Inter Operator Tariff
| Topic | Method | Entrypoint | Description | 
|---|---|---|---|
| Inter Operator Tariff | GET | /iot | List Inter Operator Tariffs | 
| Inter Operator Tariff | POST | /iot | Add new Inter Operator Tariff rate | 
| Inter Operator Tariff | PATCH | /iot/{id} | Get Inter Operator Tariff rate by ID |