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:

CUMULOCITY_base_url = "[tenant url]"
CUMULOCITY_usr = "[username]"
CUMULOCITY_pwd = "[password]"

The tenant url should be of the form "https://tenant_name.cumulocity.com".

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

Other considerations

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

References

See also