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 | ~~~~~~~~~~~ |
| 47 | This is the health check endpoint. If this returns a 200, the server is alive. If anything other than a 200, either dead, or no connection to pm mapper. |
| 48 | |
| 49 | Responses |
| 50 | ~~~~~~~~~ |
| 51 | |
| 52 | +-----------+---------------------+ |
| 53 | | HTTP Code | Description | |
| 54 | +===========+=====================+ |
| 55 | | **200** | successful response | |
| 56 | +-----------+---------------------+ |