.. _arbitrator-API-resources-v2-overview:

Resources v2 Overview 
---------------------

.. _22.2|EKB-13698:
.. _25.1|EKB-23459:

The following URIs will require authentication. 
LayerX currently implements a token based  authentication system. 
Every resource under the v2 route requires a token property to be set in the  HTTP header.
A token can be requested from the ``/v2/login`` URI. 

.. note::

   The requested token will expire in 60 minutes.



.. tabularcolumns:: |p{4.5cm}|p{10.5cm}|

+---------------------+--------------------------------------------------------------------------------+
| Resource            |   Description                                                                  |
+=====================+================================================================================+
| ``/v2/alerts``      | This resource will return data associated with alerts generated by the system. |
+---------------------+--------------------------------------------------------------------------------+
| ``/v2/login``       | Use this resource to request a token.                                          |
+---------------------+--------------------------------------------------------------------------------+
| ``/v2/lxt_updates`` | Use this resources to manage software updates for the product.                 |
+---------------------+--------------------------------------------------------------------------------+
| ``/v2/users``       | Use this resource to manage users.                                             |
+---------------------+--------------------------------------------------------------------------------+
| ``/v2/configs``     | Use this resource to manage Arbitrator configuration items.                    |
+---------------------+--------------------------------------------------------------------------------+

