Questions tagged [cumulocity]

Cumulocity is a proprietary, cloud-based Internet of Things (IoT) applications development platform.

Cumulocity is a proprietary, cloud-based Internet of Things (IoT) applications development platform with REST APIs to connect IoT devices. For connecting devices, many embedded environments using , , , , and others are supported.

302 questions
0
votes
2 answers

How can I send a request from a cumulocity application to a microservice without authorization

within Cumulocity (hosted) we have our own application with plugins written using AngularJS. From this application we want to send a request to a microservice that we have running as well. However, the microservice ask for authorization information…
0
votes
3 answers

How to debug Microservice in cumulocity platform

I wrote microservices using spring boot. some time showing its active in status and sometimes showing inactive, I can't understand the behaviour of microservice and how can debug it
PratikShah
  • 153
  • 1
  • 7
0
votes
1 answer

Cumulocity: Two response templates for c8y_Restart, one with and one without , why?

I'm implementing a client to connect to Cloud of Things, which uses Cumulocity. In their example implementation they have a template collection. But the documentation is poor. I found two response templates for c8y_Restart, but don't get the…
John Bart
  • 27
  • 5
0
votes
1 answer

Cumulocity Inventory API filter by Creation Date

I'm currently trying to implement a simple date filter for the Inventory API using the query language. The filter should return a list of managed objects which were created after a given date. For some reasons I always receive an empty list as…
BrickTop
  • 230
  • 2
  • 9
0
votes
1 answer

Check Permissions with REST/Java in Cumulocity

is there an efficient way to check if an user has access to an managed object by comparing his effective inventory roles with a list of managed objects maybe? Or do I have to check each managed object with an API call? Regards Stefan
Switschel
  • 42
  • 4
0
votes
1 answer

Adding Language to Cumulocity

We want to add another language to the Cumulocity plattform. We received the *.po file for our UI Version from the support and generated a test translation to check how it works before ordering the translation. We got the info that we can just put…
Vinh Tran
  • 13
  • 4
0
votes
1 answer

How to achieve role hierarchy in Cumulocity

I am facing a difficulty in creating a role hierarchy as it is required for my use case in Cumulocity. Basically, I want to show only child roles to a user having a parent role for example if I want admin to show only the distributor role which…
0
votes
0 answers

Cumulocity: storing docker images is not supported in 'none' microservice provider

I'm trying to create a microservice for Cumulocity. Nevertheless, trying both java,python i get the same error as result. Cumulocity: storing docker images is not supported in 'none' microservice provider/Unprocessable Entity Does anyone faced…
0
votes
0 answers

Cumulocity: Adding binaries to microservices ERROR

When I try to upload the zip file of the microservice, I get as a response: { "error": "applications/Bad Request", "info": "https://www.cumulocity.com/guides/reference-guide/#error_reporting", "message": "Supported only for hosted…
0
votes
1 answer

Unable to deploy microservice on cumulocity

I created a microservice using steps given on this link https://www.cumulocity.com/guides/java/java-microservice i was able to start the microservice using docker image and able to subscribe to it using this api :POST…
0
votes
1 answer

Maven's Non-Resolvable Parent POM Problem

We have downloaded the Project "https://bitbucket.org/m2m/cumulocity-clients-java/src/develop/" and try to run the project the project but we have the following issue : [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered…
Manoj Narwal
  • 11
  • 1
  • 3
0
votes
0 answers

Updating c8y_RequiredAvailability using MQTT Templates

We have MQTT devices that can change how often they send data, so we want to be able to have the device change its c8y_RequiredAvailability value. I have tried using static template 117, but that only works for the initial creation, not for…
0
votes
1 answer

How to create a hierarchy in Cumulocity?

I have a question regarding Cumulocity. I want to create a site hierarchy in Cumulocity, we can go up to sub-tenant level only but I want to create a hierarchy up to 2 level. Let's take an example of schools, its locations, and different branches.…
0
votes
1 answer

Using Cumulocity add user to a group

I've a usecase where I want to add users and devices to one group and assign roles to that group so that a user can only deal with the devices mentioned in the group only and not other devices present in other groups. While trying to achieve this…
Iti Gupta
  • 189
  • 1
  • 8
0
votes
1 answer

How to automate web app upload to cumlocity using the azure devOps

We have developed an web application using the angular 6 and uploading it manually using the adamos --> "Add application" option in administration Page. We want to automate the process of building & deploying the application to the adamos.…
PCA
  • 1,677
  • 6
  • 28
  • 45