-
I am using the following python code to create a service group
```
import json
import requests
url = 'http://localhost:4041/iot/services'
headers = {'Content-Type': "application/json", 'fiwa…
-
When issuing a subscription request, Orion responds among others with a number of discovered entities, depending on the subscription specifics. However, the received entities seem to follow the genera…
-
'/v2/entities?attrs=id' doesn't seem to work in the latest version. If my understanding is mistaken, please tell me.
- Orion latest (1744eeb6a3489c2c0bfbeceadaf471d0a3784a95)
```
$ curl http://…
-
Hi,
Sometimes using MongoDB as ReplicaSet and change the primary node when exist on-air operations fail.
Seen with version 2.4.1.
Example logs (in WARN level):
```
time=2020-11-04T10:10:0…
-
is it possible to put several recipients in parameters.to attribute of an email type action ?
something like:
```
"action": {
"type": "email",
"template": "So glad with our n…
-
Hello, I have followed all the steps in the tutorial and in the final API request i have this error:
curl -iX POST \
'http://localhost:4041/iot/devices' \
-H 'Content-Type: application/json' …
husqD updated
3 years ago
-
Hello,
I'm using the expression system in Subscriptions, such as:
```
"q":"TC>20"
```
Is there a boolean value in this language? Can I write:
```
"q":true
```
For matching all events?
I also…
-
Here: https://github.com/FIWARE/tutorials.Relationships-Linked-Data#start-up
The command **./services start** needs to be replaced with **./services orion** or 'scorpio' or 'stellio'
-
According to https://github.com/telefonicaid/fiware-orion/pull/3819 the 0706_direct_https_notifications/direct_https_notifications_no_accept_selfsigned.test is not failing in Ubuntu 20.04:
This is …
-
Hi, All.
I am trying to get historical data from Quantum Leap API in python.
**Is your feature request related to a problem? Please describe.**
I could pagination by using offset and limit quer…