blob: 5da8bf1651b5d85b118adfc985006631be03d540 [file] [log] [blame]
Eric Debeau1af30532019-05-14 17:45:22 +00001.. This work is licensed under a
2 Creative Commons Attribution 4.0 International License.
3
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +00004========================
53GPP PM Mapper
6========================
7
8.. contents::
9 :depth: 3
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000010
11Overview
12========
13
14Component description can be found under `3GPP PM Mapper`_.
15
16.. _3GPP PM Mapper: ../../sections/services/pm-mapper/index.html
17
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000018Paths
19=====
20
21PUT ``/delivery``
22---------------------------------------------------
23
24Description
25~~~~~~~~~~~
26Publish the PM Measurment file to PM Mapper.
27
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000028Responses
29~~~~~~~~~
30
31+-----------+---------------------+
32| HTTP Code | Description |
33+===========+=====================+
34| **200** | successful response |
35+-----------+---------------------+
36
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000037GET ``/healthcheck``
38--------------------
39
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000040Description
41~~~~~~~~~~~
Eric Debeau1af30532019-05-14 17:45:22 +000042This is the health check endpoint. If this returns a 200, the server is alive.
43If anything other than a 200, the server is either dead or no connection to
44pm mapper.
rajendrajaiswal3a715092019-03-12 14:09:23 +000045
46Responses
47~~~~~~~~~
48
49+-----------+---------------------+
50| HTTP Code | Description |
51+===========+=====================+
52| **200** | successful response |
53+-----------+---------------------+
54
rajendrajaiswal3a715092019-03-12 14:09:23 +000055GET ``/reconfigure``
56--------------------
57
rajendrajaiswal3a715092019-03-12 14:09:23 +000058Description
59~~~~~~~~~~~
Eric Debeau1af30532019-05-14 17:45:22 +000060This is the reconfigure endpoint to fetch updated config information using
61config binding service.
rajendrajaiswalfdd14ec2019-02-18 17:20:26 +000062
63Responses
64~~~~~~~~~
65
66+-----------+---------------------+
67| HTTP Code | Description |
68+===========+=====================+
69| **200** | successful response |
70+-----------+---------------------+