blob: 1e9333a84c788b744be2258fbcc93b020b038cc7 [file] [log] [blame]
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +00001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3========================
43GPP PM Mapper
5========================
6
7.. contents::
8 :depth: 3
9..
10
11Overview
12========
13
14Component description can be found under `3GPP PM Mapper`_.
15
16.. _3GPP PM Mapper: ../../sections/services/pm-mapper/index.html
17
18
19Paths
20=====
21
22PUT ``/delivery``
23---------------------------------------------------
24
25Description
26~~~~~~~~~~~
27Publish the PM Measurment file to PM Mapper.
28
29
30Responses
31~~~~~~~~~
32
33+-----------+---------------------+
34| HTTP Code | Description |
35+===========+=====================+
36| **200** | successful response |
37+-----------+---------------------+
38
39
40GET ``/healthcheck``
41--------------------
42
43
44
45Description
46~~~~~~~~~~~
47This 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
49Responses
50~~~~~~~~~
51
52+-----------+---------------------+
53| HTTP Code | Description |
54+===========+=====================+
55| **200** | successful response |
56+-----------+---------------------+