rajendrajaiswal | fdd14ec | 2019-02-18 17:20:26 +0000 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | ======================== |
| 4 | 3GPP PM Mapper |
| 5 | ======================== |
| 6 | |
| 7 | .. contents:: |
| 8 | :depth: 3 |
| 9 | .. |
| 10 | |
| 11 | Overview |
| 12 | ======== |
| 13 | |
| 14 | Component description can be found under `3GPP PM Mapper`_. |
| 15 | |
| 16 | .. _3GPP PM Mapper: ../../sections/services/pm-mapper/index.html |
| 17 | |
| 18 | |
| 19 | Paths |
| 20 | ===== |
| 21 | |
| 22 | PUT ``/delivery`` |
| 23 | --------------------------------------------------- |
| 24 | |
| 25 | Description |
| 26 | ~~~~~~~~~~~ |
| 27 | Publish the PM Measurment file to PM Mapper. |
| 28 | |
| 29 | |
| 30 | Responses |
| 31 | ~~~~~~~~~ |
| 32 | |
| 33 | +-----------+---------------------+ |
| 34 | | HTTP Code | Description | |
| 35 | +===========+=====================+ |
| 36 | | **200** | successful response | |
| 37 | +-----------+---------------------+ |
| 38 | |
| 39 | |
| 40 | GET ``/healthcheck`` |
| 41 | -------------------- |
| 42 | |
| 43 | |
| 44 | |
| 45 | Description |
| 46 | ~~~~~~~~~~~ |
rajendrajaiswal | 3a71509 | 2019-03-12 14:09:23 +0000 | [diff] [blame] | 47 | This is the health check endpoint. If this returns a 200, the server is alive. If anything other than a 200, the server is either dead or no connection to pm mapper. |
| 48 | |
| 49 | Responses |
| 50 | ~~~~~~~~~ |
| 51 | |
| 52 | +-----------+---------------------+ |
| 53 | | HTTP Code | Description | |
| 54 | +===========+=====================+ |
| 55 | | **200** | successful response | |
| 56 | +-----------+---------------------+ |
| 57 | |
| 58 | |
| 59 | GET ``/reconfigure`` |
| 60 | -------------------- |
| 61 | |
| 62 | |
| 63 | |
| 64 | Description |
| 65 | ~~~~~~~~~~~ |
| 66 | This is the reconfigure endpoint to fetch updated config information using config binding service. |
rajendrajaiswal | fdd14ec | 2019-02-18 17:20:26 +0000 | [diff] [blame] | 67 | |
| 68 | Responses |
| 69 | ~~~~~~~~~ |
| 70 | |
| 71 | +-----------+---------------------+ |
| 72 | | HTTP Code | Description | |
| 73 | +===========+=====================+ |
| 74 | | **200** | successful response | |
| 75 | +-----------+---------------------+ |