.. _arbitrator-API-resources-v2-overview: Resources v2 Overview --------------------- 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. .. tabularcolumns:: |p{4.5cm}|p{10.5cm}| +---------------------+-----------------------------------------------------------------------------+ | Resource | Description | +=====================+=============================================================================+ | ``/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 GET, POST, PUT, DELETE users. | +---------------------+-----------------------------------------------------------------------------+ | ``/v2/configs`` | Use this resource to GET, POST, PUT, DELETE Arbitrator configuration items. | +---------------------+-----------------------------------------------------------------------------+