-
Having a notification like this (configured over no tenant i.e. no FIWARE Service)
```js
{
"description": "x_yz4hahh",
"expires": "2040-01-01T14:00:00.00Z",
"subject": {…
-
Hello, I deployed IDM, PEPproxy, Orion and Cygnus using this new version of IDM but I could not deploy Authzforce in this version, nor in the previous version, someone has a guide?
i'm running IDM …
-
OMA NGSI only considers patterns in entity ID. To that end, the `?idPattern` parameter has been defined (see https://github.com/telefonicaid/fiware-orion/issues/969).
However it would be useful to im…
-
Please refer to https://github.com/STAMP-project/camp-samples/issues/1 for the initial discussions
wrote by @fermenreq
```
Hi Anatoly,
Thanks! It works !
The above sources and directories…
-
After several years of experience with the NGSI "clasical" API (the one we refer with "v1" in the URLs) and several concessions needed to mantain backward compatibility along the time, PR after PR, le…
-
when i send queryContext request that request is sent to iot discovery but the response is the following
{"errorCode":{"code":404,"reasonPhrase":"CONTEXT ELEMENT NOT FOUND","details":"Discovery resp…
-
Implement the following operation in in v2:
```
POST /v2/op/query
```
See detailed description in the NGSIv2 APIary reference at http://telefonicaid.github.io/fiware-orion/api/v2/.
### A doubt about…
-
When a queryContext request which including utf-8 "\0" code is sent, a Orion process is downed.
A sample of sent queryContext is below.
```
{
"entitites": [
{
"type": "Street",
…
-
To add the sleepTime attribute you must use the following NGSI request:
```
curl -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "Fiware-Service: myHome" -H "Fiware-Serv…
-
Implement an automatic timestamp (edit: of last action, or let a user set at update/append). That would save lives considering syncing.
``` javascript
{
"contextElements": [
{
"type": "Room",…