blob: 6b736e363e74fe94584b2bdfc732f35518e3dabb [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~~~~~~~~~~~
rajendrajaiswal3a715092019-03-12 14:09:23 +000047This 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
49Responses
50~~~~~~~~~
51
52+-----------+---------------------+
53| HTTP Code | Description |
54+===========+=====================+
55| **200** | successful response |
56+-----------+---------------------+
57
58
59GET ``/reconfigure``
60--------------------
61
62
63
64Description
65~~~~~~~~~~~
66This is the reconfigure endpoint to fetch updated config information using config binding service.
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000067
68Responses
69~~~~~~~~~
70
71+-----------+---------------------+
72| HTTP Code | Description |
73+===========+=====================+
74| **200** | successful response |
75+-----------+---------------------+