User Tools

Site Tools


wiki:administration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:administration [2017/09/13 17:04]
bdu created
wiki:administration [2018/10/04 15:47] (current)
ghi
Line 1: Line 1:
 ====== Administration ====== ====== Administration ======
  
-This section allows you to configure:+===== Users and roles ===== 
 + 
 +==== Super Admin ==== 
 + 
 +Super Admin has a global view of the whole platform – whatever the customer. 
 + 
 +==== Admin ==== 
 + 
 +Admin is dedicated to a customer – can perform all the operation limited to a specific customer 
 + 
 +==== User ==== 
 + 
 +User is dedicated to a customer – can perform all the operations on fleets, gateways, clusters and end-devices limited to a specific customer 
 + 
 +==== Reader ==== 
 + 
 +Same as USER but read only. 
 + 
 + 
 +===== Configuration ===== 
 + 
 +This section allows you to configure ​via the Dashboard:
  
   * Customers (group of fleets and clusters)   * Customers (group of fleets and clusters)
-  * Fleets (group of stations+  * Fleets (group of gateways
-  * Stations +  * Gateways 
-  * Clusters (group of endpoints+  * Clusters (group of end-devices
-  * Endpoints+  * End-devices
   * Users (accounts)   * Users (accounts)
  
-Note: any given endpoint ​can belong to one and only one cluster.+Note: any given end-device ​can belong to one and only one cluster.
  
 {{:​wiki:​admin_overview.png|}} {{:​wiki:​admin_overview.png|}}
Line 16: Line 37:
 ===== Manage data ===== ===== Manage data =====
  
-The stations ​can be added manually, or as a batch using the CSV import feature:+The gateways ​can be added manually, or as a batch using the CSV import feature:
  
 {{:​wiki:​admin_stations.png|}} {{:​wiki:​admin_stations.png|}}
  
-A similar ​behavior is observed when managing clusters and endpoints.+A similar ​procedure can be performed for managing clusters and end-devices.
  
-For endpoints, here is how you can specify ​the activation parameters:+For end-devices, here is how the activation parameters ​can be specified ​:
  
 {{:​wiki:​admin_endpoint.png|}} {{:​wiki:​admin_endpoint.png|}}
Line 32: Line 53:
   * Super admin users can manage customers   * Super admin users can manage customers
   * Super admins and admin users can create user accounts.   * Super admins and admin users can create user accounts.
-  * All other user roles can manage fleets, stations, clusters and endpoints+  * All other user roles can manage fleets, stations, clusters and end-devices 
 + 
 +===== IDs =====  
 + 
 +All customers, clusters, fleets and users are identified with an ID. These IDs can be used to send [[wiki:​oss_api| REST API]] commands. 
 + 
 +==== Customer ID ==== 
 + 
 +Super Admin users can check customer IDs in the //​Customers//​ page of web interface, in the top left of each customer element. \\ 
 + 
 +{{:​wiki:​customerpage.png?​600|}} 
 + 
 +This ID can also be retreived by [[wiki:​oss_api| REST API]] method ''​getAuthenticatedUser''​. Unlike the use of web interface, this REST API method can be used by all the users independently of their role. 
 + 
 +==== Cluster ID ==== 
 + 
 +Super admin and admin users can check cluster IDs in the //Cluster// page, in the top right of each customer element. \\ 
 + 
 +{{:​images:​clusterid.png?​800|}} 
 + 
 +This ID can also be retreived by [[wiki:​oss_api| REST API]] method ''​getClusters''​. Unlike the use of web interface, this REST API method can be used by all the users independently of their role.  
 + 
 +==== Fleet ID ==== 
 + 
 +Super admin and admin users can check fleet IDs in the //Fleets// page, in the top right of each customer element. \\ 
 + 
 +{{:​images:​fleetid.png?​800|}} 
 + 
 +This ID can also be retreived by [[wiki:​oss_api| REST API]] method ''​getFleets''​. Unlike the use of web interface, this REST API method can be used by all the users independently of their role.  
 + 
 +==== User ID ==== 
 + 
 +Super admin and admin users can check user IDs in the //Users// page, in the top right of each customer element. \\ 
 + 
 +{{:​images:​usersid.png?​500|}} 
 + 
 +This ID can also be retreived by [[wiki:​oss_api| REST API]] method ''​getAuthenticatedUser''​. Unlike the use of web interface, this REST API method can be used by all the users independently of their role. 
wiki/administration.1505315045.txt.gz · Last modified: 2017/09/13 17:04 by bdu