cumulocityr-package: Client for the Cumulocity API

Description Functions Authentication Other considerations References Author(s) See Also

Description

Access the 'Cumulocity' API and retrieve data on devices, measurements, and events.

Functions

Authentication

The package expects a local .Renviron file with credentials defined as follows:

1
2
3
4
CUMULOCITY_base_url = "[tenant url]"
CUMULOCITY_usr = "[username]"
CUMULOCITY_pwd = "[password]"
CUMULOCITY_device_id = "[an example device id]"

The tenant url should be of the form "https://tenant_name.cumulocity.com". CUMULOCITY_device_id is not required by any of the main functions.

.Renviron can be edited with usethis::edit_r_environ().

Other considerations

Time should be in the following format: "YYYY-MM-DDTHH:MM:SSZ"

References

Author(s)

Maintainer: Dmitriy Bolotov dmitriy.bolotov@softwareag.com

Other contributors:

See Also

Useful links:


cumulocityr documentation built on Oct. 30, 2019, 10:38 a.m.