Getting Started
The Getting Started section describes how to access and log into the Cloud of Things platform and will walk you through basic functionalities applying to all Cloud of Things applications.
The Getting Started section describes how to access and log into the Cloud of Things platform and will walk you through basic functionalities applying to all Cloud of Things applications.
You access the Cloud of Things platform via a URL in a web browser.
Supported browsers in this version are:
[1] Only the latest Extended Support Release of Mozilla Firefox is explicitly supported. Possible incompatibilities will be removed during the regular maintenance process of Cloud of Things. Due to frequent upgrades of the Mozilla Firefox consumer release, the compatibility of Cloud of Things with other versions of Mozilla Firefox cannot be guaranteed.
[2] The Google Chrome support is based on Google Chrome Version 84. Due to frequent version upgrades of Google Chrome, compatibility of Cloud of Things with future versions of Google Chrome cannot be fully guaranteed. Possible incompatibilities will be removed during the regular maintenance process of Cloud of Things.
You may also use recent smartphone and tablet web browsers. We have tested our products with the following mobile web browsers:
To access the applications for your Cloud of Things tenant, use the following URL:
https://<tenant-domain>.ram.m2m.telekom.com/
This will direct you to the login page of your default application. See Tenants in the Cloud of Things OpenAPI Specification for further details on tenant ID and tenant domain.
On the Login screen, enter your username (case-sensitive) and password.
If you use one of the public cloud instances of the Cloud of Things platform and log in for the first time, you will see a cookie banner at the bottom:
Select the Remember me checkbox if you want the browser to remember your credentials, so that you do not have to enter them again when opening the application the next time. This is especially convenient if you frequently switch between Cloud of Things applications, as the Cloud of Things platform will request you to authenticate each time when starting an application. You can make the browser “forget” your credentials by explicitly logging out.
Finally, click Login to enter the Cloud of Things platform. Initially, you will be taken to the Cockpit application (if not configured differently).
To explicitly logout, click the User button at the right of the top bar, then select Logout from the context menu.
If you yourself are the primary administrator, your email address used on first registering is automatically stored with your user. If you have questions, please contact product support.
You can navigate straight to any place inside a Cloud of Things application using the respective URL. For example, to show the basic information for a device, you can enter the following URL:
https://<tenant-domain>.ram.m2m.telekom.com/apps/devicemanagement/index.html#/device/<id>/info
Using such an URL, you can:
Per default, Cloud of Things comes with the following three standard applications:
Application | Description | |
---|---|---|
Administration | The Administration application enables account administrators to manage their users, roles, tenants, applications and business rules and lets them configure a number of settings for their account. | |
Cockpit | The Cockpit application provides you with options to manage and monitor Internet of Things (IoT) assets and data from a business perspective. | |
Device management | The Device management application provides functionalities for managing and monitoring devices and enables you to control and troubleshoot devices remotely. |
Apart from these standard applications that initially come with Cloud of Things, various additional applications are provided, offering a wide variety of functionalities. The availability of this applications depends on the Tenant you are using and the applications your organization is subscribed to.
Find a detailed list of all applications available with Cloud of Things in Administration > Managing applications.
On top of this, the Cloud of Things platform provides broad functionality to add your own applications to be used in your Cloud of Things account, see Administration > Managing applications for details.
The content of the Cloud of Things platform therefore is entirely dynamic and is generated based on various criteria:
The general structure common to all Cloud of Things applications includes the following screen elements:
Element | Description |
---|---|
Navigator | On the left you find the navigator. At the top of the navigator the name and logo of the application is displayed, indicating which application you are currently using. Below you find a list of entries leading to the various pages of the application. The entries are grouped into menus and menu items. You can collapse or expand menus in the navigator by clicking the menu name. Clicking the small arrow at the very left of the top bar will hide/or unhide the navigator. Per default, it is visible. |
Page | "Page" actually refer to the main area in the application. The content provided here depends on the menu item selected in the dashboard. The structuring of the content differs from page to page. Data can for example be displayed in a list with a row for each object or you can find it being presented in a grid in which objects are represented by cards. |
Tabs | Some pages, for example the page of any particular device, are divided into several tabs, either displayed vertically or horizontally. |
Top bar | Page title At the left of the top bar the title of the active page is displayed, if any. Search button Clicking the Search button opens a search field to enter text for a full-text search. For details, see Searching below. Not always available. Application Switcher button Clicking the Application Switcher button opens the application switcher which allows you to quickly switch between applications. User button Right from the Application Switcher button you will find the User button with your username. Clicking it will open up a context menu with commands related to your account settings. Other buttons/ information may be available in the top bar depending on the application and the page being displayed. |
Top menu bar | Depending on the active application and the active page, a secondary bar is displayed below the top bar providing further functionalities like a Reload link for reloading the page or a Realtime link for the display of realtime data. |
Right drawer | Clicking the user icon at the very right of the top bar will unhide/hide the right drawer, offering access to the user settings, quick links to other applications and to relevant documentation. Per default, the right drawer is hidden. |
On smaller screens, the layout is slightly different. The navigator is hidden and can be accessed by clicking the arrow icon on the top left. Only the active tab is displayed. To switch tabs, click the arrow on the tab header and select a tab from the list.
The application switcher allows you to quickly switch between applications. Click the Application Switcher button at the right of the top bar to display a list of icons representing applications.
The application switcher shows all Cloud of Things applications you currently have access to. These can be subscribed applications or custom applications. Just click the icon for the desired application to open it as active application.
If you are using Software AG Cloud, the application switcher also shows other Software AG Cloud applications at the first level, followed by the Cloud of Things applications.
Cloud of Things provides a full text search, available through the Search button at the right of the top bar in the UI.
On entering a search term into the textbox at the top of the Search window, Cloud of Things returns all assets (groups, devices, child devices) matching the search criteria.
Under Search results, the assets matching the search criteria are shown. To see more details click Go to the assets table at the bottom right. This will show the entire search results in a table format, see also Device management > Grouping devices > Subassets page.
The Search window only lists a limited number of matches. In case of more matches, to see the complete results you must switch to the asset table.
By default, the search option Exact match is applied.
The underlying search functionality is based on the MongoDB full text search. For details, see https://docs.mongodb.com/manual/text-search/.
Entering multiple words separated by a blank returns all objects that match any of the words. For example, entering
My Demo Device
will return objects containing “My”, “Demo” or “Device”.
If you want to search for objects matching an exact phrase enclose it in quotation marks:
"My Demo Device"
You can also exclude words by putting a hyphen before the word to search the inventory for objects containing, for example, “My” or “Demo” but not “Device”:
My Demo -Device
Case is ignored. The following search texts return the same result:
My Demo Device
my demo device
Other than with filtering, using wildcards in a search is not supported.
Instead, you can switch the search option by clicking one of the following buttons:
This will search for assets starting with, containing or ending with the search term, respectively.
Some pages offer a filtering functionality to filter objects in a list.
As opposed to the search functionality, on entering filter criteria you must not necessarily enter complete words.
In many cases you can just enter any arbitrary text into the text field, even just 2-3 characters. Entering
cl
will reduce the list to all objects containing the string “cl”.
In other cases you may enter * as wildcard character to return all objects starting with “cl”:
cl*
The list will immediately be reduced to the selected objects.
For details on the filtering mechanism in the devices list refer to Device management > Viewing devices > To filter devices.
In the navigator, changes are not updated in real time, meaning new, removed or renamed devices or groups will not be updated immediately.
You will only see such changes in the navigator of the application, in which you have made the changes.
Example
If you unassign a device from a group in the Device management application it is immediately removed from the group in the navigator of your current application. However, if you have another window open with another Device management application, you won’t see the changes, but will only see the changes after a refresh or another request (expanding a group in the navigator for example).
Clicking the User button at the top right opens the right drawer which provides access to various actions and information.
At the top you find the following items:
Menu item | Description |
---|---|
User settings | Provides access to the user settings, see To change user settings for more details. |
Access denied requests | Shows a list of data requests which could not be accessed due to missing permissions, if any. |
Logout | Logs you out from your Cloud of Things account. |
Request support | Redirects you to the DT IoT Support der Cloud of Things. |
Activate support | Allows support users to access your account. Note that this option is only available if support user access is not set globally for subtenant users in the Management tenant, for details see Support user access. After the support user access has been activated, the menu item switches to Deactivate support. If your support request has been resolved but the duration for the support user access is not expired (24 hours per default) you can actively disable an active support user request here. |
Version information | Shows release information on the Cloud of Things version you are using (for example, 10.13.0.034) for both Backend and UI. Moreover shows the ID of your tenant, which might be required if you request support. Click the copy icon next to the tenant ID to copy it to the clipboard. |
Change the language in the UI settings section. Reload the page to apply the new language setting.
The user interface language will be selected along the following criteria, in the order listed below:
The UI is available in the following languages:
Language | Language code |
---|---|
English (default) | en |
Brazilian Portuguese | pt_BR |
Chinese | zh_CN |
Chinese, traditional | zh_TW |
Dutch | nl |
French | fr |
German | de |
Japanese | ja_JP |
Korean | ko |
Polish | pl |
Russian | ru |
Spanish | es |
In the Platform info section, you find information on the infrastructure of your platform:
Moreover you can click Detailed info to download more detailed platform information.
The Quick links section provides links to the most common pages and processes in the platform while the Documentation section provides links to the most relevant guides.
Several account settings can be changed by the user.
Make sure to select a strong password. To support you in doing so, a password strength indicator is displayed along with a password change.
By default, the password must meet the following conditions:
[A-Z]
, for example ABCDEF
.[a-z]
, for example abcdef
.[0-9]
, for example: 123456
. `~!@#$%^&*()_|+-=?;:'",.<>{}[]\/
as a special character, for example !@#$%^
.