Intro base
The Cumulocity Python API (c8y_api module) provides a convenience
wrapper around the standard Cumulocity REST API (see also the OpenAPI
documentation).
The CumulocityRestApi class provides the
fundamental wrapping around authentication and basic get, post,
put, delete commands. The CumulocityApi
class is your entrypoint into higher level funct ions, grouped by
contexts like inventory, users, and measurements. Each of these
contexts is documented in detail within the
main-api-classes section.
The CumulocityDeviceRegistry class provides an additional entry point for devices, wrapping the entire bootstrap mechanism. See also the Device integration documentation at Cumulocity.