``v2/service``
---------------

.. tabularcolumns:: |p{1.5cm}|p{5cm}|p{8.5cm}|

+--------+---------------------------------------------+--------------+
| Method | URL                                         | Description  |
+========+=============================================+==============+
| POST   | ``/v2/service/restart``                     | See Payloads |
+--------+---------------------------------------------+--------------+
| POST   | ``/v2/service/showKafkaConnectNetflowSnmp`` |              |
+--------+---------------------------------------------+--------------+
| POST   | ``/v2/service/showNetflowEnrichment``       |              |
+--------+---------------------------------------------+--------------+

Payloads
............

``{{TEST_IP}}`` and ``{{REQUESTOR}}`` are IP address variables.

* POST ``/v2/service/restart``

  ::

      "key": "data",
      "value": "{
                 "serviceName": "my-servicename"
               }"

