Overview ---------- The API is broken up into the resources below. Each resource represents an object in the system. A resource will have associated data and a set of methods in which the user may operate on it. The following URIs currently do not require authentication. .. tabularcolumns:: |p{4.5cm}|p{10.5cm}| +-----------------+---------------------------------+ | Resource | Description | +=================+=================================+ | ``/assets`` | This resource will return data | | | associated with all the assets | | | discovered by the system. The | | | Analytix will automatically | | | discover assets if the asset is | | | configured to send logs. | +-----------------+---------------------------------+ | ``/dashboards`` | This resource can be used to | | | create, update, and delete new | | | dashboards. | +-----------------+---------------------------------+ | ``/datasource`` | This resource can be used to | | | create, update, and delete | | | datasources. | +-----------------+---------------------------------+ | ``/system`` | This resource will return data | | | about the system in | | | general. | +-----------------+---------------------------------+